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