Quote:
Originally Posted by Lou G
I'm not quite sure I understand what you are asking. If you want to create new offline charts on the weekend when no ticks are coming in, the EA is a problem.
What I do is make sure that I have created any charts I will need on the weekend before the market closes on Friday.
You could also search this thread for a post containing a script that simulates an incoming tick. That should force v3.2 to create a chart. I'm not sure of the spelling of the name of the member who posted it but I'll look for it and get back to you.
|
When you run the EA or script it creates *.hst files which contain the renko blocks.. I've modded the EA(v3.2) to allow creating the renko blocks in a M5 *.hst file.. then i can disconnect from the broker server move the hst file to pseudo broker folder(inside the MT4>history folder) and run that M5 hst file in the backtester(just like the instructions you linked in your last post).. the problem with the renko EA's is that you need to have an incoming tick in order for the start function to run and create the renko data.. and so the next problem is that m5 data is also coming in and i think this is corrupting the m5 renko charts. <--but im not positive this is the reason the m5 chart is corrupt or not able to run in the strategy tester..
When i select the m5 offline chart from File>Open Offline, it will show the renko blocks. But when selected from the strategy tester, the chart pops up, shows the renko blocks, begins to load the data(says "Using M5") then the screen goes black shows "Waiting for Update" and the tester reports error "No history data [m5]" or something to that effect.
But on a rare occasion i can get it to work. I've repeatedly done this in every order possible but i can not figure out why sometimes it works and sometimes it doesnt.. It seems completely hit or miss.
When i use the commercial script or the script from this thread it seems to work just like you have posted in the instructions from your previous post.
The only problem with the previous scripts and the commercial script is that there is no wicks created on the bars so backtesting is less accurate.
Im going to try the jumpstart thing you've posted here while disconnected from the broker, and see how that goes. I know this all may sound very confusing because you really haven't gone through this with me and seen the problems im referring too.. maybe if someone else is trying to create backtest-able m5 data they may have some input on what im talking about.
PS - thanks so much for your help so far..