Strategy settings

What is the TradePenaltyTime parameter in the MoonBot terminal strategy settings?

The TradePenaltyTime is located on the Filters tab of the strategy settings, which is the time in seconds during which the strategy will not work with the coin, on which the trade was closed in minus. Explanation: If there was a minus trade (in any strategy, including manual), the strategy, where TradePenaltyTime is not 0,

What is the TradePenaltyTime parameter in the MoonBot terminal strategy settings? Read More »

I want to run Slave strategy from a signal from Master strategy for a certain time, can you suggest a parameter for this?

For this purpose, use the TriggerSeconds parameter, in which field specify the time for how many seconds the Slave strategy will be triggered after the Trigger signal appears and the keys from the Master strategy are activated. If you specify TriggerSeconds=0, the parameter is not used. Example: If the Master strategy triggers and activates key

I want to run Slave strategy from a signal from Master strategy for a certain time, can you suggest a parameter for this? Read More »

I want to stop multiple strategies from running on different keys but for different times, can you help me set this up?

Use TriggerKeysBL parameter for this purpose, you can write a string with key numbers separated by a space, if the string is empty then the parameter is not used. If you need to separate times for different keys, you can write more than one key separated with a space or specify time (in seconds) for

I want to stop multiple strategies from running on different keys but for different times, can you help me set this up? Read More »