I have a strategy builder problem that has so far eluded me. My current strategy is 89% winning trades, but the losing trades are so far in the red it still makes the overall outcome a net loss.
I understand that I should be avoiding these losing trade entries, and I'm working to define conditions to do just that. HOWEVER.... in the meantime...
My specific strategy builder question (as support cannot offer trading advice):
How can I create a condition that immediately exits a trade when the Unrealized PnL is lower than X, say -$25 for example?
I've put a condition in the say "If Unrealized profit is less than numerical value of -25" as a condition to exit long position, but it appears to completely ignore this condition and just bleeds deeply.
Even more confounding - if I define a condition to say "If Unrealized profit is greater than numerical value of +25" for a condition to exit long position, for example - it exits every time.
This is my only exit condition, as I am testing to try to understand how it is working:
What am I missing?

Comment