I am using the strategy wizard and have created a system and want to add in a condition that says if I am negative on the day in terms of P&L I will trade certain position size if I am positive I will trade another position size.
I created a new Set separate to my main entry formula with exactly the same code and entered the command "If realized Pnl <0 then sell "half size""
So in theory this should check to see if this strategy's closed pnl is less than zero and if it is trade a reduced size.
But it doesnt seem to work. Everything is just executing "full size"
Thanks

Comment