Hi,
This might be a very simple (or very tough?) question for the experts in this board.
Here is the code from a indicator:
ObjectCreate("
pr"+sName,22,0,Time[p],fx[p]);
ObjectSet("
pr"+sName,14,159);
ObjectSet("
pr"+sName,OBJPROP_TIME1,Time[p]);
ObjectSet("
pr"+sName,OBJPROP_PRICE1,fx[p]);
Question is: how to get the value fx[0] at time[0] in the EA?
I don't see any coding samples in the EAs I have.
Thanks in advance
Jimmy