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

: Strategy settings

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 between the market price and the markup price. It is negative if MarkPrice is higher than the market price and positive if it is lower. The filter is set by values from and to (MarkPriceMin, MarkPriceMax).
Example: MarkPriceMin=0 MarkPriceMax=1 – it will select all coins where MarkPrice is shifted to the side opposite to the order by not more than 1% (thus, if MarkPrice is higher than the price by 1%, then you will not place shorts; if it is lower by 1%, then you will not place longs; in other cases, you will place shorts and longs).