All John Ehlers Indicators... - page 47

 

All mama indicator

Files:
all_mama.png  48 kb
 

hi

is there any mt4 indicator of this Traders Tips - March 2008

 
debashis:
hi is there any mt4 indicator of this Traders Tips - March 2008

debashis

Take a look at this thread : https://www.mql5.com/en/forum/179306

 

Adaptive COG

Adaptive center of gravity

Files:
 

SwamiRsi_v1 indicator coded by Igorad

Inputs:

VisualMode = 0; //0-original,1-trend

Price = 0; //Applied Price(0-Close;1-Open;2-High;3-Low;4-Median;5-Typical;6-Weighted)

StartLength = 12; //RSI Start Period

EndLength = 48; //RSI End Period

SampleLength = 48; //Sample RSI Period(0-off)

Smooth = 5; //Smoothing Period

UpTrendColor = Lime; //UpTrend Color

DnTrendColor = Red; //DownTrend Color

FlatColor = Yellow; //Flat Color (if NONE-2 Color Mix)

UniqueName = "RSI"; //

ScaleMode = 1; //0-J.Ehlers,1-0...100

SwamiBars = 100; //-1-off,0-all Bars,>0-any number

Files:
swami.png  63 kb
 

SwamiStochastic_v1.1 indicator coded by Igorad

VisualMode: 0 = standard(upper window) & 1 = trend(lower window) in picture!

Files:
 

All Absolute Difference indicator!

Inputs:

TimeFrame = 0; // TimeFrame in min

MathMode = 0; // Math method: 0-RSI;1-Stoch;2-DMI;3-MACD

Price = 0; // Price = 0...10 (see List of Prices)

Length = 10; // Period of evaluation

PreSmooth = 1; // Period of PreSmoothing

Smooth = 10; // Period of smoothing

Signal = 3; // Period of Signal Line

MA_Method = 3; // See list above

LevelsMode = 0; // Levels Mode: 0-Standard OverBought/OverSold

// 1-StdDev Bands

// 2-High/Low Channel

OverboughtLevel = 90; // Overbougt Level (ex.70)

OversoldLevel = 10; // Oversold Level (ex.30)

LookBackPeriod = 30; // LookBack Period for LevelsMode=1,2

UpperMultiplier = 1; // Upper Band Multiplier for LevelsMode=1

LowerMultiplier = 1; // Lower Band Multiplier for LevelsMode=1

 

Adaptive inverse fisher

 
searchingFX:
Adaptive inverse fisher

This indicator coded by Igorad ( above post - https://www.mql5.com/en/forum/174980/page32 )

Posting picture of that indicator with Input info!

Hope it helps

Inputs:

TimeFrame = 0; // TimeFrame in min

MathMode = 0; // Math method: 0-RSI;1-Stoch;2-DMI

Price = 0; // Price = 0...6

Alpha = 0.07; // Cycle Smoothing Factor

MedianPeriod = 5; // Period of Moving Median

DCsmooth = 5; // Period of Dominant Cycle Smoothing

MA_Method = 2; // MA Method: See list above

Smooth = 9; // Period of smoothing

SmoothMethod = 3; // Smoothing method

LevelsMode = 0; // Levels Mode: 0-OverBought/OverSold

// 1-StdDev Bands

// 2-High/Low Channel

OverBought = 70; // OverBought Level (ex.70)

OverSold = 30; // OverSold Level (ex.30)

LookBackPeriod = 20; // LookBack Period for LevelsMode=1,2

UpperMultiplier = 1; // Upper Band Multiplier for LevelsMode=1

LowerMultiplier = 1; // Lower Band Multiplier for LevelsMode=1

Files:
 

A document by John Ehlers called "Predictive indicators" with a couple of tradestation indicators in it for which John Ehlers claims that are predictive. Attaching a tradestation original version of what I named Roofing Stochastic (since it uses "roofing filter" instead of raw price to calculate stochastic) even though John Ehlers calls it "MyStochastic" (typical I might say)

Anyway, on the example on a forex symbol (insted on some of the indices) the results are not as good as he claims them to be. Will test some more in tradestation and if they prove to be usable, only then a metatrader version will be made. Till then, if someone has the will to make it, the indicator is in its source form on page 7 of the attached document that describes the whole process of making it (btw: the indicator itself is not complicated at all)

Reason: