FAQs

Which MoonBot trust management command can I use to specify at what price I should sell the coin I want?

You can do this with the following trust management command: cmd_Sell – sell the coin at the specified price. Upon receiving this command, the orders to buy the given coin will be cancelled, and the MoonBot terminal will start selling all purchased coins at the specified price.

Which MoonBot trust management command can I use to specify at what price I should sell the coin I want? Read More »

Which MoonBot trust management command can I use to place a Buy order or immediately buy a coin short and also set SellPrice to the level I want?

You can do this with the following command: cmd_Short [Price] [sell [Price]] [OrderSize X%] [Key ChannelKey], i.e. place a short order at a specified price for a specified % of the set order (only for trading on Binance Futures). For example, you can send the command: cmd_Buy BTC 1% sell 1% OrderSize 100% Key ST123,

Which MoonBot trust management command can I use to place a Buy order or immediately buy a coin short and also set SellPrice to the level I want? Read More »

The trust management commands have some designations such as: Coin, Price, X, < >, [ ], what do they denote?

The following symbols are used in the trust management commands for the MoonBot terminal:Coin – coin name;Price – price of the coin, can be set in absolute values or in per cent;X – % of the order size from the whole deposit;“&#60; &#62;” – angle brackets for mandatory parameter,[ ] – square brackets for optional

The trust management commands have some designations such as: Coin, Price, X, < >, [ ], what do they denote? Read More »

Which MoonBot trust management command can I use to place a Buy order or immediately buy a coin to long, as well as to set SellPrice to the level I need?

You can do this with the following trust management command: cmd_Buy [Price] [sell [Price]] [OrderSize X%] [Key ChannelKey], i.e. buy a coin at the specified price by the specified % of the set order. If there is no buy price in the command, the Buy order will be set according to the strategy settings of

Which MoonBot trust management command can I use to place a Buy order or immediately buy a coin to long, as well as to set SellPrice to the level I need? Read More »

I bought a coin using remote control command and I want to enable stop loss using trust command at a certain price, but when I send a command of the form cmd_SetStop BNB 215, the stop loss does not appear and is not moved to that price, what could be the problem?

The cmd_SetStop trust management command does not include a stop loss, it can only move a previously set stop loss to a specified price. You should check in the strategy that accepts your trust management commands on the Stops tab that the UseStopLoss=YES parameter is ticked so that after buying a coin a stop loss

I bought a coin using remote control command and I want to enable stop loss using trust command at a certain price, but when I send a command of the form cmd_SetStop BNB 215, the stop loss does not appear and is not moved to that price, what could be the problem? Read More »

How do I configure receiving and processing trust management commands for a MoonBot slave terminal (Slave)?

In order for MoonBot slave terminals (Slave) that read your control Telegram channel to which Trust commands are sent to be able to accept them, you need to create strategies in them to read this channel and set the AcceptCommands=YES parameter in them on the Main tab. If you use a key in your strategies

How do I configure receiving and processing trust management commands for a MoonBot slave terminal (Slave)? Read More »

I have not placed orders, and in the log I found this error: {“code”:-1022, “msg”: “Signature for this request is not valid.”}, what does it mean?

There are several reasons why a signature may be invalid:– The secret key is not set– The secret key does not match the API key– The parameter passed to the server has no value.The error /api/v3/order?orderId=&timestamp=xxxxx&signature=xxxxx can be as follows– The timestamp and signature (in this order) are not specified as the last parameters/sapi/v1/sub-account/status?email=xxx&recvWindow=10000&timestamp=xxx&signature=xxx– The

I have not placed orders, and in the log I found this error: {“code”:-1022, “msg”: “Signature for this request is not valid.”}, what does it mean? Read More »