bear with me, ive had a stroke.
I dont get why i am getting this error
The error:
[code]'SymbolInfoDouble' - no one of the overloads can be applied to the function call EUTUSDpt4.mq5 65 8
could be one of 2 function(s) EUTUSDpt4.mq5 65 8
built-in: double SymbolInfoDouble(const string,ENUM_SYMBOL_INFO_DOUBLE) EUTUSDpt4.mq5 65 8
built-in: bool SymbolInfoDouble(const string,ENUM_SYMBOL_INFO_DOUBLE,double&) EUTUSDpt4.mq5 65 8
[code]
now espically with hte 2nd SystemInfoDouble checks out just fine.
Thought?
I dont get why i am getting this error
Inserted Code
double spreadPoints=0; if(!SymbolInfoDouble(_Symbol, SYMBOL_SPREAD, spreadPoints)) return; double point=0; if(!SymbolInfoDouble(_Symbol, SYMBOL_POINT, point)) return;
The error:
[code]'SymbolInfoDouble' - no one of the overloads can be applied to the function call EUTUSDpt4.mq5 65 8
could be one of 2 function(s) EUTUSDpt4.mq5 65 8
built-in: double SymbolInfoDouble(const string,ENUM_SYMBOL_INFO_DOUBLE) EUTUSDpt4.mq5 65 8
built-in: bool SymbolInfoDouble(const string,ENUM_SYMBOL_INFO_DOUBLE,double&) EUTUSDpt4.mq5 65 8
[code]
now espically with hte 2nd SystemInfoDouble checks out just fine.
Thought?