このページはまだお使いの言語で利用できません。別の言語版を表示しています。
Is Trading Allowed

This block is used to check if trading is currently allowed. The following conditions are checked:
- All strategy subscriptions to market data must be in Online state (receiving real-time data).
- All indicators must be formed.
- In the case of live trading, the incoming trigger value must have a timestamp greater than the strategy's start time.
Incoming Sockets
- Trigger - the signal that determines the moment when the check should be performed.
Outgoing Sockets
- Flag - a flag that determines whether the trading session is active.