Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Is anyone else having problems with the period_converter script? I run it, but it runs infintely and consumes 100% CPU.
I've been stopping it after 30 minutes and running the next interval I want to convert. All the data looks populated. But when I run my tester with Every tick and Recalculate, I don't get 90%. About 87-89%. Though my concern is more about why period_converter never ends.
Is anyone else having problems with the period_converter script? I run it, but it runs infintely and consumes 100% CPU.
I've been stopping it after 30 minutes and running the next interval I want to convert. All the data looks populated. But when I run my tester with Every tick and Recalculate, I don't get 90%. About 87-89%. Though my concern is more about why period_converter never ends.
But here's a good way to ensure the period_converter script is done. Open up your history folder within the Metatrader programs folder. In there, sort the list (using detailed view) by date changed with the most recent at the top. Now run your period_converter script. Switch over to your Explorer view of the history folder. You should see a new file created with the pair and period. Keep pressing F5 until the file size of the file stops increasing. All done! Now run the next period and so forth.
There is a modified version of the time convertor on the mql4 website. Do a search there and you can find it out. This version is more resource friendly.
I modified the original script to convert 1min data into all of the regular timeframe. When it finished, it remove itself from the chart, so it wont run forever. Hope this help