Calculate total TP
-
Hello everybody
Is it possible to display total profit from all trades's TP?
Thanks and have a nice day . . . .
-
create a variable - set variable to 0 - for each trade(position ( or closed if you only want closed trades)) - sum in a formula block (using in loop to the variable, this will add each trade value to the variable) - display the variable in a comment of use where needed.
-
Hello my friend. I mean total profit from TP (from current open trade). Not from closed trades