gus / Publications
Forum
Change at the same time with one click the Zoom or the Timeframes of all open charts in MT4
Hi there. I guess the subject explains my question. Are there some way to change at the same time, with one click, the Zoom or the Timeframes of all open charts in MT4? Some script or tool... I am talking about to change all the open charts, for example from 1 hour to 15 minutes or other timeframe
Open Every 30 minutes
Hi. I need some help, again, sorry. How must I change the following code lines in order to obtain that the line starts every 30 minutes?: for(i = limit - 1; i >= 0; i--) { if( TimeHour(Time[i]) != TimeHour(Time[i+1]) ) { int t = i ; } opn[i] = iOpen(NULL,0,t); } I attach the program. Thanks in
A question about Constant Time
Hi guys. I am not a coder and I need some help... My question is about how can I capture an hour with minutes as a constant data. I have tried by some ways but I can not to do it. Mi intention is to compare the constant data with the open time of the bar in order to obtain if that bar is in a sesion