Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen
12
Sittiporn Somboon  
Thank you for great idea. You should add auto adjust by visible timeframe same as MT5 function itself.
Prince Makondo  
I've been successfully using the time range separator without any issues, but after a recent update to my MT5 client terminal (approximately 30 minutes ago), the indicator suddenly stopped working. Despite attempting to adjust the timeframes within the indicator, my charts remain blank. Any guidance on how to restore its functionality would be greatly appreciated. Thanks a lot i really appreciate your work .
deemj  

doesn't work


MT5 build 4150

Aesen Noah Remolacio Perez  

Hello, i recently downloaded this indicator and i'm having trouble calling it in my EA, in the Oninit function and i was wondering if you could help me out. I'm trying to change the input timeframe to PERIOD_W1 but it doesn't seem to be showing on the chart in strategy tester. Here's a snippet of my code:

int TimeRangeSeparatorHandle;

int OnInit(){

   string weeklySeparator = "Market\\Time Range Separator MT5.ex5";

   TimeRangeSeparatorHandle = iCustom(_Symbol,PERIOD_CURRENT,weeklySeparator,PERIOD_W1,clrBLACK,STYLE_DOT,1);   

   return(INIT_SUCCEEDED);

}
Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen
12