Hi everyone,
I need help with the (SSL Fast Bar) indicator. The current code only supports 4 types of MA. I want to add more MA methods to it, please someone do if possible:
Wilder Exponential Moving Average
Linear Weighted Moving Average
Sine Weighted Moving Average
Triangular Moving Average
Least Square Moving Average (or EPMA, Linear Regression Line)
Smoothed Moving Average
Hull Moving Average
Zero-Lag Exponential Moving Average
Double Exponential Moving Average
T3 (original version)
Instantaneous Trendline
Moving Median
Geometric Mean
Regularized EMA
Integral of Linear Regression Slope
Combination of LSMA and ILRS
Generalized Triangular Moving Average
Volume Weighted Moving Average
M. Jurik’s Smoothing
Simplified SMA
Arnaud Legoux Moving Average
Triple Exponential Moving Average
Correct T3 Version
Laguerre Filter
McGinley Dynamic
Two-pole Modified Butterworth Filter
Three-pole Modified Butterworth Filter
SuperSmoother
Simple Decycler
Modified eVWMA
Exponential Weighted Moving Average
Double Smoothed EMA
Triple Smoothed EMA
Wavelet Transform
Hilbert Transform
Empirical Mode Decomposition (EMD)
Kalman-Bucy Filter
Multifractal Detrended Fluctuation Analysis (MF-DFA)
Particle Filter
Adaptive Noise Cancelling (ANC) Algorithms
Fourier Neural Networks (FNN)
Also, if in current candle shows green signal, but the signal changes to red as the candle moves, I think this might be due to the MA. Is it possible to make the signal stay the same and not change? if possible please then do this also.
Thanks in advance!
Re: Coding Help
1652Sorry have no idea how to do this.Hashim23 wrote: Thu Sep 19, 2024 3:13 am previous-highs-and-lows-indicator-modif ... 75930.html
Hey guys hope everyone is doing okay. Just wanted to ask for help with this indicator. Kindly Mr Kvac or Mr Tools help modify this indicator. Will appreciate your time
Re: Coding Help
1653Posted a version here. If you look in that thread there may be some with more averages, but not sure.tdlpie wrote: Thu Sep 19, 2024 4:11 am Hi everyone,
I need help with the (SSL Fast Bar) indicator. The current code only supports 4 types of MA. I want to add more MA methods to it, please someone do if possible:
Wilder Exponential Moving Average
Linear Weighted Moving Average
Sine Weighted Moving Average
Triangular Moving Average
Least Square Moving Average (or EPMA, Linear Regression Line)
Smoothed Moving Average
Hull Moving Average
Zero-Lag Exponential Moving Average
Double Exponential Moving Average
T3 (original version)
Instantaneous Trendline
Moving Median
Geometric Mean
Regularized EMA
Integral of Linear Regression Slope
Combination of LSMA and ILRS
Generalized Triangular Moving Average
Volume Weighted Moving Average
M. Jurik’s Smoothing
Simplified SMA
Arnaud Legoux Moving Average
Triple Exponential Moving Average
Correct T3 Version
Laguerre Filter
McGinley Dynamic
Two-pole Modified Butterworth Filter
Three-pole Modified Butterworth Filter
SuperSmoother
Simple Decycler
Modified eVWMA
Exponential Weighted Moving Average
Double Smoothed EMA
Triple Smoothed EMA
Wavelet Transform
Hilbert Transform
Empirical Mode Decomposition (EMD)
Kalman-Bucy Filter
Multifractal Detrended Fluctuation Analysis (MF-DFA)
Particle Filter
Adaptive Noise Cancelling (ANC) Algorithms
Fourier Neural Networks (FNN)
Also, if in current candle shows green signal, but the signal changes to red as the candle moves, I think this might be due to the MA. Is it possible to make the signal stay the same and not change? if possible please then do this also.
Thanks in advance!
SSL Fast Sbar.mq4
Re: Coding Help
1654Thank you, Mr. Tools! I need a bit more help. Could you please suggest or share any "histogram" type indicator that is 100% non-repaint, non-recalculate, and non-lag according to you. I want to use it for binary. If possible then share the MQ4 file that indicator. because I plan to use it with a combiner and apply it 3 times with different input parameter.
Re: Coding Help
1655Hey guys hope everyone is doing well in Q4.
I got this simple mt4 indicator for previous highs and lows. which sends terminal alerts and phone notifications. The problem is iteration since it will repeat the same notification as many times when prices cross these levels. e.g PDH, PWH or PMH.
If possible, can someone please add user interval for terminal alerts/phone notifications settings.
Example:
USERINTERVAL_TIME = TRUE /FALSE
USERINTERVAL = 60MIN
This way one can set the interval of which the same level alerts to avoid lots of notification on the same level of up to 10 times on the same candle before it closes.
Add Bid price and Date Time on phone notifications.
Add Session Highs and Lows (Asia, London, New York)
It's really a good indicator for those traders who trade liquidity and time-based approach. Attached is the Mq4 file.
I will appreciate the help thanks. Kindly help MrTools. Please
I got this simple mt4 indicator for previous highs and lows. which sends terminal alerts and phone notifications. The problem is iteration since it will repeat the same notification as many times when prices cross these levels. e.g PDH, PWH or PMH.
If possible, can someone please add user interval for terminal alerts/phone notifications settings.
Example:
USERINTERVAL_TIME = TRUE /FALSE
USERINTERVAL = 60MIN
This way one can set the interval of which the same level alerts to avoid lots of notification on the same level of up to 10 times on the same candle before it closes.
Add Bid price and Date Time on phone notifications.
Add Session Highs and Lows (Asia, London, New York)
It's really a good indicator for those traders who trade liquidity and time-based approach. Attached is the Mq4 file.
I will appreciate the help thanks. Kindly help MrTools. Please
Re: Coding Help
1656There is some histogram version in our GANN thread, check it.tdlpie wrote: Thu Sep 19, 2024 6:40 am Thank you, Mr. Tools! I need a bit more help. Could you please suggest or share any "histogram" type indicator that is 100% non-repaint, non-recalculate, and non-lag according to you. I want to use it for binary. If possible then share the MQ4 file that indicator. because I plan to use it with a combiner and apply it 3 times with different input parameter.
Re: Coding Help
1657Sorry, don!t know how to do this....Hashim23 wrote: Thu Sep 19, 2024 10:52 pm Hey guys hope everyone is doing well in Q4.
I got this simple mt4 indicator for previous highs and lows. which sends terminal alerts and phone notifications. The problem is iteration since it will repeat the same notification as many times when prices cross these levels. e.g PDH, PWH or PMH.
If possible, can someone please add user interval for terminal alerts/phone notifications settings.
Example:
USERINTERVAL_TIME = TRUE /FALSE
USERINTERVAL = 60MIN
This way one can set the interval of which the same level alerts to avoid lots of notification on the same level of up to 10 times on the same candle before it closes.
Add Bid price and Date Time on phone notifications.
Add Session Highs and Lows (Asia, London, New York)
It's really a good indicator for those traders who trade liquidity and time-based approach. Attached is the Mq4 file.
I will appreciate the help thanks. Kindly help MrTools. Please
Re: Coding Help
1659Hello
This indicator is not mine but I have something similar HERE. Only in closed code.
Also check our RULES
Re: Coding Help
1660Okay guys thnaks. Though am not sure if I offended anyone in the forum. I just need help to modify the indicator a little bit.