How to get sum of unrealized profit for Buy/Sell
-
Sorry found clues from Search...
-
@jacque82 Do you mean the sum of open trades only or open and closed combined?
-
@l-andorrà Only for open/active trades... @jstap gave a hint how to get it done on someone's post sometime ago using "Bucket of Positions"
-
@jacque82 Put bucket of trades somewhere in project, in a separate tree save bucket into a variable (use same colour), rest this back to 0 when no trade.
-
@jstap Yeaps thanks to you I was able to do it! Thanks again!
-
@jacque82 Your welcome