The TrendDetector calculates waves on the chart using the built-in ZigZag indicator and detects a trend change after the last high/low update occurs in a minimum sequence of non-updated highs/lows. This assumes a continuation of the trend for the subsequent update of the remaining high/low. For trend determination: When you see a pink or light yellow trend...
// ================================= Trend following strategy. // ================================= Strategy uses two channels. One channel - for opening trades. Second channel - for closing. Channel is similar to Donchian channel, but uses Close prices (not High/Low). That helps don't react to wicks of volatile candles (“stop hunting”). In most cases...
Dynamic GANN Square Of 9 Bands Created on 3 Sept 2023 Adjust Increment Value: Customize increment to match symbol and price characteristics for accuracy. Green Line: 200 EMA. Identifies trend direction; moves with the prevailing trend. Red Lines: Mark prominent reversal levels closer to the red range; ideal for mean reversion strategies. ...
The Ultimate RSI indicator is a new oscillator based on the calculation of the Relative Strength Index that aims to put more emphasis on the trend, thus having a less noisy output. Opposite to the regular RSI, this oscillator is designed for a trend trading approach instead of a contrarian one. 🔶 USAGE While returning the same information as a regular RSI,...
The Regularized-MA Oscillator Suite is a versatile indicator that transforms any moving average into an oscillator. It comprises up to 13 different moving average types, including KAMA, T3, and ALMA. This indicator serves as a valuable tool for both trend following and mean reversion strategies, providing traders and investors with enhanced insights into market...
Screener version of AlphaTrend indicator: BUY / LONG when AlphaTrend line crosses above its 2 bars offsetted line, and there would be a green filling between them SELL / SHORT when AlphaTrend line crosses below its 2 bars offsetted line, and filling would be red then. Default values: Coefficient: 1, which is the factor of the trailing ATR value Common Period:...
A trend following indicator that allows traders/investors to enter trades for the long term, as it is mainly tested on the daily chart. The indicator fires off buy and sell signals. The sell signals can be turned off as trader can decide to use this indicator for long term buy signals. The buy signals are indicated by the green diamonds, and the red diamonds show...
Based in the model of Machine learning: Lorentzian Classification by @jdehorty, you will be able to get into trending moves and get interesting entries in the market with this strategy. I also put some new features for better backtesting results! Backtesting context: 2022-07-19 to 2023-04-14 of US500 1H by PEPPERSTONE. Commissions: 0.03% for each entry, 0.03%...
Well, guess what? A new indicator is here! Again it's a coincidence, as I experiment with my formula. So far it's less noisy than Autoregressive Covariance Oscillator, so possibly this one is better. The formula is much simpler, care me to explain. ___________________________________________________________________________________________________ Yt = close -...
Well to be honest I don't know what to name this indicator lol. But anyway, here is my another original work! Gonna give some background of why I create this indicator, it's all pretty much a coincidence when I'm learning about time series analysis. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Well, the formula of Auto-covariance...
Using the UT Bot alerts indicator by @QuantNomad, this strategy was designed for showing an example of how this indicator could be used, also, it has the goal to help some people from a group that use to use this indicator for their trading. Under any circumstance I recommend to use it without testing it before in real time. Backtesting context: 2020-02-05...
Stop worrying about catching the lowest price, it's almost impossible!: with this trend-following strategy and protection from bearish phases, you will know how to enter the market properly to obtain benefits in the long term. Backtesting context: 1899-11-01 to 2023-02-16 of SPX by Tvc. Commissions: 0.05% for each entry, 0.05% for each exit. Risk per trade:...
what is "Trend Oscillator"? it is an indicator for determining the trend. what it does? analyzes the price action by reducing it to 4 different situations. Red means strong bear, orange means bearish, yellow means weak bull and green means strong bull. It was developed to help traders who trade in the direction of the trend and its biggest promise is to simplify...
Bars with positive MACD histogram value and closing above VWAP are colored, long positions should be taken in areas made of those bars. Similarly, bars with negative MACD histogram value and closing below VWAP are also colored, short positions should be taken there. This indicator by default should be a part of your trend following trading system. In the...
The Rocket Grid Algorithm is a trading strategy that enables traders to engage in both long and short selling strategies. The script allows traders to backtest their strategies with a date range of their choice, in addition to selecting the desired strategy - either SMA Based Crossunder or SMA Based Crossover. The script is a combination of trend following and...
The Fibonacci Step Indicator assumes irregularity in calculating a moving average. It is measured as the mean of the previous lows and highs situated at Fibonacci past periods. For example, the mean of the lows from 2, 3, 5, 8, etc. periods ago form the Fibonacci step indicator. The indicator uses the formula for the first twelve Fibonacci numbers on highs and...
Hello guys!, If you are a swing trader and you are looking for a simple trend strategy, you should check this one. Based in the supertrend indicator, this strategy will help you to catch big movements in BTCUSD 4H and avoid losses as much as possible in consolidated situations of the market This strategy was designed for BTCUSD in 4H timeframe Backtesting...
╭━━━━╮╱╱╱╱╱╱╱╱╭┳╮ ┃╭╮╭╮┃╱╱╱╱╱╱╱╱┃┃┃ ╰╯┃┃┣┻┳━━┳━╮╭━╯┃┃╭╮╱╭╮ ╱╱┃┃┃╭┫┃━┫╭╮┫╭╮┃┃┃┃╱┃┃ ╱╱┃┃┃┃┃┃━┫┃┃┃╰╯┃╰┫╰━╯┃ ╱╱╰╯╰╯╰━━┻╯╰┻━━┻━┻━╮╭╯ ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╭━╯┃ ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰━━╯ About the script: This script is an easy-to-use trend indicator, which is based on another popular indicator called "Supertrend" . The basic idea is very simple, i.e. to compute Average...