Condition for "when trade closed is a losing trade"
-
Hi,
On the "on trade" tab, I would want when a trade closed is in a loss, I would want to draw a line so it is easier to spot. The trade closed block only can detect if it's a "stop loss" but even trades closed by stop loss can be a positive trade.
Is this possible to achieve?
-
@xlestergg Beneath trade closed block put a check last closed block, I put >0 for anything I class as a win, place in a draw block beneath. Just remember to delete/redraw for the condition when finished.
-
@jstap thanks, I got what you mean
For anyone wondering how to do the same, it would be checking for profit < 0 after a trade close.

-
@xlestergg Yes that's what I mean, you are welcome