Forum

Object Problem

Hi there, I´m just getting insane of it... ObjectCreate(NULL,"Put",OBJ_TEXT,0,iTime(NULL,0,1),iClose(NULL,0,1),0,0,0,0); ObjectSetText("Put","US",0,NULL,clrNONE); string test1 = ObjectGet("Put",OBJPROP_TIME1); Alert(test1); string test2 = ObjectGet("Put",OBJPROP_PRICE1); Alert(test2);

Price at a certain time

Hi folks, for some kind of backtesting I would like to know, if it is possible to get the price for a certain past time, including the seconds. For example I took a trade at 4:35:42 with 5 minutes expiry on BO I would like to know the price of 4:40:42. So not the close or open, but the correct price