PureBytes Links
Trading Reference Links
|
Here's a simpler method:
Range >= Highest(Range,20)[1]
----------
> Hi Fellow Traders!
>
> May I ask for help on how to write for each of the following for
> SuperCharts ELA Showme statement:
>
> a. Show Today's range (high-low) must be equal to or larger than the
largest
> daily range of the previos 20 trading days.
range >= maxlist(range[1],range[2],range[3].....range[19],range[20])
(crude, but it works. I don't think you can use FOR loops in
SC...right?)
|