--- In [email protected], "wavemechanic" <[EMAIL PROTECTED]> wrote:
>
>
>
> Is this version of EasyLanguage compatible with your TradeStation
version?
>



Wawe,

this is an indicator and should run on every version of 
Easylanguage, if programmed properly (TS5 and TS8 differ 
in "signals", with "Exitlong" becaming "Sell" etc..).

As Ed pointed out, there are a lot of not defined words in this code,
that most likely are User's functions (ex. HC is often used to 
define a user's function that returns the higher close of the last N 
bars)

Beside the so called "reserved words (that are pre-
programmed functions), in an EL script you can only use:

- input (predefined by you);
- variables (same as above);
- user's function (idem).

All other "words are not recognized by EL (I'm not a programmer, but
seems to me, EL is like the old Basic, while AFL is more like C
language).


Anyway, I suggest Roberto to explain in plain words how this 
indicator should be calculated, and it will - more than likely - 
find some help.








Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to