Strategy settings

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 »