Position value depends on technical parameter

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.

1 Like

i am also looking for the same

Using 2 sets is the solution.

I can’t come up with a reason why one would not want to use multiple sets to solve it?