if sma(Low,10) < keltner channel middle (parameters are 2,20),1) && price > sma(Low,10),3) && price < keltner channel (parameters 2,20) && price < sma(Low,10),3)
//enter Long
and i have for the stop loss, if price drops below the simple moving average low ten. can i get what that might look like?
stop loss
if price < sma(Low,10),1)

Comment