Thread: Expiration
View Single Post
  #1 (permalink)  
Old 01-13-2008, 10:49 PM
Dan7974's Avatar
Dan7974 Dan7974 is offline
Senior Member
 
Join Date: Jul 2006
Posts: 264
Dan7974 is on a distinguished road
Expiration

How do I code the expiration for my pending Orders?

i.e.,

PHP Code:
OrderSend(Symbol(),OP_BUYSTOP,0.1,Ask,25,Ask-50*Point,Ask+50*Point,"",0,ExpirationGreen); 
What do I set in the
PHP Code:
Expiration 
to make my pending Orders Delete in 1 hour?
__________________
God Bless Everyone, and their trading logic.
Reply With Quote