Martin Brand:
Hi,
Keep getting this error ',' - open parenthesis expected
on the below code:
double stopLoss = NormalizeDouble(currentPrice - tradingSpaceMax * _Point, _Digits);
Can someone assist.
it should be _Point

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
Hi,
Keep getting this error ',' - open parenthesis expected
on the below code:
double stopLoss = NormalizeDouble(currentPrice - tradingSpaceMax * Point, _Digits);
Can someone assist.