Special Closing Condition
-
Hello,
Good morning,
Can anyone suggest me how to count the total profit after closing multiple trades.For example.
Initial Deposit - 1000
10 trades with 1$ profit each get closed one by one when tp value hit .So I want to put that total of value of profit (10$) in a variable and also the count of trades that makes total 10$ of profit.
-
When is that variable supposed to be reset? At the end of the day? As soon as a new batch of trades is open?
-
Thank you for your reply,
Variable need to reset when all the trades get closed. Yes before new batch of trades will open -
Ok. But is tha variable supposed to show the cumulative profit of all previous batches or the last batch only?