跳至内容

Bid

双重出价

当前标的的最新已知买家价格(出价)。必须使用RefreshRates()函数进行更新。

示例:

if(iRSI(NULL,0,14,PRICE_CLOSE,0)>75)
    {
     OrderSend("EURUSD",OP_SELL,Lots,Bid,3,NormalizeDouble(Ask+StopLoss*Point,Digits),NormalizeDouble(Bid-TakeProfit*Point,Digits),
               "My order #2",3,D'2005.10.10 12:30',Red);
     return(0);
    }

另请参阅

MarketInfo()

最后更新于