Strategy settings

I want to activate a Slave strategy after the completion of a trade on the Master Strategy regardless of whether it is in profit or loss, how do I do that?

If you need to activate a Slave strategy after a trade finishes on a Master strategy regardless of its result (profit or loss), you need to write the same keys in the TriggerKeyProfit and TriggerKeyLoss parameters. For example, TriggerKeyProfit=3 and TriggerKeyLoss=3, in this case, at any variant of profit or loss, key 3 will be

I want to activate a Slave strategy after the completion of a trade on the Master Strategy regardless of whether it is in profit or loss, how do I do that? Read More »

I urgently need to cancel all Buy orders in the MoonBot terminal when the trigger key is activated. How can this be done?

For this purpose, in the MoonBot terminal, on the Triggers Master / Slave tab, use the CancelByTriggerBL parameter and set its checkbox to “YES”. In this case, all Buy orders will be cancelled if the key recorded in the TriggerKeyBL parameter (analogous to CheckAfterBuy as applied to triggers) is received.

I urgently need to cancel all Buy orders in the MoonBot terminal when the trigger key is activated. How can this be done? 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 »