FAQs

If I use BuyDelay=1000 (ms) in the strategy settings on the Buy conditions tab, at what point does the strategy check the balance, at the moment of detection or after the delay expires?

Strategies with a non-zero BuyDelay parameter check the balance after the BuyDelay time expires, i.e. just before placing a Buy order. In your case, the check will be done after the 1000 ms delay expires and if the balance is sufficient, the strategy will immediately place a Buy order.

If I use BuyDelay=1000 (ms) in the strategy settings on the Buy conditions tab, at what point does the strategy check the balance, at the moment of detection or after the delay expires? Read More »

What happens when I add a coin to the global blacklist on the Settings-Main tab in the “Black List” field?

When you add a coin to the Black List (BL) field on the Settings-Main tab, for example BTC, in old strategies the coin does not appear in the CoinsBlackList=(empty) parameter, but all strategies stop working on this BTC coin._x000D_nIf you create a new strategy after adding a coin, for example BTC, to the global BL,

What happens when I add a coin to the global blacklist on the Settings-Main tab in the “Black List” field? Read More »

Can you tell me if there is any filter in MoonBot terminal to prevent futures strategies from trading during fundings?

The Binance Futures exchange performs an automatic funding calculation every 8 hours – at 00:00, 08:00 and 16:00 UTC. But there are no “fanding” parameters in the strategy settings that can stop trading on strategies. Therefore, in the current implementation of MoonBot terminal you need to use the WorkingTime parameter in the filter section of

Can you tell me if there is any filter in MoonBot terminal to prevent futures strategies from trading during fundings? Read More »

What are the peculiarities of the Activity strategy and how can it be better used for trading in the MoonBot terminal?

Take into account the fact that the Activity strategy does not implement a mechanism for determining the “sign” of an order and the strategy does not distinguish whether it was a buy (green) or sell (red) order. And in fact, the strategy’s detection of the order “$200” can be in a series of both:1) positive

What are the peculiarities of the Activity strategy and how can it be better used for trading in the MoonBot terminal? Read More »

When the Activity strategy is enabled in the MoonBot terminal I see a line on the coin chart like: MM Detected: 16:51:27 Vol: 200 O: 32 [47, 24, 45] E: 29%, can you decipher the purpose of these parameters?

If you have enabled the Activity strategy and ticked the box next to the Extended Debug Mode parameter on the Settings-Advanced-System tab, you can see a line on the coin chart with the parameters from the detection of this strategy. In your case, these parameters are deciphered as follows. MM Detected: 16:51:27 Vol: 200 O:

When the Activity strategy is enabled in the MoonBot terminal I see a line on the coin chart like: MM Detected: 16:51:27 Vol: 200 O: 32 [47, 24, 45] E: 29%, can you decipher the purpose of these parameters? Read More »

What are the specific parameters of the Activity strategy?

Activity strategy specific parameters: MMTimeFrame=45Timeframe for analysing identical orders, sec. You can set values from 15 to 60 seconds. MMOrderMin=100Order search range, from this minimum order size in $. The minimum value in this parameter is $100. MMOrderMax=1000The range of order search, up to this maximum order size in $. MMOrderStep=1Order grid step, in $

What are the specific parameters of the Activity strategy? Read More »

What happens if the SM button with a red arrow is pressed on the main window of MoonBot terminal, a manual strategy is selected and its parameters allow to use Stop Market (UseMarketStop=YES), but MarketStopLevel=0?

In this case, when buying a coin in the MoonBot terminal using a manual strategy with the parameters UseMarketStop=YES and MarketStopLevel=0, a take line (Sell order) will be placed, but you will still have the option to move this take line to the opposite stack with automatic replacement by the Stop Market line, as well

What happens if the SM button with a red arrow is pressed on the main window of MoonBot terminal, a manual strategy is selected and its parameters allow to use Stop Market (UseMarketStop=YES), but MarketStopLevel=0? Read More »

I want to use Stop Market, but when I buy a coin with a manual strategy it doesn’t appear, what could be the problem?

Click the SM button on the main window of MoonBot terminal so that there is a red arrow on the icon of this button, in this case you will activate the Stop Market.Next, in the strategy window create a manual strategy Manual and on its Sell order tab configure the parameters for setting the Stop

I want to use Stop Market, but when I buy a coin with a manual strategy it doesn’t appear, what could be the problem? Read More »