[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 115

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
What do these settings mean:
How to get rid of this error ?
Here is the code of the Expert Advisor itself:
Also in the log during the test writes: 2012.05.11 20:03:29 2012.01.09 01:02 Fenicks v01 EURUSD,M1: OrderModify error 1
How to get rid of this error?
Do not call the OrderModify function if there is no change in any of the order parameters.
not call the OrderModify function if no order parameters are changed.
What code do I have to write in the Expert Advisor to avoid this error ?
correct
Maybe you can already tell me what the settings mean
Well, given lines like.
it's probably nothing.)
so I have sorted out some of the setting code lines.
There are still lines of settings code that I don't understand:
Well, given lines like.
it's probably nothing.)
Sometimes you really want to call another custom indicator from a custom indicator. - does not work((.
How do I get around it? Would it be better to turn the second indicator into a function? Is there any other way?