Strategy settings

If the MShotUsePrice=Trade parameter is set in the MoonBot terminal in the MoonShot strategy, but there are no trades, at what price will the Buy order be counted?

If the MShotUsePrice = Trade parameter is set in the MoonBot terminal in the MoonShot strategy, that is, the Buy order is placed at the MShotPrice distance, counting the price from the current Trade price, but there are no trades, then the ASK price will be taken.

If the MShotUsePrice=Trade parameter is set in the MoonBot terminal in the MoonShot strategy, but there are no trades, at what price will the Buy order be counted? Read More »

In the MoonBot terminal, I use only stop1 and stop2 in setting up the strategy, but I don’t use stop3. Which AllowedDrop will be used after stop2 is triggered, since it does not have its own AllowedDrop parameter?

In the MoonBot terminal, on the Stops strategy settings tab, there are three group settings for triggering stop1, stop2 and stop3. If you use the stop1 (UseStopLoss=YES) and stop2 (UseSecondStop=YES) settings, but do not use the stop3 (UseStopLoss3=NO) setting, then when stop2 is triggered, the AllowedDrop value will be taken from the stop1 setting (AllowedDrop),

In the MoonBot terminal, I use only stop1 and stop2 in setting up the strategy, but I don’t use stop3. Which AllowedDrop will be used after stop2 is triggered, since it does not have its own AllowedDrop parameter? Read More »

What is the purpose of the DontCheckBeforeBuy parameter in the MoonBot terminal strategy settings?

On the Filters tab of the MoonBot terminal’s strategy settings is the DontCheckBeforeBuy: Do not recheck filters immediately before buying. By default it is off, filters are checked twice: before calculating the detection and before buying. This parameter is always checked by the strategy, regardless of whether the IgnoreFilters parameter is set to YES or

What is the purpose of the DontCheckBeforeBuy parameter in the MoonBot terminal strategy settings? Read More »

Is it possible to implement such an algorithm in the MoonBot terminal that when buying one coin, another coin that I need would be bought immediately on the trigger?

Yes, such an algorithm can be implemented and it can be useful, for example, if you know that some coins go the same way and when one coin pumps, after some time another coin starts to pump. Then you can set the detector on one “guide” coin, buy it or just give detector from it

Is it possible to implement such an algorithm in the MoonBot terminal that when buying one coin, another coin that I need would be bought immediately on the trigger? Read More »

Is there a SamePosition setting on the Filters tab, does it work in MoonBot’s MoonHook strategy?

In the latest versions of the MoonBot terminal, on the Filters / Price/ Position tab, the SamePosition parameter now works for MoonHook strategies as well. If SamePosition=YES is set, orders will only be placed in the direction of the open position for this strategy. We recommend updating your version of the MoonBot terminal to the

Is there a SamePosition setting on the Filters tab, does it work in MoonBot’s MoonHook strategy? Read More »

What is the SellLevelDelayNext parameter for in strategy settings?

The SellLevelDelayNext parameter of the strategy settings specifies the time in seconds after which the next Sell order transposition according to the SellLevel algorithm is performed. The first permutation is performed after SellLevelDelay time (in seconds), starting from the second – after SellLevelDelayNext time (in seconds). If SellLevelDelayNext=0, this parameter is not used and all

What is the SellLevelDelayNext parameter for in strategy settings? Read More »

What is the purpose of the DontTradeListing parameter in the MoonBot terminal strategy settings?

In the MoonBot terminal, on the general Filters tab of the strategy settings, there is a parameter called DontTradeListing: the time in seconds during which the strategy will not trade coins on the listing. The maximum value for this parameter is 346k seconds (4 days). This parameter replaces the general settings in the MoonBot terminal

What is the purpose of the DontTradeListing parameter in the MoonBot terminal strategy settings? Read More »