Blogs
This event signals the successful opening of a position and passes this very position as an argument to the handlers.
more

The event PositionClosingSuccessEvent notifies the robot of a successful position closure. It passes the object of the position that has been closed as a message.
more

The BestBidAskChangeEvent event signals a change in the prices at the levels of the best bid and offer, in other words, the boundaries of the spread.
more

The MarketDepthUpdateEvent informs subscribers about changes in the order book data and sends out a MarketDepth object, which is indeed the aggregated order book.
more

The CandleUpdateEvent signals a change in the data of the latest candle in the series.
more

This event signals the completion of the formation of the last candle in the series.
more

The ServerTimeChangeEvent event signals a change in the exchange time in the connector, passing an instance of the DateTime structure.
more

The NewTickEvent event signals the receipt of another anonymized (non-attributable) trade, which is described in the program by the Trade class.
more

The MyTradeEvent event indicates the receipt of a new own trade, which is described in the program by the MyTrade class.
more

The ChangeOrderPrice method changes the price of an order on the exchange without withdrawing it, which is much faster than first withdrawing the order and then placing a new one.
more

1 ... 16 17 18 19 20 ... 28