How To Ask Questions The Smart Way. 2004
Don't rush to claim that you have found a bug.
Questions Not To Ask
My program doesn't work. I think system facility X is broken.
"Doesn't work" is meaningless — just like saying the car doesn't work. Doesn't start, won't go in gear, no electrical, missing the key, flat tires — meaningless.
How To Ask Questions The Smart Way. 2004
When asking about code
Do you really expect an answer? There are no mind readers here and our crystal balls are cracked.
How To Ask Questions The Smart Way. 2004
Be precise and informative about your problem
We can't see your broken code.
Fix your broken code.
With the information you've provided — we can only guess. And you haven't provided any information for that.

- 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 use iCustom to compute an indicator with a varying period. i use doubles for the period, for precision, but if I put the variable directly in the iCustom command line, it bugs and loops forever.
if I use "(int)variable" then it doesn't loop
it took me a while to find that error
could it be considered a bug ?
i didn't test it on MT5 though, maybe it has been fixed
thanks
Jeff