wusuowei:
i use the EA expert to backtest my EA. But there is some error with the part of code below.
the journal said "ticket for OrderModify function must ba an integer".
<CODE DELETED>
Please read some other posts before posting . . .
Please edit your post . . . please use the SRC button to post code: How to use the SRC button.
wusuowei:
Did you read the documentation for OrderSelect() ? I guess not . . . it returns a bool not an double. And OrderModify() takes an int for it's first parameter . . . not a double.
i use the EA expert to backtest my EA. But there is some error with the part of code below.
the journal said "ticket for OrderModify function must ba an integer".
RaptorUK:
Did you read the documentation for OrderSelect() ? I guess not . . . it returns a bool not an double. And OrderModify() takes an int for it's first parameter . . . not a double.
Did you read the documentation for OrderSelect() ? I guess not . . . it returns a bool not an double. And OrderModify() takes an int for it's first parameter . . . not a double.
thanks a lot.

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
i use the EA expert to backtest my EA. But there is some error with the part of code below.
the journal said "ticket for OrderModify function must ba an integer".
Does anyone know where the error is?