06.01.2024
The method takes two parameters – volume and price for the opening order. It creates and returns a new position with the state PositionStateType.Opening.
06.01.2024
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.
06.01.2024
This method is designed to create fake long positions.
06.01.2024
The method does not take any parameters and does not return any value. Its sole task is to cancel conditional buy positions.
05.01.2024
The method adds a new iceberg order to an existing position.
05.01.2024
The BuyAtMarketToPosition method modifies a position by adding a market order to the list of opening orders.
05.01.2024
The method allows modifying an existing long position by adding a limit order to the list of opening orders.
05.01.2024
The BuyAtStop methods series is designed for delayed opening of long positions using conditional orders.
05.01.2024
The BuyAtAceberg methods are used for opening long positions in which the opening orders are placed as iceberg orders.
05.01.2024
In the tab, there are two overloads of the method for opening long positions with limit orders.