int OrderSend( string symbol, int cmd, double volume, double price, int slippage, double stoploss, double takeprofit, string comment=NULL, int magic=0, datetime expiration=0, color arrow_color=CLR_NONE) 挂单时有个函数:expiration - 定单有效时间(只限挂单)。expiration=0 表示什么意思 expiration 的值怎样设定?多谢高手们指点。
|