Forum

Strange history data in Strategy test: old data becomes H1 during M5 test

In strategy tester , When I test with over 1 year period, usually the history data is quite unacceptable: the old history data is H1, while the recent history data is M5. Does anyone have this situation? Is MT5 designed like that? Thank you for your answer

How to show VLine during strategy test

In MT4, I can show VLine when doing the strategy test. Now with MT5, seem the ChartWindow does not exist when doing the strategy test, so the VLine cannot be displayed. ObjectCreate(0, s, OBJ_VLINE , 0, t, 0); ObjectSetInteger(0,s, OBJPROP_COLOR, vcolor); This does not work during strategy