Quote:
Originally Posted by masemus
#MPrice ::: market info ::: deleted signal
|
Hi masemus,can i make some request,can you put yesterday daily price OPEN, CLOSE and Middle?
Quote:
example code:
H = iHigh(NULL,tc,shift+shift_time);
L = iLow(NULL,tc,shift+shift_time);
M = (H+L)/2;
CL = iClose(NULL,tc,shift+shift_time);
OP = iOpen(NULL,tc,shift+shift_time);
|
thanks