RE: RE: RE: [amibroker] Re: I am lostII

2006-07-25 Thread MarketMonk777
/ it is titled "AFL Looping.PDF" Regards, Dave From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve DugasSent: Monday, July 24, 2006 9:31 AMTo: amibroker@yahoogroups.comSubject: Re: RE: RE: [amibroker] Re: I am lostII Hi Dave, thanksfor the compliment - I saw a fe

RE: RE: [amibroker] Re: I am lostII

2006-07-24 Thread Terry
. -- Terry -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Sunday, July 23, 2006 13:35 To: amibroker@yahoogroups.com Subject: Re: RE: [amibroker] Re: I am lostII Hi Terry, Noticed you reccomended these 2 books...I have

Re: RE: RE: [amibroker] Re: I am lostII

2006-07-24 Thread Steve Dugas
ask... Steve - Original Message ----- From: [EMAIL PROTECTED] To: amibroker@yahoogroups.com Sent: Sunday, July 23, 2006 10:52 PM Subject: Re: RE: RE: [amibroker] Re: I am lostII Hi Dingo, I have no problem doing anything along the lines of powerscan and writi

Re: RE: RE: [amibroker] Re: I am lostII

2006-07-24 Thread allansn
PROTECTED] Date: Monday, July 24, 2006 10:08 am Subject: Re: RE: RE: [amibroker] Re: I am lostII Hi Allen - Here are the basics of a simple loop, hope it is helpful to someone... In "regular" AFL, all elements of the data arrays are automatically processed at once. So for example

RE: RE: RE: [amibroker] Re: I am lostII

2006-07-24 Thread MarketMonk777
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve DugasSent: Monday, July 24, 2006 7:09 AMTo: amibroker@yahoogroups.comSubject: Re: RE: RE: [amibroker] Re: I am lostII Hi Allen - Here are the basics of a simple loop, hope it is helpful to someone... In "regular" AFL, all elements o

Re: RE: RE: [amibroker] Re: I am lostII

2006-07-24 Thread Steve Dugas
I think it is good enough to be converted to a PDF and uploaded so it can be pointed to in the future. I would be glad to do so unless you want to tweak it somemore. From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve DugasSent: Monday, July 24, 2006 7:09 A

RE: [amibroker] Re: I am lostII

2006-07-24 Thread brian.z123
If this sounds too simplstic or condescending, I apologize. Or, if you have any questions, feel free to ask... Steve - Original Message - From: [EMAIL PROTECTED] To: amibroker@yahoogroups.com Sent: Sunday, July 23, 2006 10:52 PM Subject: Re: RE: RE: [amibroker] Re: I am lostII

Re: RE: [amibroker] Re: I am lostII

2006-07-23 Thread allansn
Hi Terry, Noticed you reccomended these 2 books...I have absolutely no problem coding in Amibroker,but I do run into problems with coding such as this.. for( i = 0; i *BarCount*; i++ ){if( priceatbuy == 0 *AND* *Buy*[ i ] ) { priceatbuy = *BuyPrice*[ i ]; How would one become

[amibroker] Re: I am lostII

2006-07-23 Thread scourt2000
How would one become proficient/knowledgable in writing code such as this??? By understanding that the Buy[] array is not true ONLY on the bar where the first buy signal occurred in a trade. Required reading with 100% comprehension: 1. Tutorial in the docs on Understanding how AFL works

Re: [amibroker] Re: I am lostII

2006-07-23 Thread allansn
tions - Original Message - From: scourt2000 [EMAIL PROTECTED] Date: Sunday, July 23, 2006 6:09 pm Subject: [amibroker] Re: I am lostII How would one become proficient/knowledgable in writing code such as this??? By understanding that the Buy[] array is not true ONLY on the bar where

[amibroker] Re: I am lostII

2006-07-23 Thread brian.z123
Hello Allan, I am having success with: SAMS 'Teach Yourself Beginning Programming' in 24 Hours'. Author = Graig Perry Sams Publishing International Standard Book No 0-672-323307-9 Published in America. www.samspublishing.com The spine says $29.99 USD. I haven't started the ascent of Mt AFL

RE: RE: [amibroker] Re: I am lostII

2006-07-23 Thread Terry
. -- Terry -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Sunday, July 23, 2006 13:35 To: amibroker@yahoogroups.com Subject: Re: RE: [amibroker] Re: I am lostII Hi Terry, Noticed you reccomended these 2 books...I have

Re: [amibroker] Re: I am lostII

2006-07-23 Thread allansn
Hi brian, Thanks for the help...its slowly creeping in there..i have an example from marcin i am working with..time will tell!! Allan - Original Message - From: "brian.z123" [EMAIL PROTECTED] Date: Sunday, July 23, 2006 8:32 pm Subject: [amibroker] Re: I am lostII I am st