Strategy settings

Manual strategies have the AutoSplitBuy parameter on the Multiple Orders tab, how does it work and why is it not available in other strategies?

The AutoSplitBuy parameter on the Multiple Orders tab is only available in Manual strategies and it is only used when the OrdersCount=1.If AutoSplitBuy=YES, it will split the Buy order in case the initial placed size exceeds the maximum limit for a single order.The maximum value of a single order on different coins may differ and

Manual strategies have the AutoSplitBuy parameter on the Multiple Orders tab, how does it work and why is it not available in other strategies? Read More »

Can you tell me more about setting the BinancePriceBug parameter, which is located on the Filters tab of the strategy settings of the MoonBot terminal?

In the MoonBot terminal, on the Filters tab of the strategy settings, there is a parameter called BinancePriceBug (default 0.5% for futures, default 1.0% for spot): the price lag percentage at which trading in this strategy should be stopped.If this filter is triggered, a 30 second penalty is activated on the strategy, so new orders

Can you tell me more about setting the BinancePriceBug parameter, which is located on the Filters tab of the strategy settings of the MoonBot terminal? Read More »

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 »

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 »

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 »