Does objectcreate() work in strategy tester?

 

Im back testing an indicator in strategy tester. Im just wondering if objectcreate( ) works in strategy tester cause i can't get it draw anything on the chart.

Heres the code im using


ObjectCreate("Point1", OBJ_TEXT, 0, P1time, P1HIGH);
ObjectSetText("Point1", "P1", 12, "Times New Roman", Red);

 
ughhh can delete this post, I figured it out.