Blogs
The method takes two parameters – volume and price for the opening order. It creates and returns a new position with the state PositionStateType.Opening.
more

The public method sends a signal to the connector for selling at the market price, taking only the volume of the operation as a single parameter.
more

This method is designed to create fake long positions.
more

The method does not take any parameters and does not return any value. Its sole task is to cancel conditional buy positions.
more

The method adds a new iceberg order to an existing position.
more

The BuyAtMarketToPosition method modifies a position by adding a market order to the list of opening orders.
more

The method allows modifying an existing long position by adding a limit order to the list of opening orders.
more

The BuyAtStop methods series is designed for delayed opening of long positions using conditional orders.
more

The BuyAtAceberg methods are used for opening long positions in which the opening orders are placed as iceberg orders.
more

In the tab, there are two overloads of the method for opening long positions with limit orders.
more

1 ... 19 20 21 22 23 ... 28