This strategy is an adaptive price channel strategy based on the Average True Range (ATR) indicator and the Average Directional Index (ADX). It aims to identify sideways markets and trends in the price movements and make trades accordingly. The strategy uses a length parameter for the ATR and ADX indicators, which determines the length of the calculation for...
This strategy uses crossover of Exponentially Deviating Moving Average (MZ EDMA ) along with Exponential Moving Average for trades entry/exits. Exponentially Deviating Moving Average (MZ EDMA ) is derived from Exponential Moving Average to predict better exit in top reversal case. EDMA Philosophy EDMA is calculated in following steps: In first step,...
ACTION ZONE-ATR MOD v0.1 DOCUMENTATION Overview This tradingview pine script strategy is mainly created to enrich my coding skill. It is a combination of “CDC-ACTIONZONE” and my personal studies of trading techniques in various sources e.g.book, course or blog. This strategy purposefully built to connect with my automatic trading bot. However, It will be very...
This is a follow up to my previous publication of Adaptive HMA+ few months ago, as a mean to provide some kind of initial backtesting tools. Which can be use to explore many possible strategies, optimise its settings to better conform user's pair/tf, and hopefully able to help tweaking your general strategy. If you haven't read the study or use the indicator,...
MAMA ( Ehlers ) MESA Adaptive Moving Average: What it is and how it works MESA Phasor is the most advanced futures trading program on the market! MESA Phasor derives its name from the sinewave generator you probably recall from your high school trigonometry class. As you can see in the diagram, the rotating phasor generates a sine wave in the time domain,...
The adaptive price zone (APZ) is a volatility-based technical indicator that helps investors identify possible market turning points, which can be especially useful in a sideways-moving market. It was created by technical analyst Lee Leibfarth in the article “Identify the Turning Point: Trading With An Adaptive Price Zone,” which appeared in the September...
This is my most successful strategy to date! Please enjoy and join the Open Source movement by sharing your code and ideas online! OPERATING PRINCIPLE The strategy is based on Ehlers idea that any indicator can be turned into a signal-producing trade system through smoothing and other filtering processes. In fact, I'm using his Zero Lag EMA (ZLEMA) as a baseline...
Behold! A strategy that makes use of Ehlers research into the field of signal processing and wins so consistently, on multiple time frames AND on multiple currency pairs. The Adaptive Zero Lag EMA (AZLEMA) is based on an informative report by Ehlers and Ric . I've modified it by using Cosine IFM, a method by Ehlers on determining the dominant cycle period without...