When you post a bars refresh message to a chart it writes that in a log file. Why is it writing that (which is no error at all) and it is not
logging errors - we should ask the mq
dear Mladen,
I attach this indicator to chart on VPS that VPS operating system is windows server 2016,
Yes, it is normal
When you post a bars refresh message to a chart it writes that in a log file. Why is it writing that (which is no error at all) and it is not logging errors - we should ask the mq
dear Mladen,
I attach this indicator to chart on VPS that VPS operating system is windows server 2016,
and this error appeared:
any solution?
1.These DLLs:
2.How can run DLL on VPS?
I fixed the same problem in FAMA indicator by changing a line in strat() function :
after variables were declared there was a loop for calculation -->
I just changed it into -->
So i guess the problem in general with these indicators is just the index of calculation.
See How to do your lookbacks correctly #9 - #14 & #19.
You should stop using the old event handlers and IndicatorCounted() and start using new event handlers.
Event Handling Functions - MQL4 Reference
How to do your lookbacks correctly - MQL4 programming forum #9-14 & #19 2016.05.11