Forum

pivot for date

hello all i need code help to get the pivot for date in history which i put it manual i make this code : extern int dd = 28; extern int mm = 11; extern int yy = 2007; ----------------------- double H2,L2,C2,Py; H2= iHigh ("EURUSD",PERIOD_D1,2); L2=iLow(NULL,PERIOD_D1,2); C2=iClose(NULL,PERIOD_D1,2);