Correct an error in my strategy
'sym' - parameter conversion not allowed. How to correct this error
mugo:
Good evening. Would have to give a little more code to understand. I'd say non-compatible variable types 'sym' - parameter conversion not allowed. How to correct this error
mugo:
'sym' - parameter conversion not allowed. How to correct this error
based on the sym i'm assuming its a symbol . So a string
You are sending a different type of a variable into another type of parameter in a function.
like this :
int OnInit() { //--- symbol sym; check_orders(sym,10); //--- return(INIT_SUCCEEDED); } class symbol{ string name; }; void check_orders(string sym,int swipes_to_do){ }
mugo:
Why make people guess. If you want help post the code with the error line highlighted 'sym' - parameter conversion not allowed. How to correct this error

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