',' - open parenthesis expected

 

Hi,


Keep getting this error ',' - open parenthesis expected

on the below code:


double stopLoss = NormalizeDouble(currentPrice - tradingSpaceMax * Point, _Digits);


Can someone assist.

 
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