
public ServerConnectStatus ServerStatus
Returns the state of the connector, whether it is connected or not. For instance, in a robot, some logic is executed by a timer, and before sending requests to the connector, it is necessary to ensure that there is a connection with the exchange.

public Portfolio Portfolio
The Portfolio property returns a reference to the portfolio that the tab is working with.

public List<Candle> CandlesAll
Returns a list of absolutely all the candles available in the tab.

public List<Candle> CandlesFinishedOnly
Returns a list of only completed candles. All the candles in the list will have the state Finished.

public List<Trade> Trades
Returns a list of all anonymous trades available in the connector.

public DateTime TimeServerCurrent
Returns the current time of the exchange.

public MarketDepth MarketDepth
The property provides access to the order book.

public decimal PriceBestAsk
Returns the price of the best offer level in the quote book.
public decimal PriceBestBid
Returns the price of the best bid level in the quote book.

public decimal PriceCenterMarketDepth
Returns the midpoint of the spread between the best bid and offer levels.

If you have any difficulties or questions, please write to the support chat. Link