
BotTabSimple provides a wide range of methods for making transactions. In this article, we will list them in the order of declaration in the class. Each item is an active link that leads to an article with the corresponding example.
BuyAtMarket: Public method. Opens a long position at the market price.
BuyAtLimit: Public method. Opens a long position at the limit price.
BuyAtAceberg: Public method. Opens a long position using an iceberg order.
BuyAtStop: Public method. Creates a long position, the opening order of which will be placed as a limit after crossing a specified price value.
BuyAtLimitToPosition: Public method. Modifies an existing long position by adding a new opening limit order.
BuyAtMarketToPosition: Public method. Modifies an existing long position by adding a new opening market order.
BuyAtAcebergToPosition: Public method. Modifies an existing long position by adding an iceberg order.
BuyAtStopCancel: Public method. Cancels all conditional stop orders for buying.
BuyAtFake: Public method. Creates a fake long position.
SellAtFake: Public method. Creates a fake short position.
SellAtMarket: Public method. Opens a short position at the market price.
SellAtLimit: Public method. Opens a short position at the limit price.
SellAtAceberg: Public method. Opens a short position using an iceberg order.
SellAtStop: Public method. Creates a short position, the opening order of which will be placed as a limit after crossing a specified price value.
SellAtLimitToPosition: Public method. Modifies an existing short position by adding a new opening limit order.
SellAtMarketToPosition: Public method. Modifies an existing short position by adding a new opening market order.
SellAtAcebergToPosition: Public method. Modifies an existing short position by adding an iceberg order.
SellAtStopCancel: Public method. Cancels all conditional stop orders for selling.
SellAtFake: Public method. Creates fake short positions.
CloseAllAtMarket: Public method. Closes all positions at the market.
CloseAtFake: Public method. Closes a fake position.
CloseAtMarket: Public method. Closes the passed position at the market price.
CloseAtLimit: Public method. Closes a position with a limit order.
CloseAtAceberg: Public method. Closes a position using an iceberg order.
CloseAtStop: Public method. Sets a stop loss for the position.
CloseAtStopMarket: Sets a stop-loss for the position. The logic for checking stop activation is performed in the terminal.
CloseAtTrailingStop: Public method. Sets a trailing stop for the position.
CloseAtProfit: Public method. Sets a take profit for the position.
CloseAtProfitMarket: sets a profit order for a position. The logic for triggering the profit order is executed in the terminal.
CloseAllOrderInSystem: Public method. Goes through all positions in the current tab and cancels all active orders.
CloseAllOrderToPosition: Public method. Cancels all active orders for a specific position.
CloseOrder: Public method. Cancels a specific order.
ChangeOrderPrice: changes the price of an order on the exchange without withdrawing it.
If you have any difficulties or questions, please write to the support chat. Link