Search found 2218 matches

Re: MQL4 how get the time from 00:00:00 (day start time)

Hi, (mt5)  I need to get the datetime 00:00 from the current day.. is this correct? (is not working)... datetime start=D'00:00:00' You are missing the day part in that format You can not do that that way. Try like this :    datetime start = StringToTime(TimeToString(TimeCurrent(),TIME_DATE)); or us...

Re: Coding Help

knaimad wrote:
sure, the comments were left by accident.
Thanks
Just in case : the version which shows those lines too (so that the others can use it too)

Re: Coding Help

Hello mladen, indicator has error "array out of range in 'BSV_3_Mtf_Alert' (324,44)". Can you fix it please? That indicator can not be used as it is now. I have already asked what exactly was the goal of that indicator and haven't got the answer yet. What is suer, one can not just copy/pa...

Re: Coding Help

knaimad wrote:Professor mladen,

Did I copied your mtf code right?
Why did you comment out the levels (signals)?
That way you don't have those lines in mtf mode. Other than that all is OK

Return to the advanced search