PureBytes Links
Trading Reference Links
|
Wharf!!!
What a language...
50 % more complicted in one single line, where currentar ( bar) has to be
precised.
For those willing to write hundred of EL lines code into WL, buy spare
keybords by quantity and aspirin in advance.
Also do not miss their 10 lines for loop syntax to execute stop order trades
whrer 1 one only is enough in EL.
PO
> -----Message d'origine-----
> De : Mike Eggleston [mailto:mikee@xxxxxxxxxxxxxx]
> Envoye : jeudi 15 aout 2002 02:01
> A : Volker Knapp
> Cc : Tony Gray; omega-list@xxxxxxxxxx; Antony Gray
> Objet : Re: Replacement system for Supercharts + Easy Language
> Translator.
>
>
> On Thu, 15 Aug 2002, Volker Knapp wrote:
>
> > Mike a translation of the EL code would look like this:
> >
> > EL:
> > value1 = close - close[1];
> >
> > WS:
> > value1 := PriceClose ( bar ) - PriceClose ( bar - 1 )
> >
> > Looks similar :).
>
> When I originally replied I didn't know who you are nor your connection
> with WealthLab. I was simply replying to a message. Yes, the code, that
> example, looks similiar. They are not all that simple.
>
> Mike
>
|