View Single Post
  #136 (permalink)  
Old 05-22-2008, 07:00 PM
darkkiller's Avatar
darkkiller darkkiller is offline
Senior Member
 
Join Date: Jul 2007
Location: Malaysia
Posts: 207
darkkiller is on a distinguished road
Quote:
Originally Posted by masemus View Post
#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
Attached Images
File Type: gif %23MPrice_info.GIF (10.9 KB, 1015 views)
Reply With Quote