MQL4 - automated forex trading   /  

Forum

a question for "MarketProfile" indicator

Back to topics list To post a new topic, please log in or register

avatar
16
jianweikang 2006.08.01 18:02 
hello:
how to add the following indicat lines on "MarketProfile" indicator?

TOPLine[i]=High[Highest(NULL,0,MODE_HIGH,Period, i)];
BOTLine[i]=Low[Lowest(NULL,0,MODE_LOW,Period,i)];

Period is equate to value since (extern datetime StartDate = D'2006. 06.23 00:00') to current

   
Attached files:
  MarketProfile.mq4 (4.68 KB)
Back to topics list  

To add comments, please log in or register