I have written all the conditions to enter the position. Position sizing depends on one technical indicator. e.g.
The strategy should buy 2 quantity if rsi > stoch. Else the strategy should buy only 1 quantity.
I am trying to use Fx while specifying the lots, but couldn’t find if else condition to specify it.
Preferably I don’t wish to create 2 different sets as this is NOT an entry condition but it’s just the way to decide the position size. Please guide.