RSI Trade
-
Hi anyone suggest how i draw the chart, my condition is below, i have no idea.
if RSI > 70 then create (only one )sell order, even after RSI value reach > 80 then create another sell order & both sell order will be close if RSI <65

-
Never connect any block below a 'sell/buy' now block unless ytou are storing info from the recently open trade. As this is clearly not the case, create a new block tree to close trades instead. That new tree should be headed by a 'For each trade' block.