Thread: 100 pips
View Single Post
  #8 (permalink)  
Old 01-02-2006, 06:13 PM
rodrigokaus rodrigokaus is offline
Member
 
Join Date: Dec 2005
Posts: 38
rodrigokaus is on a distinguished road
which would be the code to modify for one hour?





Quote:
Originally Posted by fxid10t
I see...

Code:
   double diClose0=iClose(NULL,5,0);
   double diMA1=iMA(NULL,5,7,0,MODE_SMA,PRICE_OPEN,0);
   double diClose2=iClose(NULL,5,0);
   double diMA3=iMA(NULL,5,6,0,MODE_SMA,PRICE_OPEN,0);
Reply With Quote