“Filters” Tab
“Filters → Price/Position” Tab
-
IgnorePrice: YES/NO checkbox.
If YES, all parameters on the Filters → Price/Position tab are ignored — meaning this entire filter section is not checked, which reduces CPU load. A gray bar to the left of the tab indicates that it is ignored.
If NO, the filters on this tab are checked normally, and a green bar appears to the left of the tab indicating that this tab is active.
⚠️ Important: If the global filter-ignore mode IgnoreFilters = YES is enabled on the main Filters tab, then Filters → Price/Position will be ignored regardless of the value of IgnorePrice (YES or NO). A gray bar will appear to the left of the tab indicating that it is ignored. -
MaxBalance: a field for specifying the maximum balance value used by all strategies (including OrderSize of this strategy). If exceeded, this strategy is not allowed to place Buy orders. If set to 0, the parameter is ignored.
-
MaxBalance: a field for specifying the maximum balance value used by all strategies (including OrderSize of this strategy). If exceeded, this strategy is not allowed to place Buy orders. If set to 0, the parameter is ignored.
-
SamePosition: YES/NO checkbox.
If YES, do not open new orders in the direction opposite to an already open position. This parameter is used only in the following futures strategies: MoonShot, MoonHook, Telegram. -
MaxPosition: a field for specifying the maximum position threshold. If the position exceeds this threshold, all Buy orders will be canceled (when CheckAfterBuy is enabled), and new Buy orders will not be placed.
-
SessionProfitMin: a field for specifying the minimum session profit threshold in USD. If the session profit is below this value, the strategy cannot place Buy orders. Session auto-reset timing is configured in Settings → Autostart. If set to 0, the parameter is ignored.
-
SessionProfitMax: a field for specifying the maximum session profit threshold in USD. If the session profit is above this value, the strategy cannot place Buy orders. Session auto-reset timing is configured in Settings → Autostart. If set to 0, the parameter is ignored.
Examples:
SessionProfitMin = -100, SessionProfitMax = 0 The strategy may place Buy orders as long as the session result for the coin remains between –100 USD and +∞, because SessionProfitMax = 0 is ignored.
SessionProfitMin = -100, SessionProfitMax = 100 The strategy may place Buy orders while the session result stays between –100 USD and +100 USD.
SessionProfitMin = 0, SessionProfitMax = 100 The strategy may place Buy orders as long as the session result stays between –∞ (because SessionProfitMin = 0 is ignored) and +100 USD. -
TotalLoss: a field for specifying the total loss threshold. If total loss exceeds this value, the strategy stops operating. The loss value is specified as a positive number and is calculated according to Autostart settings for the selected time period.
-
WorkingPriceMax: a field for specifying the maximum price boundary. If the coin price rises above this boundary, the strategy stops working. If 0, the parameter is ignored.
-
WorkingPriceMin: a field for specifying the minimum price boundary. If the coin price falls below this boundary, the strategy stops working. If 0, the parameter is ignored.
-
PriceStepMin: a field for specifying the minimum price step (in %) from the current price. Current values for each coin can be found in the PumpQ column of the Coins Table (the second number after the “/”).
-
PriceStepMax: a field for specifying the maximum price step (in %) from the current price. Current values for each coin can be found in the PumpQ column of the Coins Table (the second number after the “/”).
Example: If a coin costs 20 satoshi, the price step is 5%. If a coin costs 200 satoshi, the price step is 0.5%. (The default PriceStepMax value prevents buying coins priced below 200 satoshi.) -
UseBTCPriceStep: YES/NO checkbox.
If YES, the price step filter uses the BTC market step; If NO, it uses the actual market step.
Example: USDT–HOT has an actual price step of 0.02%, while BTC–HOT has 14%. Using this parameter, HOT can be excluded using a step filter between 0% and 1%.