:
Strategy settings
In the MoonBot terminal, on the Filters / Delta strategy settings tab, you will find the FilterBy, FilterMin, and FilterMax parameters:
FilterBy: menu for selecting a parameter for filtering
- Last1mDelta, Last15mDelta, Last30mDelta, Last1hDelta, Last2hDelta, Last3hDelta, 24h-Delta: by price deltas (for 1m, 15m, 30m, 1h, 2h, 3h, 24h);
- DVolToHVolAsc: by ratio of daily and hourly volumes in ascending order;
- DVolToHVolDesc: by ratio of daily and hourly volumes in descending order;
- DailyVol, HourlyVol, MinuteVol, 3Min-Vol, 5Min-Vol: by volume (for 24 hours, 1 hour, 1 minute, 3 minutes, 5 minutes);
- MaxOrder: by maximum order size;
- Orders: by number of orders;
- Session: by session size;
- MaxPos: by maximum position;
- MarkPrice: by mark price;
- Funding: by funding;
- Leverage: by leverage size;
- Pump5m: by price growth delta over 5 minutes (calculated as the difference between the price 5 minutes ago and the maximum price over 5 minutes);
- Pump1h: by price increase delta per hour (calculated as the difference between the price an hour ago and the maximum price per hour);
- Dump1h: by price decrease delta per hour (calculated as the difference between the price an hour ago and the minimum price per hour).
FilterMin: The minimum limit of the FilterBy value. If FilterMin = 0, this parameter is not applied.
FilterMax: The maximum limit of the FilterBy value. If FilterMax = 0, this parameter is not applied.
To ensure that this parameter is checked by the strategy, set IgnoreFilters = NO on the general Filters tab, and set IgnoreDelta = NO on the Filters / Delta tab. A green vertical bar should be visible to the left of the Filters / Delta tab, indicating that this tab and the parameters in it are not being ignored.