@miano
You need to be more defined, more conditions, what is to close when cross below 10 bull candle or bear candle, if the program doesn't know what you want it can't perform what you want, when you string your blocks together, think on how the the computer see it , you have a lot of blocks that are per-programmed for you to link together.
- Start off with (no order block) then 1st condition RSI X< 70, the current Candle would be 0, if you use 1 would be past time the candle before the current one.
then Sell order Block, set T-P and ST-L
Don't use connect no blocks to sell order. - Use (if trade Block) sell only
then (condition block) under (if trade block)
condition would be RSI X< 10
the add (Close Trade )Block- Sells only.
you can do the same for buy, just copy and past and reverse direction. hope this helps....