Advanced links/threads/tools - page 3

 

Adaptive lookback indicators

Of adaptive lookback

The Adaptive Lookback (period finder) is truly a market-driven indicator used to determine the variable lookback period for many different indicators, instead of a traditional, fixed figure.

It is based on the frequency of market swings - the time between swing highs or swing lows. A swing high is defined as two consecutive higher highs followed by two consecutive lower highs; a swing low is defined by two consecutive lower lows followed by two consecutive higher lows. As swing points typically accompany reversals, they occur more frequently in choppier and volatile markets than in trends.

Adaptive lookback period is determined as :

  1. Determine the initial number of swing points (swingCount parameter) to use in the calculation.
  2. Count the number of price bars it takes for thenswing points to form.
  3. Divide step 2 by step 1 and round the result.

Interpretation

This makes the variable lookback period grow in calm or trending markets, and shorten in range-bound and volatile markets. For a trend-following system you would like the opposite to prevent being whipsawed, therefore this indicator and it's usage as a period modifier is more suitable for short-term traders and counter-trend systems (so, in all systems where maximal speed of reaction and signaling is required).

Experiment with applying the adaptive lookback period to different indicators and you'll see how more responsive they become in volatile markets. Some of the experiments are going to be posted on this thread with immediate comparison to "non-adaptive" counterparts

Forum threads

  • Key thread with indicators (for MT4 and MT5):
    - lb - swing points indicator for MT4 -the post: the basic indicator (simply showing swing points). You will notice that it draws the "peak" with 2 bars displacement. That is done in   order to avoid any any kind of repainting (no lag is added to swing points finding thought);
    - alb - periods indicator for MT4 -the post: he "next step" : periods already calculated;
    - alb - RSI indicator for MT4 -the post: RSI made adaptive with a help of alb period finder;
    - alb - swing points indicator for MT5 -the post;
    - alb - periods indicator for MT5 -the post;
    - alb - RSI indicator for MT5 - the post;
    - alb - stochastic and alb_speed - stochastic indicators for MT5 -the post;
    - alb - stochastic for MT4 -the post;
    - Adaptive lookback moving average indicator for MT4 -the post;
    - Adaptive lookback moving average indicator for MT5 -the post;
    - speed version of alb indicators for MT5 -the post;
    - alb - TriangularMA price zone for MT4 -the post;
    - and much more indicators such as alb TriangularMA price zone mtf & alerts_v2c, alb - cci ds jurik, alb - wpr ds jurik, alb Phase Change Index on jurik indicator, Adaptive lookback TMA, zig zag swing, adaptive Gann High-Low activator jma Heiken Ashi arrows using Hilbert Transform, adaptive Gann High-Low activator jma Heiken Ashi arrows-1 indicator, Gann high low activator - Jurik smoothed- mtf indicator for Metatrader 5, Gann high low activator - Jurik smoothed channel - mtf indicator for Metatrader 5, adaptive Smoothed RSI, alb NonLagMA, NonLag ma indicator for Metatrader 5, NonLag ma - mtf & alerts indicator for MT5, Adaptive Macd color mtf-alerts-arrows indicator, and so on -the thread

The articles

CodeBase

============

Adaptive lookback indicators
Adaptive lookback indicators
  • 2009.11.04
  • www.mql5.com
Of adaptive lookbackThe Adaptive Lookback (period finder) is truly a market-driven indicator used to determine the variable lookback period for man...
 

Composite Fractal Behavior (CFB) invented by Jurik

The forum

  • Composite Fractal Behavior and its aplications - the thread with many good indicators

The articles

============

Donchian channel 

The forum

  • Donchian channel indicator - the post: It is very advanced indicator with MTF feature with possibility to set it to interpolated mode. Besides, indicator is having all possible kinds of alerts such as alertsOn, alertsOnCurrent, alertsMessage, alertsSound and alertsEmail.
  • donchian_variation indicator - the post: "Treshold is specified in pips (they can be fractional) and you can chose what alerts you wish to be alerted on (treshold cross and/or average cross). Average can have the usual 4 types of averages built in in metatrader". And donchian_variation_2 indicator (improved version) - the post.
  • Donchian Channel Stop mtf + alerts indicator - the post.
  • donchian_channel_stop_histo_mtf__alerts indicator - the post. And donchian_channel_stop_histo_mtf__alerts_1.01 (improved version) - the post.
  • donchian_channel_2.02 indicator updated - the post; and donchian_channel_3.01 indicator updated - the post.
  • donchian_channel_nmc - this is the donchian channel variation: the post.

The articles

CodeBase

============

Requests & Ideas
Requests & Ideas
  • 2011.02.18
  • www.mql5.com
Hello , this EA is shwoing great result but i am sure that it needs some tuching tunning ( i guess playing around with its codes or adding others...
 

AtrTrend indicator

The forum

  • AtrTrend - mtf & alerts indicator for MT5 - the post. Added alerts to it too. Kept the look exactly the same as the mt4 version.
  • AtrTrend - mtf & alerts bars indicator - the post.
  • AtrTrend - mtf & alerts indicator for MT5 fixed version and AtrTrend - mtf & alerts bars indicator for MT5 fixed version - the post.

CodeBase

The articles

============

 

advanced links/threads/tools part #29

T3 ITrend histo indicator is on this post. This is histogram version of iTrend indicator with alerts.

Lwma slope 2 indicator is on this post. Phase accumulation, ForSymbol and Inverse option featured were added.

Squize_MA averages indicator is on this post. This is Squize MA indicator where we can choose among the usual 18 types of averages.

Squize_MA averages zones indicator is on this post. This is improved indicator with added zones and a parameter to choose if we want the zones visible at all or not.

Smoothed FX correlator 1.01 indicator is on this post. It is smoothed version of this multi symbol indicator.

 

Marney indicators.

Those indicators were discussed in Fx Trader Magazine in the month of July-September.

- Marney volume indicator is on this post. There is one deviation from Marneys original (code is completely different, but that is a consequence of different platforms) : in his code, in cases when a bar is missing from any reason it is used in the average as 0 (it is due to the way he treats arrays) and in mine the missing bars are simply skipped and previous bar that conforms to time search is used. That way the original idea of Caspar Marney is honored to the letter and the average is always an average of AveragePeriods. Just remember that current bar is never going to change (it is actually a "forecast" from past volumes - so it does not change at all while new data is coming in).

- Marney range indicator is on this post. This one works better with longer average period so we suggested to use default one proposed by Caspar Marney in his article - AveragePeriod 50.

- Marney range indicator - extended indicator and Marney volume indicator - extended indicator are on this post. While doing some things it occurred that there is no reason at all that prevents Marney indicators to "extend into the future" (since it is always "predicting" values based on past values). So here they are - extended 1 day to the future (only when time frame is less than daily though).

Klinger volume oscillator is on this post.

past regression deviated - optimized indicator is on this post, and past regression deviated - main indicator and past regression deviated - separate indicator are on this post.

past regression deviated - main with slope line indcator is on this post. Slope line added and removed the 2 outer regression lines.

mama indicator is on this post.

mama macd indicator is on this post. This is mesa adaptive moving average macd with signal line, its mtf with alerts on slope change and zero line cross.

Keltner channel - multiple indicator is on this post. "That is in fact a variation of Keltner channel. It had a lot of names ("atr channel", "Dynamic Price Channel", a "Dynamic Zone Price Channel" name but since you have access to it, you know that it really has nothing in common with it. Decided to call this one multiple Keltner channel since the original is by all means invented by Chester W. Keltner.

In the original Keltner channel the middle line is a simple moving average and the channel is at 1 average true range distance from the average. The variation is that some other moving average type can be used and that different multipliers can be used for 3 channels it is drawing up and down." Read more in advanced elite.

Homodyne discriminator indicator is on this post.

Dual differentiator indicator is on this post.

Phase accumulation indicators are on this post: Phase accumulation, Phase accumulation ema and Phase accumulation MACD. Ehlres uses default value 7 for filter (smoothing) but we set it to no smoothing (when filter is set to 1 or less there is no smoothing)) in order to make it clearer what exactly does the Phase accumulation do.

The more discussion is on this page.

Phase accumulation avgs sw indicator is on this post. Phase accumulation avgs. sw just the avgs. indicator controlled by phase accumulation.

Phase accumulation avgs sw-1 indicator is on this post. It is the fixed version of the previous indicator for Linear weighted ma.

P. A. BB Macd indicator and P. A. i-CAi_dsjma_alerts indicator are on this post.

ht jurik Bollinger indicator and pa jurik Bollinger indicator are on this post. These are double smoothed jurik bollinger bands with the standard deviation Length is controlled by either hilbert phase or hilbert transform.

mtf jurik stlm bands nrp indicator and pa nonlag bbmacd indicator are on this post. It is digital adaptation of stlm with non lag version of phase accumulation bbands.

phase accumulation wprsmooth_w_histo_ma indicator is on this post. What is phase accumulation? John Ehlers calls it as Phase accumulation: how many bars does it take to add up every bars phases and to reach certain cycle (Ehlers uses only 1 full cycle). For now - with WPR smooth, histo and so on.

pa wprsmooth+ma_w_histo_mtf+alerts indicator is on this post. Its the pa adaptive mtf wpr we can either use histogram or not, alerts and arrows are either on the slope or zero cross.

velocity pa adaptive - alerts & arrows indicator is on this post. It is very advanced indicator with alerts, arrows, inverted, for symbol and more.

PA adaptive composite rsi indicator is on this post. Phase accumulation is giving it at least a bit of edge over the "regular" version. With default parameters it is giving useful signals. It is avoiding some of the false signals of the "regular" versions and even with that very moderate 1 cycle it is not lagging at all when compared to the regular version.

PA adaptive Price Trender of averages indicator is on this post. This is phase accumulation adaptive price trender its also mtf.

pa adaptive T3 indicator is on this post. It is phase accumulation adapting T3 indicator. Default PA cycles of 0.75 resemble to a 14 period "regular" T3.

pa adaptive t3 for bars, histo and alerts is on this post. Upgraded the pa adaptive T3 - added alerts, so it is kind of a complete now, made a bars version and made a histogram version - all are multi time frame capable with alerts now.

pa FXCorrelator 3.1 USD indicator is on this post. This is much faster version of the phase accumulation adaptive version of FX correlator. Avoided the built in moving averages usage and it makes it acceptable as far as the speed is concerned.

VQ-Stridsman on jurik mtf+alerts indicator is on this post. It is Volatility Quality-Stridsman on jurik with mtf and alerts.

 

Complex pairs

The idea of the indicator is to select each currency from currency pairs separately. The currencies are measured in relative units (points). The sum of all currencies at any given time is equal to zero.

The forum

  • Complex pairs color alerts 1 indicator - the post
  • Complex pairs on jurik mtf+arrows+alerts indicator - the post.  It is MTF jurik version of well-known Complex Pairs indicator with arrows, smoothing, interpolated and with all kinds of alert.

The articles

CodeBase

============

Jurik

Systems and tools (the forum threads/posts)

  1. Jurik - key thread 
  2. jurik_filter indicator for Metatrader 5 - the post
  3. Metatrader 5 version of Jurik velocity ("smoother moment") - the post.
  4. gann_high_low_activator_-_jurik_smoothed-_mtf indicator and gann_high_low_activator_-_jurik_smoothed_channel_-_mtf indicator - the post.
  5. jurik_filter_simple_1 indicator - the post.
  6. stochastic_on_jurik_smooth and stochastic_on_jurik_smooth_correct indicators - the post.
  7. schaff_trend_cycle_jurik_macd indicator - the post.
  8. Dynamic zones jurik 2 indicator - the post.
  9. jurik_smooth_ribbon indicator - the post
  10. double_smoothed_jurik_filter indicator - the post
  11. jurik_filter_-_separate indicator - the post.
  12. slope_of_jurik indicator - the post.
  13. ddz_jpcci__jpcci_t3ma__alertsdivergence_nmc indicator - the post.
  14. adaptive_gann_high_low_ea-2_1 indicator - the post.
  15. More tools in search here.

Articles

  1. Effective Averaging Algorithms with Minimal Lag: Use in Indicators

CodeBase

  1. Smoother std adaptive - indicator for MetaTrader 5
  2. Balance of market power - indicator for MetaTrader 5
  3. Adaptive Smoother - indicator for MetaTrader 5
  4. RSI Floating Levels - indicator for MetaTrader 5
  5. Jurik Velocity - indicator for MetaTrader 5
  6. More tools in search here.
Metatrader 5 versions of indicators ...
Metatrader 5 versions of indicators ...
  • 2009.10.16
  • www.mql5.com
Some of you might remember this one : originally it was a part of an expensive system...
 
MetaTrader 4 Help
MetaTrader 4 Help
  • www.metatrader4.com
For making a decision to trade, reliable on-line information is necessary. For that, quotes and news are delivered at the terminal in the real-time mode. On basis of on-line delivered quotes, it is possible to analyze markets using technical indicators and line studies. Expert advisors allow to work off routine of observing markets and the own...
 

Dynamic zone indicators

Do not be confused with the name: The "dynamic zone" indicators floating on the net have almost nothing common at all with these indicators posted/coded by Mladen here based on Stocks & Commodities July 1996 issue.

The forum

  • The key thread - this is big thread with many indicators uploaded such as the following:
    - Dynamic zone RSI and Dynamic zone synthetic smoothed RSI indicators (with probability for buy zone and probability for sell zone parameter)
    - Dynamic zone - pa IFT of RSI_smoothed_alerts_lines_arrows indicator
    - Dynamic double zone smooth RSI slope divergence indicator (this is dynamic zone smoothed rsi ma slope divergence, there's 4 different rsi's to choose from, the linear regression channel has width and length and channel line types and colors as external parameters and the rsi ma is smoothed with jurik)
    - Dynamic zone ADX, Dynamic zone Wilder's ADX and Dynamic zone all Wilder's DMI indicators
    - Dynamic zone MACD (with probability for buy zone and probability for sell zone parameters)
    - Dynamic zone ma rsi adaptive MACD indicator
    - Dynamic zone cfb adaptive wprsmooth mtf alerts indicator
    - Dynamic zone CCI - alerts & arrows2 indicator
    - Dynamic zone DSS Bressert indicator (with the following parameters: probability for buy zone 1, probability for buy zone 2, probability for sell zone 1, probability for sell zone 2, period of smoothing EMA used and so on)
    - Dynamic zone DSS Bressert - Odysseus indicator
    - Bressert - mtf & ZigZag indicator and Dynamic zone DSS Bressert - mtf & alerts & ZigZag indicator
    - Dynamic zone rsiv and Dynamic zone rsiv - smoothed indicators
    - Dynamic zone pa adaptive Rsx nrp_alerts_lines_divergence
    - dynamic double zone insync index smooth & arrows indicator
    - and much more indicators (check key thread)

The articles

CodeBase

============

 

Hodrick-Prescott filter

The Hodrick-Prescott filter is used in macroeconomics, especially in real business cycle theory to separate the cyclical component of a time series from raw data. It has a zero lag. There is a common disadvantage of such zero lag filters - the recent values are recalculated.

More information on one sided HP filter you can find here : statistics - Hodrick–Prescott filter (one-sided version) - Mathematica Stack Exchange or here time series - Formula for one-sided Hodrick-Prescott filter - Cross Validated and in pdf file attached to this post.


Forum threads (thanks to mladen)

  • MACD of a Hodrick-Prescott filter - the first post of the thread  
  • Hodrick Prescott Filter (modified adapted Kurt Annens version) - the post 
  • Hodrick-Prescott filter HMA mode indicator - the post 
  • end-point HMA variation of Hodrick-Prescott filter - the post
  • Hodrick-Prescott filter "no lambda" indicator - the post 
  • Hodrick-Prescott filter "no lambda" histo indicator - the post 
  • goertzel_browser (simple versions, MTF, coloring, etc; Hodrick Prescott filter is used)
    - goertzel_browser_5.2.1 indicator - the post
    - goertzel_browser_5.3 indicator - the post 
    - goertzel_browser_5.4 indicator - the post
    - goertzel_browser_5.4_nrp indicator - the post 
    - goertzel_browser_5.5 indicator - the post (standalone indicator) 
    - goertzel_browser_5.51 indicator - the post 
    - goertzel_browser_5.52 indicator - the post 
    - goertzel_browser_5.53 indicator - the post  
    - goertzel_browser_5.1_cs_detrendampsmooth_1 indicator - the post 
  • and much more from search here

The articles

CodeBase

============


 

Hi Sergey,

Is there any function to calculate OHLC of any Non-Common time frames data such as 45M?!

Reason: