At some point, you may need to change the source code of your application and compile it in the new MetaEditor. Here we will show how to consider the changes in MQL4 language by two small corrections using period_converter_509 script as an example. Of course, we can compile the source c...
I am doing this in the init section of an ea. I don't like scripts they seem to stop working at the drop of a hat. I set the last arg of PostMessageA to 0 which is what was in the Period Converter script. All criticism most welcome....
从实践的角度,终端提供了一个允许终端用户创建非标准时间范围图表的脚本(period_converter),例如,2 分钟、7 分钟、45 分钟、2 小时和几乎任何其他时间范围,并可以添加相应的指标。 但是,终端的“策略测试程序”只允许选择标准周期进行测试。 这可谓是近在眼前远在天边——我们可以创建非标准的时间范围图表,但却...
The problem is that when I open the history center, it lists 2.9 million records for GBPJPY1 and 3,670 for GBPJPY240. I ran the period converter script but continue receiving this error. What might cause this error? I manually pumped the chart only to get loads and loads of mismatch err...
can any1 plz help me out n tell mehow to convert them for metatrader 5? the indicators r in EX4 format... You can't, you need the mq4 source code files, and even then it's not a conversion process, it has to be done manually . . . or reverse engineer and code in mql5...
how to convert .hst to .csv? Dear All, I am looking for a free program with which I can convert .hst files into .csv fast and easily. Can somebody help me? Thank you very much! Kind regards, Martin
datetime localTime = TimeCurrent() - gLocalToServer; how can i detect that 10 seconds to bar close? MT4/EA - MQL5 programming forum2020.04.24 Indicators: Zero Lag Timer - Indices - Articles, Library comments - MQL5 programming forum
(Period_Converter_Opt.mq4无效) TEST1.CSV为上证指数实时数据记录文件(日线分析周期),格式为日期,时间,开盘价,最高价,最低价,收盘价,成交量。 1.已经成功通过程序实时刷新上证指数数据至TEST1.CSV,且通过MQL4字符串函数,取得上述7项记录值。(一行记录测试)。 2.如何将取到的这些值写入HST文件?保证MT4可以打开...
Anyway, MT4 does not build time frames from the lowest time frame automatically. It records data for hourly and daily time frames separately. That's why you can get these differences. I record only the minute time frame and then use the PeriodConverter script (which comes with MT4) to crea...
:) Hi I'm having this MT4 indicator, which i didn't use for a long time, back then it was working perfectly well but now it's not loading and while