profit and loss
-
Hello, how can I calculate the total profit and loss of open buy and sell trades?
-
In account in most blocks you have profit, this is the current running trades
-
I want every time I bought a trade that had a loss
I compensate the loss by opening a sell trade
and close all trades -
then you need a loop (pink blocks), check trade value, then act if needed.
Will be something like this: for each trade - check profit - once per trade - buy/sell -
I solved my problem with the following option
Profit (Equity - Balance)
-
......ok