Thanks Natasha.
Nick
On Sun, 18 Feb 2007, Natasha ~~!!! wrote:
hello,
http://www.tradertalk.com/tutorial/demark.html , these were the
original rules .thats modified
```` Natasha !!!!
On 1/10/07, Nick Busigin <[EMAIL PROTECTED]> wrote:
>
> Hi Ed and AmiBrokerites,
>
> I'm still a little green around the edges when it comes to programming
> in AFL, so I would like to ask the Ed and the other experienced coders a
> question or two in order that I have a better understanding of the
> symantecs and syntax of the AFL language. I'll use the code that Ed
> posted to the list a little while ago as a basis for my questions:
>
> On Mon, 1 Jan 2007, Edward Pottasch wrote:
>
> > ... Someone mentioned Dimitris Tsokakis who often posted very
> > interesting code. Here is some of his ingenious code that triggered
> > an idea for a system I currently use,
> >
> > rgds, Ed
> >
> > // Generalised Sequential buy/sell signals
> > SetChartOptions(0, chartShowDates);
> > GraphXSpace = 5;
> > Plot(C,"C",colorWhite,64);Title=Name()+",";
...
--