I wanna calculate spread values of given currencies how can i calculate it , It would be great if there is a form or blog explaining how to calculate this.
If you mean to calculate spread value in the account currency per one lot :
double spread_value = 0.0; // spread value per lot in account currency if (OrderCalcProfit(ORDER_TYPE_BUY, _Symbol, 1.0, Ask, Bid, spread_value)) Print (spread_value);

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