Stepgridscalp
This strategy is a next iteration of stepgridhybrid and its trend module, trying to find a balance between scalping (quick, small trades with high probabilities of winning) and grid trading (DCA in more or less predictable steps). The trend module used in this strategy builds on several existing concepts, but is entirely new and now accomodates for user set timeframes.
Key features:
- truly multi timeframe: user configurable low, medium und high timeframes for monitoring aspects like trend changes, momentum strength and more. For example you could trade on 5m charts, while also monitoring 15m and 4h.
- different trading styles that are automatically used when opportune:
- normal grid trading
- cautious 'scalping' in upper ranges: aiming to exit the zone with no or a very small sized bag, using a smaller amount per buy order, strict buydowns for DCA and very cautious sell trailing
- trade supports: when the market looks very bad, grid buy trading stops and the strategy moves into a mode where it trades higher timeframe supports with limit orders
- different sell trailing styles that are automatically used when opportune:
- regular trailing, with dynamic trailing ranges
- candle low trailing, to trail bigger moves upwards
- micro stop loss style, to quickly start sell trailing after riskier buy orders, accepting a tiny loss as outcome
- better at selling more volume at higher prices, due to 'partial sell ratio cap' and better sell trailing
- quick detection of trend direction changes
- can be very cautious about when it opens new trades
Cancel orders must be disabled in the global bot settings when you use the 'trade supports' option (you can do that on the setup page).
About the trend module​
The trend options are what set this strategy apart from other similar strategies. The exact details are not public to protect the work of the author, but how the data is used is a lot simpler and more transparent than in previous strategies that use black box data.
All data mentioned below, is visible in the right sidebar on the chart page
Phase system​
Using data from three configurable timeframes, one out of six phases gets recognized at any time:
1: very bearish 2: bullish reversal 3: bullish 4: very bullish 5: bearish reversal 6: bearish
Trend sync uses the phase system to determine if any of the following is allowed:
- opening new trades, coming from a situation where there is no balance to sell
- grid trading
- pausing grid trading, and placing limit orders at higher timeframe supports
Trend plus uses the phase system to apply dynamic trailing ranges, for example by increasing the sell trailing range in a very bullish market.
Trend scalping uses the phase system to go into 'scalping mode' when the market is either bullish, or very bullish. This mode using a more careful sell trailing mechanism (including tiny, partial stop losses), and reduces the number of 'high' buy orders, and instead buying more when price is slightly moving down again.
All trend options can be used together, or individually.
Overbought status and momentum​
By monitoring higher timeframes to determine if (and how much) the market is overbought and if the current momentum is bullish or bearish, the strategy can be either more careful with new trades, or extend trailing ranges to aim for more profit.
The strict entry and strict dca options depend heavily on longer term momentum status.
Overview of restrictions​
This strategy offers several settings that put restrictions on when new trades may be opened and when DCA is allowed, most of these settings can be used together.
When all restrictions are disabled, the strategy behaves like a more configurable version of stepgrid with small hardcoded limits on repeated buy orders in the same price zone, with much better sell trailing.
The overview below describes the main impact of each restrictive setting.
Setting | Restrictions on new trades | Restrictions on any buy order |
---|---|---|
Price action analysis |
|
|
Strict entry |
|
|
Strict DCA |
|
|
Exhaustion sensitivity |
|
|
Trade supports |
|
|
Trend scalping |
|
|
Custom trading range |
|
|
Examples for Various Restrictions​
The following examples illustrate how the strategy performs under different restrictive settings. Each variation highlights a unique combination of restrictions, demonstrating their impact on trade entries and exits.
The purpose of these examples is not to showcase profitability - amounts and gain targets are not tuned - but to reveal how the strategy adapts to various market conditions with different constraints. Charts for each backtest, showing how the strategy trades, will be included.
Check the detailed test result links for interactive charts.
Variation 1: Unrestricted​
In this variation, all restrictive settings are disabled. The strategy behaves like a more configurable version of stepgrid with minor limits on repeated buy orders in the same price zone and enhanced sell trailing. This setup allows for maximum flexibility in opening new trades and executing DCA orders without any additional constraints.
Variation 2: Strict DCA​
With Strict DCA enabled, the strategy restricts grid buy trades when the momentum is not favorable on the upper timeframe. This means that during periods of unfavorable momentum, the strategy refrains from executing DCA buy orders, thus avoiding potential overexposure during downtrends or less favorable market conditions.
Variation 3: Trade Support + Trend Scalping​
This variation combines Trade Support and Trend Scalping restrictions. Grid buy trades are not allowed in phases 'very bearish' and 'bearish', and during these times, limit orders are placed at medium or long-term supports. Additionally, new trades are not allowed on the upper step when in phases 'bullish' or 'very bullish' and the short-term trend is bullish. This setup tries to reach that trades are opened and managed more conservatively, aligning with major support levels and trend conditions.
Variation 4: Trade Support + Price Action Analysis + Trend Scalping​
In this configuration, multiple restrictions are combined to enhance trading precision. New trades are not allowed in phases 'very bearish' and 'bearish' (Price Action Analysis), and grid buy trades are similarly restricted. Trend Scalping adds another layer of control by preventing new trades on the upper step during 'bullish' or 'very bullish' phases if the short-term trend is bullish. This approach aims to optimize entry and exit points based on a detailed analysis of price action and trend dynamics.
StepGridScalp settings​
Balance settings​
Label | Config Parameter | Default Value | Detailed Description |
---|---|---|---|
Trading limit | TRADING_LIMIT | 40 | This is the base amount you will use for each regular buy order. It is also essential for calculating the 'buy count'. |
Trading limit multiplier | TL_MULTIPLIER | 1 | This setting allows you to adjust the invested amount for each consecutive buy order based on a multiplier effect. For example, with a trading limit of 100 USDT and a max buy count of 3, a setting of 1.5 results in the first buy at 100 USDT, the second at 150 USDT, and the third at 225 USDT. |
Always use TL multiplier | ALWAYS_USE_TL_MULTIPLIER | false | Enable this setting to apply the 'TL multiplier' for the base amount used in all TL ratio calculations. If disabled, the TL ratio settings will consider the absolute trading limit amount you set multiplied by the respective ratio. |
Max buy count | MAX_BUY_COUNT | 40 | Limits the maximum size of your position for all cases except during BTFD mode. It incorporates the increasing investment per buy order when using the trading limit multiplier, ensuring each DCA round is counted once. A setting of 40 implies a total position size up to 40 times your trading limit. |
Min volume to sell | MIN_VOLUME_TO_SELL | 10 | This is the minimum notional order value, used to filter out balances too small to sell. Please check with your exchange to ensure this value meets the minimum order requirements for your trading pair. |
Max invested base | MAX_INVESTMENT | 999999999999999 | This setting restricts the total amount of base currency (e.g., USDT in USDT-BTC) that can be invested. For instance, a setting of 1000 USDT limits your maximum investment to 1000 USDT in the trading pair. |
Profit settings​
Label | Config Parameter | Default Value | Detailed Description |
---|---|---|---|
Gain | GAIN | 1 | Specifies the minimum gain percentage target above the active unit cost or break-even point. Setting this to 1% means a full sell order is placed only when the price reaches at least 1% above your unit cost or break-even target. |
Partial sell gain | GAIN_PARTIAL | 0.5 | This is the minimum gain target for partial sell orders. A setting of 0.5% means you can consider partial sell orders only when buy orders are placed at least 0.5% (plus trading fees) below the current price. |
Partial sell ratio | PARTIAL_SELL_RATIO | 0.95 | This setting helps manage the volume of partial sells based on the amount of volume bought below the current price. For instance, if 200 units were bought below the current price, a partial sell ratio of 0.4 results in a sell order of 80 units. |
Use partial sell cap | PARTIAL_SELL_CAP | false | Enabling this setting imposes an upper limit on the quantity of partial sell orders per sell step. |
Partial sell cap ratio | PARTIAL_SELL_CAP_RATIO | 1 | This setting determines the maximum volume for a partial sell order per sell step, expressed as a multiple of the 'trading limit'. For example, a setting of 1 means that each partial sell order may not exceed the trading limit value per step. |
Unit cost | unit_cost | true | Determines how the break-even price is calculated. When enabled, the break-even price represents the average cost per unit of the remaining balance. If disabled, the break-even price is calculated such that selling the remaining units at this price would allow the entire trade sequence to break even. |
Dynamic exit logic | DYNAMIC_EXIT_LOGIC | false | This setting modifies the exit strategy based on market conditions. In uptrends, the exit target is the unit cost, while in other situations, the strategy aims to reach a break-even point covering the entire order sequence. This option requires the 'unit cost' to be disabled to function. |
Period settings​
Label | Config Parameter | Default Value | Detailed Description |
---|---|---|---|
Period | PERIOD | 5 | This setting specifies the main timeframe, in minutes, used for analyzing short-term market data. The default setting is 5 minutes. |
Period medium | PERIOD_MEDIUM | 15 | This setting determines the medium-term timeframe, in minutes, for market data analysis. The default is set at 15 minutes. |
Period long | PERIOD_LONG | 60 | Defines the long-term timeframe, in minutes, used to analyze market data. The default setting is 60 minutes. |
Customize grid​
Label | Config Parameter | Default Value | Detailed Description |
---|---|---|---|
Auto step size | AUTO_STEP_SIZE | ATR | Allows the bot to automatically adjust the grid step size based on the current volatility of the pair. Options include 'none', 'ATR', and 'candleSize'. 'None' uses a manual step size, 'ATR' adjusts based on the Average True Range, and 'candleSize' bases the step on the size of recent candles. |
Minimum step pct | MIN_STEP_PCT | 0.3 | Sets the minimum percentage for grid steps, overriding the automatic step size if it calculates a smaller step. A setting of 0.3% ensures that steps are never smaller than 0.3% of the current price, providing a baseline for grid consistency. |
Step size | STEP_SIZE | 500 | This is the fixed grid step size for buy and sell orders when automatic step sizing is disabled. When set as a price (e.g., 500 USDT on USDT-BTC), it triggers trades each time the price moves by this amount. When 'Pct step size' is enabled, this value represents a percentage step. |
Pct step size | PCT_STEP_SIZE | false | Enabling this option converts the 'step size' value to represent a percentage of the current price, rather than a fixed amount, providing flexibility in adjusting to market conditions. |
Enforce step size | ENFORCE_STEP | false | This setting ensures that the specified grid step size is adhered to strictly. When enabled, orders are only executed if the price trailing completes at a rate better than the target step, adding precision to your grid strategy. |
Customize trailing​
Label | Config Parameter | Default Value | Detailed Description |
---|---|---|---|
Pct buy trailing range | PCT_TRAILING_RANGE | false | By default, buy trailing ranges are set automatically based on current market conditions between support and resistance. Enabling this option allows you to set a custom percentage to define the trailing range for both buy and sell operations. |
Custom buy trailing range | CUSTOM_TRAILING_RANGE | 0.3 | When 'Pct buy trailing range' is enabled, this setting defines the custom trailing range as a percentage of the current price. For instance, setting it to 0.5% establishes buy trailing ranges at 0.5% of the current price, enhancing control over trade entry points. |
Pct sell trailing range | PCT_SELL_TRAILING_RANGE | false | Similar to the buy trailing range, this setting allows the customization of sell trailing ranges through a percentage value, offering tailored control over sell points relative to market dynamics. |
Custom sell trailing range | CUSTOM_SELL_TRAILING_RANGE | 0.3 | When 'Pct sell trailing range' is enabled, this value specifies the sell trailing range as a percentage of the current price, such as 0.5%, providing precision in setting sell order triggers based on market conditions. |
IRIS-Trend | Price action​
Label | Config Parameter | Default Value | Detailed Description |
---|---|---|---|
Price action analysis | TREND_SYNC | false | Enabling this setting uses trend data from configured timeframes to determine when to open new trades and to adjust trailing ranges dynamically based on price action. This can help tailor the strategy to more effectively respond to market conditions. |
Price action TL ratio | PRICE_ACTION_TL_RATIO | 1 | Adjusts the trading limit for buy orders based on positive market trends. For example, setting this to 2 doubles the trading limit for buy orders, allowing for more aggressive positioning in favorable conditions. |
Price action threshold | PRICE_ACTION_THRESHOLD | 0 | This setting defines the ATR percentage rank threshold for triggering adjustments based on price action. A setting of 0.5 indicates that the current ATR percentage rank must be at least 50%, and is used along with a 'green' candle indication to trigger the price action multiplier. |
Strict entry | STRICT_ENTRY | false | When enabled, this setting applies more conservative criteria for opening new trades, particularly by avoiding entries in overbought market conditions. This may result in periods of inactivity designed to optimize entry points. |
Strict DCA | STRICT_DCA | false | Activating this option prevents DCA (Dollar Cost Averaging) trades when the upper timeframe indicates bearish momentum, aiming to avoid compounding positions during unfavorable market phases. |
Exhaustion sensitivity | EXHAUSTION_SENSITIVITY | MEDIUM | This setting controls the timeframe exhaustion check before allowing a new DCA buy. Options range from 'NONE' (no checks), 'SHORT' (checks short-term exhaustion), 'MEDIUM' (checks short and medium-term exhaustion), to 'LONG' (checks across short, medium, and long-term). It ensures that buying only occurs when the market is not considered 'exhausted'. |
IRIS-Trend | Trade supports​
Label | Config Parameter | Default Value | Detailed Description |
---|---|---|---|
Trade supports | TRADE_SUPPORTS | true | When enabled, this setting utilizes trend data to place limit order targets at medium or long-term support levels during phases unfavorable for standard grid trading. This strategic adjustment aims to capitalize on predicted support levels for optimized entry points. |
S1 TL ratio | SUPPORT_TL_RATIO | 2 | This parameter adjusts the value of buy orders placed at S1 (first level support) targets. Setting it to 2, for example, means that buy orders are placed for twice the amount of the 'trading limit', enhancing market position at strategic support levels. |
S2 TL ratio | SUPPORT2_TL_RATIO | 2 | Similar to the S1 TL ratio, this setting determines the buy order value for S2 (second level support) targets. It multiplies the 'trading limit' by the ratio set, in this case, doubling the order value at calculated support levels for aggressive positioning. |
IRIS-Trend | Micro scalping​
Label | Config Parameter | Default Value | Detailed Description |
---|---|---|---|
Micro scalping | TREND_SCALPING | true | When enabled, the strategy leverages short, medium, and long-term trend data to manage trades specifically during micro scalping phases. This can include adjusting trading tactics like opening new trades or changing grid trailing specifics to optimize for current market conditions. |
Micro scalp TL ratio | SCALP_TL_RATIO | 0.625 | This setting adjusts the buy and sell amounts during micro scalping sessions based on the set ratio. For instance, setting this to 0.5 would mean that buy orders are placed for half the amount of your usual trading limit, aiming for precision in high-frequency trading zones. |
Initial buy step multiplier | SCALP_INIT_BUY_MULTIPLIER | 0.6 | Adjusts the size of the initial buy step when entering a trade without an existing position during a scalping phase. A multiplier less than 1 accelerates entry into trades by reducing the required step size, enhancing responsiveness to market changes. |
Dynamic stop loss | DYNAMIC_SL | false | This setting enables a dynamic stop loss for managing smaller positions accumulated in higher price zones, allowing for a controlled exit with a relatively small loss to avoid larger drawdowns from difficult to manage DCA situations. |
IRIS-Trend | Multiple timeframes​
Label | Config Parameter | Default Value | Detailed Description |
---|---|---|---|
Multi timeframes mode | MULTIPLE_TIMEFRAMES_MODE | false | Activating this mode allows the strategy to switch to a lower set of timeframes during bullish reversal phases to increase trading frequency. This setting aims to leverage favorable market conditions by adjusting the frequency of trade actions based on more granular timeframes. |
Multi timeframes mode TL ratio | MTF_TL_RATIO | 1 | This parameter sets the trading limit for buys using the lower set of timeframes, allowing for adjusted order sizes based on the timeframes currently being used. A higher setting increases the trade volume in line with the perceived opportunities of the market phase. |
Lower set low period | LOWER_PERIOD_LOW | 5 | Defines the low period for the lower set of timeframes, enhancing responsiveness by focusing on shorter duration market data, which can be pivotal during quick market changes. |
Lower set medium period | LOWER_PERIOD_MEDIUM | 15 | Specifies the medium period for the lower set of timeframes, offering a balance between short-term reactivity and medium-term market trends to optimize trade timing and positioning. |
Lower set high period | LOWER_PERIOD_HIGH | 30 | This setting adjusts the high period for the lower set of timeframes, providing a broader perspective within the accelerated trading framework, which can help in recognizing longer-term trends that may impact short-term trading decisions. |
IRIS-Trend | Accumulation cycle​
Label | Config Parameter | Default Value | Detailed Description |
---|---|---|---|
Accumulation cycle | ACCUMULATION_CYCLE | false | When enabled, this setting restricts the strategy to full sell orders only when the gain target is reached, and the market is exhausted on the upper timeframe. It disallows partial sells below break even, and new trades are opened only during bullish reversal phases, focusing on building positions during specific market conditions without intermediate selling. |
IRIS-Trend | Advanced trailing​
Label | Config Parameter | Default Value | Detailed Description |
---|---|---|---|
Advanced trailing | TREND_PLUS | true | Activating this feature utilizes trend data across short, medium, and long-term timeframes to dynamically adjust trailing ranges based on detected market phases. This enhances the strategy's adaptability to market changes, potentially improving trade outcomes by aligning more closely with current trends. |
Buy multiplier small | TREND_PLUS_BUY_MULTIPLIER_SMALL | 1 | Specifies the smallest trailing range multiplier for buying, effectively adjusting the aggressiveness of buy orders based on current market volatility and trend data. A setting of 1 means no adjustment to the default trailing range. |
Buy multiplier medium | TREND_PLUS_BUY_MULTIPLIER_MEDIUM | 2 | This setting adjusts the medium buy trailing multiplier, increasing the dynamic range for executing buy orders in response to more significant market movements or volatility. |
Buy multiplier large | TREND_PLUS_BUY_MULTIPLIER_LARGE | 5 | Defines the largest buy trailing multiplier, used for maximally extending the trailing range during periods of high volatility or distinct market trends, allowing for aggressive positioning in favorable conditions. |
Sell multiplier small | TREND_PLUS_SELL_MULTIPLIER_SMALL | 0.5 | Adjusts the smallest trailing range for selling, reducing the trailing distance to potentially capture profit quicker during less volatile or downward trending market conditions. |
Sell multiplier medium | TREND_PLUS_SELL_MULTIPLIER_MEDIUM | 2 | This medium sell trailing multiplier enhances the flexibility in setting sell orders, adapting to medium-scale market movements to optimize exit points during varying market phases. |
Sell multiplier large | TREND_PLUS_SELL_MULTIPLIER_LARGE | 5 | Employs the largest sell trailing multiplier, aiming to extend the selling range substantially during highly volatile or bullish market conditions, potentially maximizing profit margins before a significant retracement. |
IRIS-Trend | BTFD mode​
Label | Config Parameter | Default Value | Detailed Description |
---|---|---|---|
BTFD mode | BTFD_MODE | false | Enables a strategy specifically designed to 'Buy The Dip' by placing a series of limit buy orders when prices fall below predefined or dynamically calculated targets, optimizing for potential rebounds in bearish conditions without existing open orders. |
Use trend filter | BTFD_TREND_FILTER | false | This setting adds a filter that only allows the BTFD mode to activate under conditions of confirmed bearish market sentiment, high sell volume on upper timeframes, and elevated volatility, ensuring that dip buying aligns with more conclusive market downturns. |
BTFD dip target | BTFD_DIP_TARGET | 0 | Specifies a manual price target for initiating BTFD mode. When market prices drop below this level without any open orders, it triggers a sequence of limit buy orders, ceasing standard grid buying operations below this price. |
BTFD max dip target | BTFD_MAX_DIP_TARGET | 0 | Defines the lowest price at which BTFD mode operates, setting a boundary to prevent buy orders below this level, which helps manage risk and investment exposure during severe market downturns. |
BTFD use automatic targets | BTFD_AUTO_TARGET | none | Enables the use of automatically determined dip targets based on market conditions, which can be particularly effective in conjunction with the 'trade supports' setting, ensuring strategic timing and placement of BTFD orders. |
BTFD TL ratio | BTFD_TL_RATIO | 1 | This parameter adjusts the amount of base currency used for BTFD buy orders. Increasing this ratio, such as setting it to 2, allows for more aggressive buys, potentially capitalizing on significant market dips. |
BTFD max buy count | BTFD_MAX_BUY_COUNT | 25 | Limits the maximum size of positions during BTFD mode, incorporating the impact of trading limit multipliers to manage the extent of dollar-cost averaging during extended dip buying phases effectively. |
BTFD max dip orders | BTFD_MAX_ORDERS | 5 | Sets the maximum number of dip buy orders that can be placed sequentially, ensuring controlled exposure during the activation of BTFD mode. This limit helps to manage the number of transactions during significant price drops, aligning with overall strategy capacity and risk management. |
BTFD gain | BTFD_GAIN | 1 | Defines the gain percentage above the last order rate at which sell targets are set during BTFD mode, aiming to secure profits from rebounds after aggressive dip buys. |
BTFD auto step size | BTFD_AUTO_STEP_SIZE | ATR | Allows for automatic adjustment of grid step size in BTFD mode based on current volatility, using 'ATR' or 'candleSize' to dynamically fit the market conditions, or 'none' for manual step size use. |
BTFD step size | BTFD_STEP_SIZE | 500 | Sets a specific grid step size for buy orders in BTFD mode when automatic step sizing is not used. This manual setting enables precise control over order placement relative to market movements, crucial for optimizing entry points during dips. |
BTFD pct step size | BTFD_PCT_STEP_SIZE | false | When enabled, this converts the step size for BTFD mode into a percentage of the current price, allowing for adaptive sizing of orders as market prices fluctuate, thus maintaining relevance and effectiveness of the strategy across different market conditions. |
Custom trading range​
Label | Config Parameter | Default Value | Detailed Description |
---|---|---|---|
Custom trading range | CUSTOM_TRADING_RANGE_MODE | false | Enables a trading mode where you can set specific price boundaries within which the strategy will operate. This includes an optional stop target which, if set, triggers selling all holdings if the price drops below a certain point, helping to manage risk effectively. |
Trading range low | TRADING_RANGE_LOW | 8000 | Sets the lower limit of the trading range, below which no new trades will be initiated. This setting helps to avoid buying into a declining market, preserving capital during downward trends. |
Trading range high | TRADING_RANGE_HIGH | 10000 | Defines the upper limit of the trading range, above which no new trades will be initiated. This prevents buying at peak prices, aiming to improve the overall entry point quality within defined market conditions. |
Trading range stop | TRADING_RANGE_STOP | 7000 | Specifies a stop-loss target within the custom trading range. If the price falls below this level, all positions are sold off, acting as a protective measure against significant market downturns. |
Trading range DCA stop | TRADING_RANGE_DCA_STOP | 7500 | Sets a lower boundary for Dollar Cost Averaging (DCA) orders, below which no additional DCA orders are placed. This parameter helps manage DCA strategies by preventing excessive buys in a falling market. |
Stop loss ratio | TRADING_RANGE_STOP_RATIO | 1 | Allows for the configuration of partial stop losses triggered by the DCA stop target. Setting a value less than 1, such as 0.5, means stopping losses for half of the quote balance, providing a flexible approach to risk management during downward price movements. |
Advanced​
Label | Config Parameter | Default Value | Detailed Description |
---|---|---|---|
Buy enabled | BUY_ENABLED | true | Allows you to enable or disable the placement of buy orders. Disabling this option can be useful for temporarily halting new purchases without affecting the ability to sell existing positions. |
Sell enabled | SELL_ENABLED | true | Allows you to enable or disable the placement of sell orders. Useful for periods when you wish to accumulate assets without selling, regardless of market conditions. |
Stop after next sell | STOP_AFTER_SELL | false | This setting stops all trading activity after the current holdings are sold, which can be particularly useful for ending trading strategies after achieving desired profit goals or when planning to reassess market conditions. |
ATR period | ATR_PERIOD | 50 | Defines the number of candles used to calculate the Average True Range (ATR), which helps determine appropriate step sizes and trailing ranges based on market volatility. A default setting of 50 balances responsiveness with market conditions. |
Forever bags | FOREVER_BAGS | false | Enables a strategy where the focus shifts from selling at a predefined profit to maintaining positions for potentially larger gains over time. This strategy avoids selling based on the usual break-even or profit targets, favoring a more flexible, trend-following approach. |
Keep quote | KEEP_QUOTE | 0 | Specifies the quantity of the quote asset to retain and not sell. For example, setting this to 0.01 in a USDT-BTC pair means the strategy will always keep 0.01 BTC out of selling operations, preserving a minimum balance. |
Ignore trades before | IGNORE_TRADES_BEFORE | 0 | Allows you to specify a timestamp before which all previous trades will be ignored. This can be used to reset the trading strategy or to start afresh without considering past trading data or outcomes, effectively setting a new baseline for strategy evaluation. |
Other parameters
Besides settings mentioned on this page, no other strategy setting has any effect on stepgridscalp.