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?

Use the parameter on the Filters tab of the MaxPosition strategy settings, in which field set the position threshold, above which all Buy orders will be cancelled (with CheckAfterBuy enabled), and new ones will not be placed.

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 »

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

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

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 is configurable by using the parameter on the Filters tab of the SamePosition strategy settings, which only works on the MoonBot futures terminal and if you tick the “YES” box, this strategy will only place orders in the direction of the open position.

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 »