[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Replacement system for Supercharts + Easy Language Translator.



PureBytes Links

Trading Reference Links

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