Re: Bollinger Band type indicators for MT4

203
These indicators were developed on the basis of the book J. Bollinger. "Bollinger on Bollinger Bands"

i-BandsPrice First Picture
The interpretation is simple. The line of the indicator shows the position of the price in relation to the Bollinger Bands.

i-BandsWidth Second Picture
The indicator shows the difference between the upper and lower Bollinger Bands.

AussieBeau

Re: Bollinger Band type indicators for MT4

205
uncle wong wrote: Sat Aug 12, 2017 8:55 am Mladen,

Is it possible for you to create bollinger band based on kalman filter?So kalman shoudl be used for smoothing instead of SMA.
NonLinearKalmanBBands_v1.0 600+
Here is Nonlinear Kalman Bbands version indicator with 14 prices - filter option - pre smooth and pre smoothed 31 methods and some more features - the picture with default values
These users thanked the author mntiwana for the post:
alexm
Indicator is just a tool.

Use it only if it can benefit you. Leave it if you don't know how to use it optimally.


Re: Bollinger Band type indicators for MT4

206
Which one is nonlinear kalman ?

Code: Select all

 enum ENUM_MA_MODE
{
   SMA,                 // Simple Moving Average
   EMA,                 // Exponential Moving Average
   Wilder,              // Wilder Exponential Moving Average
   LWMA,                // Linear Weighted Moving Average
   SineWMA,             // Sine Weighted Moving Average
   TriMA,               // Triangular Moving Average
   LSMA,                // Least Square Moving Average (or EPMA, Linear Regression Line)
   SMMA,                // Smoothed Moving Average
   HMA,                 // Hull Moving Average by A.Hull
   ZeroLagEMA,          // Zero-Lag Exponential Moving Average
   DEMA,                // Double Exponential Moving Average by P.Mulloy
   T3_basic,            // T3 by T.Tillson (original version)
   ITrend,              // Instantaneous Trendline by J.Ehlers
   Median,              // Moving Median
   GeoMean,             // Geometric Mean
   REMA,                // Regularized EMA by C.Satchwell
   ILRS,                // Integral of Linear Regression Slope
   IE_2,                // Combination of LSMA and ILRS
   TriMAgen,            // Triangular Moving Average generalized by J.Ehlers
   VWMA,                // Volume Weighted Moving Average
   JSmooth,             // M.Jurik's Smoothing
   SMA_eq,              // Simplified SMA
   ALMA,                // Arnaud Legoux Moving Average
   TEMA,                // Triple Exponential Moving Average by P.Mulloy
   T3,                  // T3 by T.Tillson (correct version)
   Laguerre,            // Laguerre filter by J.Ehlers
   MD,                  // McGinley Dynamic
   BF2P,                // Two-pole modified Butterworth filter by J.Ehlers
   BF3P,                // Three-pole modified Butterworth filter by J.Ehlers
   SuperSmu,            // SuperSmoother by J.Ehlers
   eVWMA                // Elastic Volume Weighted Moving Average by C.Fries

Re: Bollinger Band type indicators for MT4

207
uncle wong wrote: Sat Aug 12, 2017 8:14 pm Which one is nonlinear kalman ?

Code: Select all

 enum ENUM_MA_MODE
{
   SMA,                 // Simple Moving Average
   EMA,                 // Exponential Moving Average
   Wilder,              // Wilder Exponential Moving Average
   LWMA,                // Linear Weighted Moving Average
   SineWMA,             // Sine Weighted Moving Average
   TriMA,               // Triangular Moving Average
   LSMA,                // Least Square Moving Average (or EPMA, Linear Regression Line)
   SMMA,                // Smoothed Moving Average
   HMA,                 // Hull Moving Average by A.Hull
   ZeroLagEMA,          // Zero-Lag Exponential Moving Average
   DEMA,                // Double Exponential Moving Average by P.Mulloy
   T3_basic,            // T3 by T.Tillson (original version)
   ITrend,              // Instantaneous Trendline by J.Ehlers
   Median,              // Moving Median
   GeoMean,             // Geometric Mean
   REMA,                // Regularized EMA by C.Satchwell
   ILRS,                // Integral of Linear Regression Slope
   IE_2,                // Combination of LSMA and ILRS
   TriMAgen,            // Triangular Moving Average generalized by J.Ehlers
   VWMA,                // Volume Weighted Moving Average
   JSmooth,             // M.Jurik's Smoothing
   SMA_eq,              // Simplified SMA
   ALMA,                // Arnaud Legoux Moving Average
   TEMA,                // Triple Exponential Moving Average by P.Mulloy
   T3,                  // T3 by T.Tillson (correct version)
   Laguerre,            // Laguerre filter by J.Ehlers
   MD,                  // McGinley Dynamic
   BF2P,                // Two-pole modified Butterworth filter by J.Ehlers
   BF3P,                // Three-pole modified Butterworth filter by J.Ehlers
   SuperSmu,            // SuperSmoother by J.Ehlers
   eVWMA                // Elastic Volume Weighted Moving Average by C.Fries
I think these are pre smoothing modes/methodes
in posted picture colored lines are from "nonlinearkalman_v1.01" indicator with length 15 - when white bands with yellow middle line from "KalmanBands_v1" indicator with length 14 - if i apply length to 15 it overlaps - but experts can better explain you
Indicator is just a tool.

Use it only if it can benefit you. Leave it if you don't know how to use it optimally.

Re: Bollinger Band type indicators for MT4

209
mntiwana wrote: Sat Aug 12, 2017 8:52 pm
I think these are pre smoothing modes/methodes
in posted picture colored lines are from "nonlinearkalman_v1.01" indicator with length 15 - when white bands with yellow middle line from "KalmanBands_v1" indicator with length 14 - if i apply length to 15 it overlaps - but experts can better explain you
Do you mean that they should be the same?


Who is online

Users browsing this forum: Amazon [Bot], ChatGPT [Bot], Grapeshot [Bot], Intrest 1, ParallelNative, PhoenixBlueFeather, Proximic [Bot], rudiarius, scdihan, Yandex [Bot] and 100 guests