Is it possible using the strategy wizard (I'm not a programmer), to get the value of an indicator for the past 3 bars and add the total and then compare to a value? For example:
Indicatorvalue(bar2) + Indicatorvalue(bar1) + Indicatorvalue(bar0) = totalvalue.
totalvalue < 20
Thank you.

Comment