how create order in case of Candle up or down , Rsi up or down ?
-
hello
how r you every body
i want ask about if i want create order in this case , like ( example)
candle open in = 1.1000 in this candle i want create order buy when candle move to up 3 points or more mean candle = 1.1003 here create order buy
all operation do in the same candle do not move the next candle
and i want the same this example in create order sell when candle move to down 3 points or more mean candle = 1.0997 here create order sell
all operation do in the same candle do not move the next candle
i want do this example the same in indicator Rsi - example
candle open when rsi = 40 in this candle i want if rsi move to up 3 points or more create buy mean rsi = 43 here create buy
all operation do in the same candle in rsi do not move the next candle
and i want the same this example in create order sell when Rsi move to down 3 points or more mean Rsi = 37 here create order sell
thank you
-
try something like this:
(and for sell opposite)
-
thank you