FAQs

What is the purpose of the buyPriceLastTrade parameter, which is located on the Buy conditions tab of the strategy settings in the MoonBot terminal?

On the Buy condition tab of the strategy settings there is the buyPriceLastTrade parameter, if it is ticked and buyPriceLastTrade=YES, then the price of the last trade-trade will be used to calculate the buy price. If the tick is not checked and buyPriceLastTrade=NO, then the last ASK price will be used.Attention! The buyPriceLastTrade parameter is […]

What is the purpose of the buyPriceLastTrade parameter, which is located on the Buy conditions tab of the strategy settings in the MoonBot terminal? Read More »

I want to place a Buy order in MoonBot terminal not from ASK price, but from the last cross trade within 30 seconds, how do I set it up?

In order for the strategy in the MoonBot terminal to place a Buy order not from the ASK price, but from the last trade of the cross and within 30 seconds, you need to set two parameters on the Buy conditions tab of the strategy settings as follows: buyPriceLastTrade=YES and Use30SecOldASK=YES.Attention! The buyPriceLastTrade parameter is

I want to place a Buy order in MoonBot terminal not from ASK price, but from the last cross trade within 30 seconds, how do I set it up? Read More »

What is the purpose of the StopLossFixed parameter, which is located on the Stops tab of the strategy settings in the MoonBot terminal?

On the Stops tab of strategy settings there is StopLossFixed parameter – this is a fixed stop in strategies with grid, if StopLossFixed=YES, then the stop is placed on the first order and after combining the stop with this option remains in the same fixed place.

What is the purpose of the StopLossFixed parameter, which is located on the Stops tab of the strategy settings in the MoonBot terminal? Read More »

What is the purpose of the StopSpreadAdd1mDelta parameter, which is located on the Stops tab of the strategy settings in the MoonBot terminal?

On the Stops tab of the strategy settings there is the StopSpreadAdd1mDelta parameter, which allows increasing the stop loss spread depending on the 1-minute delta: For example, StopSpreadAdd1mDelta=0.1, and the minute delta on the coin = 25%, then 25% * 0.1 = 2.5% will be added to the spread.nPriceBug is also taken into account in

What is the purpose of the StopSpreadAdd1mDelta parameter, which is located on the Stops tab of the strategy settings in the MoonBot terminal? Read More »

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?

Basically, futures exchanges perform automatic calculations every 8 hours – at 00:00, 08:00 and 16:00 UTC.However, there are exceptions, and for some coins, the period between funding may be 1, 2 or 4 hours.To stop strategies before or after funding, use the FundingBefore and FundingAfter parameters on the Filters / Time tab. To ensure that

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 »

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 »