Hi, Mntiwana
If you don't mind, could you please help me find the indicator named "Allaveragesconsensus" shown in you picture? Keyword search didn't give any result.

Thank you.
Hi, Mntiwana
Hi heisparkheispark wrote: Wed Jun 28, 2017 10:24 am Hi, Mntiwana
If you don't mind, could you please help me find the indicator named "Allaveragesconsensus" shown in you picture? Keyword search didn't give any result.![]()
Thank you.
NonLinearKalmanBBands_v1.0 600+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.
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/methodesuncle 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
Do you mean that they should be the same?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