FAQs

What does “Master” and “Slave” mean in trigger settings?

In the strategy settings there is Triggers Master/Slave tab, which parameters are divided into two parts: the upper part (from TriggerKeyBuy parameter to TriggerAllMarkets parameter) is intended for master strategy setting, and the lower part (from TriggerByKey parameter to CancelByTriggerBL parameter) is for slave strategy setting, which waits for the trigger key from Master strategy

What does “Master” and “Slave” mean in trigger settings? Read More »

What is the purpose of the PreventWorkingUntil parameter on the Filters tab of the MoonBot terminal strategy settings?

In the MoonBot terminal, on the Filters tab of the strategy settings, there is a parameter called PreventWorkingUntil, which records the date and time in UNIX format until which the strategy will be stopped, for example, a value like this: PreventWorkingUntil=1668718421. If PreventWorkingUntil=0, then the strategy is not in stop mode and is operating normally.

What is the purpose of the PreventWorkingUntil parameter on the Filters tab of the MoonBot terminal strategy settings? Read More »

I want a strategy in the MoonBot terminal to work only within a certain range of profits per session, are there any such settings?

Yes, to do this, in the MoonBot terminal, on the Filters / Price/Position tab of the strategy settings, use the SessionProfitMin and SessionProfitMax parameters. These are two parameters that allow the strategy to operate within a specified profit range per session from SessionProfitMin to SessionProfitMax (values are specified in $ for any trading pairs). If

I want a strategy in the MoonBot terminal to work only within a certain range of profits per session, are there any such settings? Read More »

I want to stop the strategy if the total minus exceeds my threshold, how can I adjust this?

In the MoonBot terminal, this can be done in the Filters / Price/Position tab of the strategy settings using the TotalLoss parameter, in which you must enter a positive number for the total loss, and the strategy will stop working when the total loss exceeds this value. A loss-making session is calculated according to the

I want to stop the strategy if the total minus exceeds my threshold, how can I adjust this? Read More »

I want the strategy to take a position no higher than a certain value that I can allocate to a single coin, how can I implement this?

To do this, in the MoonBot terminal, on the Filters / Price/Position tab of the strategy settings, use the MaxPosition parameter, in the field of which you set the position threshold, above which all Buy orders will be cancelled (when CheckAfterBuy is enabled), and new ones will not be placed. To ensure that this parameter

I want the strategy to take a position no higher than a certain value that I can allocate to a single coin, how can I implement this? Read More »

I want filters to be checked not only when a strategy is detected, but also throughout the time until a Buy order is executed, where is this configured?

To do this, in the MoonBot terminal, on the Filters tab of the strategy settings, use the CheckAfterBuy parameter, which is responsible for checking or not checking filters after placing a Buy order. If this parameter is set to “NO”, the filters are checked only at the moment of the signal; if set to “YES”,

I want filters to be checked not only when a strategy is detected, but also throughout the time until a Buy order is executed, where is this configured? Read More »