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

EL Variables - Caution



PureBytes Links

Trading Reference Links

One caution which anyone using variables in EL should be aware of is:

If you apply an indicator or system to a chart and specify
update-on-every-tick, values assigned to a variable DURING building of the
bar will not be retained at the end of the bar (for example, suppose you
wish to retain the max or min value of a function occurring within the time
span of the bar).  I don't now recall what value the variable will end up
with, but it will not be the value you intend.

Carroll Slemaker