Quote:
Originally Posted by mercury_man
Hello every one .
I have a problem in the expiration time .
I want to make the order be expire after 1 houre , what the right code to do that???
Code:
OrderSend(Symbol(),OP_BUY ,Lots,Ask,1,Ask-loss*Point,Ask+profit*Point,"Mercury_Man",1,??????????????,Green);
thank you for help me.
|
OrderSend(Symbol(),OP_BUY ,Lots,Ask,1,Ask-loss*Point,Ask+profit*Point,"Mercury_Man",1,
Time[0] + 3600,Green);