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
Thankes.
Hello my freinds,
I found the reason of the problem and I want to share it with you all:
The reson of the misfitting is that I didn't add the OrderSwap() value.
The ProfitB1 = ProfitB1+OrderProfit()+OrderCommission(); sould be: ProfitB1 = ProfitB1+OrderProfit()+OrderCommission()+OrderSwap() ;
Thank you all.