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 »

I want to activate the Slave strategy for different keys on my time, how do I make this setting?

In order to start Slave strategy by key, you need to specify one key or a list of keys separated by commas in the TriggerByKey parameter field, if the string is empty, then the parameter is not used. If you need to start Slave strategy with different keys for different durations, you can write several

I want to activate the Slave strategy for different keys on my time, how do I make this setting? Read More »