Hi,
I am trying to figure out an exit strategy for exit at 1% loss for every buy entry otherwise, let the position run in favor till it does.
I was able to find a way, but it seems to generate false signals. Any help would be appreciated.
I have Some Expression as “Buy Script” which generates long signals.
Then for the exit at max 1% loss, I am trying the below code by using the Buy Script expression and setting it as “A”
SET A = Some Expression
CLOSE < 0.99 * A
Can someone refine this if it is possible?
Thanks in advance
Basically, I need it to check the backtesting results.
Regards,
Mangesh