| 
 PureBytes Links 
Trading Reference Links 
 | 
For all you EL pros,
I'm trying to help a friend with an EL coding problem and it's been awhile
since I've done much EL code.
Basically, he wants to trigger a buy signal at the High of the current bar
if an indicator (say RSI) falls below a value (say 20). Easy enough. He
wants to trigger a buy signal if price breaks the Hi of the CurrentBar for
the next five bars.
I don't remember how the scope of vars work in EL. Are declared vars Static
or Private to the procedure (system)? Be nice to have a decent debugger in EL!
Any ideas or help appreciated.
Thanks,
 
 |