-
a=iCustom( Symbol(), // symbol 0, // timeframe "FFC_urlupdate_20210324 without numbers", // path/name of the custom indicator compiled program true, // true/false: Active chart only ⋮
Make sure the filename matches. "ffc_1" is not "FFC_urlupdate_20210324 without numbers".
-
Set timer sometimes fails. Check your return codes, and report your errors, loop until it succeeds.
"cannot set timer(1)" problem in calling iCustom() function in EA - EA Forum - MQL4 programming forum #6 2021.03.17
Thanks for reply
1.Is true and no problem
2.FFC is working ok , but EA return "can not settimet()
I tried fix it by using loop before creating this topic but It no was success.
I tried fix it by using loop before creating this topic but It no was success.
Your posted code has no such call.
Javad Nejati: , but EA return "can not settimet()
William Roeder: Your posted code has no such call.
Javad Nejati: Sorry ? I dont understand you!
There is no such SetTimer call in your posted EA code.
There is no such SetTimer call in your posted EA code.
No , not in EA , It is in indicator
When I run EA , EA calls indicator, I get this error !!

- www.mql5.com
There is no such SetTimer call in your posted EA code.
Do you have any idea ?
I tried so much to using loop or ontick in indicatror

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I have an simple EA "test" that when I run it it , calls "FFC" indicator , but I see (Can not set timer)
It happens when VPS is a little busy !
Is there solve for it ?