Hello.
I would like to get some help for something basic so I can understand the logic of this syntex as a former TradeStation user.
Id like to code an Alert where the condition is
IF Current Indicator Value > Indicator Value[1] and Indicator Value[1] < Indicator Value[2] and Indicator Value[2] > Indicator Value[3] then
Alert (pop up what ever).
Indicator Value can be either RSI, Stochastic, CCI.
This would look like a zigzag or 1,2,3 set up.
Thank you.
I would like to get some help for something basic so I can understand the logic of this syntex as a former TradeStation user.
Id like to code an Alert where the condition is
IF Current Indicator Value > Indicator Value[1] and Indicator Value[1] < Indicator Value[2] and Indicator Value[2] > Indicator Value[3] then
Alert (pop up what ever).
Indicator Value can be either RSI, Stochastic, CCI.
This would look like a zigzag or 1,2,3 set up.
Thank you.
Comment