Type/to search

Low Scanner Smart Tracking Method

Cryptocurrency
Created: 2023-11-01 16:12:00
Last modified: 3 years ago
1
Follow
1777
Followers

img

Overview

The Low Scanner Smart Tracking Method is a non-repainting Forex trading strategy. It uses a low scanner to locate low points and combines with Hull Moving Average for trade signal judgment, which can achieve a high winning rate.

Principle Analysis

Firstly, the strategy uses a low scanner to locate low points. The low scanner calculates the RSI values of price and volume, and compares them with the WMA curve to determine low points when RSI is lower than WMA.

Secondly, the strategy uses Hull Moving Average for trade signal judgment. It calculates two Hull MAs with different periods, and goes long when the shorter period Hull MA crosses over the longer period one, and goes short when it crosses under.

Finally, the strategy combines the low point scan signals and Hull MA signals, and only triggers Hull MA signals when the low scanner gives out low point signals, forming the entry strategy.

In this way, by identifying market low points first and then tracking the trend, it can effectively avoid wrong entry timing and improve the winning rate of the trading system.

Advantage Analysis

The main advantages of the Low Scanner Smart Tracking Method are:

  1. Using the low scanner, it can accurately identify market low points and avoid buying at high points.

  2. Hull MA is an excellent trend tracking indicator that can capture larger trends.

  3. Combining low scanner and Hull MA verifies each other and filters out lots of noise and false signals.

  4. Adopting a progressive stop loss exit mechanism can maximize profits and avoid pullbacks.

  5. The strategy uses indicator driven logic and does not manipulate historical data, which is reliable.

Risk Analysis

The main risks of this strategy are:

  1. The low scanner may miss some low points and lose trading opportunities. Parameters can be adjusted to expand the scanning range.

  2. Markets may reverse sharply, causing stop loss to be hit. Stop loss range can be relaxed reasonably and control position sizing.

  3. Improper parameter settings may generate too many or too few trading signals. Parameters should be repeatedly optimized to find the best combination.

  4. This strategy only applies to Forex pairs with obvious trends, not suitable for range-bound or oscillating markets.

Optimization Directions

The strategy can be optimized in the following aspects:

  1. Optimize the parameters of the low scanner to identify low points more accurately.

  2. Optimize the parameters of Hull MA to track trends more precisely.

  3. Add other indicator filters like MACD, KDJ to improve signal reliability.

  4. Add machine learning model predictions to assist trade signal judgment.

  5. Optimize the stop loss mechanism to adjust dynamically based on market volatility.

  6. Optimize the position sizing strategy to adjust position size dynamically based on money management rules.

Conclusion

The Low Scanner Smart Tracking Method is a high winning rate non-repainting Forex trading strategy. It can accurately identify market low points and enter the trend when the trend is clear, locking in profits with progressive stop loss. The strategy has large room for optimization and can be improved in many ways to become a powerful automated trading system.

Source
Pine
/*backtest
start: 2023-10-24 00:00:00
end: 2023-10-25 00:00:00
period: 3m
basePeriod: 1m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

// © theCrypster 2020

//@version=4
// strategy(title = "Low Scanner Forex strategy", overlay = false, pyramiding=1,initial_capital = 1000, default_qty_type= strategy.percent_of_equity, default_qty_value = 100, calc_on_order_fills=false, slippage=0,commission_type=strategy.commission.percent,commission_value=0)
Strategy parameters
Strategy parameters
Strategy Direction
min
tf3
min1
Timeframe
Period
Shift
len
BACKTEST START YEAR
BACKTEST START MONTH
BACKTEST START DAY
BACKTEST STOP YEAR
BACKTEST STOP MONTH
BACKTEST STOP DAY
stop loss
qty_percent1
qty_percent2
qty_percent3
Take profit1
Take profit2
Take profit3
Take profit4
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)