Search found 24 matches

Re: Coding Help

Hello again, I need your help (always...) I am trying to draw VLINEs one bar (what ever the time frame is switched) before a date time (in my case, begining of each week). datetime t = iTime(NULL,PERIOD_W1,i); int Bars_Ahead =1; if (t>0) { ObjectCreate("Line "+DoubleToStr(i,0),OBJ_VLINE,0,...

Date time of Previous Year

Hi there, I tried and tried to get the open date of the previous year. Can you help me please ? Now, i do it like this but, it's not "pro". I do not get any error. But i need it to be like the previous month (for example). datetime PREV_MONTH_OPEN_DATE=iTime(Symbol(),PERIOD_MN1,1); I find ...

Return to the advanced search