
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
This might be off topic, but is there a way to seamlessly determine the loss amount for a pair similar to the way we calculate the profit. For example, to calculate the profit, we do:
profit += OrderProfit() + OrderCommission() + OrderSwap()
Is there a simpler way to do the same for loss?
This might be off topic, but is there a way to seamlessly determine the loss amount for a pair similar to the way we calculate the profit. For example, to calculate the profit, we do:
profit += OrderProfit() + OrderCommission() + OrderSwap()
Is there a simpler way to do the same for loss?
To calculate a loss it is exactly the same.
if the result is positive, profit.
If the result is negative, loss.