bool IsTradeContextBusy( )
Returns TRUE if a thread for trading is occupied by another expert advisor,
otherwise returns FALSE.
トレードのスレッドが別の Expert Advisor で占有されている場合は、TRUE を返し、そうでない場合は、FALSE を返します。
参照 IsTradeAllowed()
English
日本語
Sample:
サンプル:
if(IsTradeContextBusy()) Print("Trade context is busy. Please wait");
|