View Single Post
  #10 (permalink)  
Old 04-15-2007, 11:21 AM
antone antone is offline
Senior Member
 
Join Date: Oct 2006
Posts: 104
antone is on a distinguished road
Code:
datetime OneTradePerBar; 

if(OneTradePerBar== iTime(NULL,TimeFrame,0)) return(0); else OneTradePerBar = iTime(NULL,TimeFrame,0);
that should do the Job.. instead of doing those other codes.. just add it before the trade codes..

Last edited by antone; 04-15-2007 at 11:37 AM.
Reply With Quote