Strategy settings

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 »

How can I avoid opening a position in the MoonBot terminal away from the marking price?

Use the MarkPriceMin and MarkPriceMax parameters on the Filters / Base tab of the strategy settings: (only works on the MoonBot futures terminal). The MarkPrice filter is designed to avoid opening a position too far from the mark price, which could result in instant liquidation. The filter works with the MarkPrice delta, which is the

How can I avoid opening a position in the MoonBot terminal away from the marking price? Read More »

In the MoonBot futures terminal I want to set up a strategy that can only place orders in the open side, can I do that?

Yes, this can be configured in the MoonBot terminal using the parameter on the Filters / Price/Position tab of the SamePosition strategy settings, which only works on the MoonBot futures terminal. If you check the ‘YES’ box, orders will only be placed in the direction of the open position according to this strategy. To ensure

In the MoonBot futures terminal I want to set up a strategy that can only place orders in the open side, can I do that? Read More »