Here is what I want to do:
Build a condition where I want to have a distance of a minimum of 4 ticks between the EMA 13 and the SMA 20. I believe I can do so in the Strategy wizard's condition builder. But how?
I chose EMA 13 on the left side, and SMA 20 on the right side. Let's say to go long so I chose in the middle the "is larger than" symbol.
The parameter fields below then ask for:
For the EMA 13:
InputSeries DefaultInput
Plot BuyPressure
Bars ago 0
Offset type Ticks
Offset 0
Plot on chart False
For the SMA 20:
InputSeries DefaultInput
Plot BuyPressure
Bars ago 0
Offset type Ticks
Offset 0
Plot on chart False
What do I have to input where in these two parameter fields to accomplish what I said above (wanting a distance of 4 ticks between the two MAs.)
sandman

Comment