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
Did you get the solution to this problem?
I am in 2018, and i have the same problem. Build a EA to work in a offline renko chart but it doesn´t work because onTick() and start() are not called.
Asked and answered at № 2. What part of "It is the offline chart generator that has to post the message to refresh the chart." was unclear?
The post since February 3, 2014 (Build 600) equivalent of "post the message" is EventChartCustom
Fix the chart generator.Asked and answered at № 2. What part of "It is the offline chart generator that has to post the message to refresh the chart." was unclear?
The post since February 3, 2014 (Build 600) equivalent of "post the message" is EventChartCustom
Fix the chart generator.I was able to get some period converter indicators online. and generate different time period offline charts
ATM_P4L_PeriodConverter_I
ATM_Period_Converter_opt
However I can't get my EA to run on these offline charts.
I can see the offline chart price moving so I assume they are getting price ticks.
I put in print statements to see if OnInit or OnTick were being called and they are not. I even tried stripping out all the logic excep for the print statements but I never see any of these prints happening in the log.
Does anyone have a solution?
I had same issue. After reading this blog, I got an idea, which at the moment seems to be working.