Could you add it to the Bollinger bands, please. Thank you!!mrtools wrote: Sat Jul 29, 2023 4:31 am Added price options to the rsi and for the bands could only add ma options.
Re: Bollinger Bands type indicators for MT4
1672Can't add price the ma of rsi took that place.Exequiel Cabrera wrote: Sat Jul 29, 2023 7:00 am Could you add it to the Bollinger bands, please. Thank you!!
Re: Bollinger Bands type indicators for MT4
1673mr.toolsmrtools wrote: Sat Jul 29, 2023 4:31 am Added price options to the rsi and for the bands could only add ma options.
it is better to filter arrows based on the line after cross down bb bottom channel and then crosses down at MA line without touch upper bb channel
see snap
this will helps the signal follow the market trend.
"There is NO GOD higher than TRUTH" - Mahatma Gandhi
Re: Bollinger Bands type indicators for MT4
1675
- These users thanked the author vvFish for the post (total 4):
- Jedidiah, Jimmy, Banzai, RodrigoRT7
"Only the price on the chart can show the entrance to the deal..."
Re: Bollinger Bands type indicators for MT4
1676Kaufman Std Dev Bands
(on/off button)
Standard Deviation Bands.
It's different from the other MrTool's Kaufman Bands.
Sometime, there's no dots in the consolidation areas.
Kaufman with filter (mtf + alerts + arrows + bands).ex4
viewtopic.php?p=1295426294#p1295426294
!!! kaufman AMA - pre filtered bands.mq4
viewtopic.php?p=1295458013#p1295458013
(on/off button)
Standard Deviation Bands.
It's different from the other MrTool's Kaufman Bands.
Sometime, there's no dots in the consolidation areas.
Kaufman with filter (mtf + alerts + arrows + bands).ex4
viewtopic.php?p=1295426294#p1295426294
!!! kaufman AMA - pre filtered bands.mq4
viewtopic.php?p=1295458013#p1295458013
- These users thanked the author Banzai for the post (total 2):
- alexm, ParallelNative
Re: Bollinger Bands type indicators for MT4
1677is there MTF version maybe somewhere? thnx!
mrtools wrote: Tue Mar 07, 2023 9:33 am Weighted Average & Weighted Deviation Bollinger Bands
From Mladen Rakic: Variation of the Bollinger bands but it uses linear weighted average and weighted deviation
Recommendations:
- Use it as any Bollinger type indicator
Please also see the accompanying Weighted Deviation (subwindow) indicator for MT4.
PS: The Mt5 version can be found here .
Re: Bollinger Bands type indicators for MT4
1678Couldn't find one so added mtf.
- These users thanked the author mrtools for the post (total 2):
- alexm, ParallelNative
Re: Bollinger Bands type indicators for MT4
1679Some stuff looks so great guysmrtools wrote: Sat Nov 05, 2022 6:08 am MOBO Bands (Momentum Breakout Bands) updated with Averages Filters by Mladen
Thanks to Mladen this is an update of the mobo averages bands, now using (if I counted right) a choice of 45 averages for the dpo signal line and the mobo center ma. This is all the average types now:
Code: Select all
enum enMaTypes { ma_adxvma, // Adxvma ma_ahr, // Ahrens moving average ma_alxma, // Alexander moving average ma_dema, // Double EMA (DEMA) ma_dscma, // Deviation scaled ma ma_dsema, // Double smoothed EMA ma_dsema2, // Double smoothed EMA (variation) ma_emas, // Ema derivative ma_ema, // Exponential moving average ma_emaf, // Fast EMA ma_frama, // Fractal adaptive moving average ma_hull, // Hull moving average ma_hulle, // Hull (ema based) moving average ma_ie2, // IE/2 ma_ilinr, // Integral of linear regression slope ma_itl, // Instantaneous trendline ma_jur, // Jurik ma_lagg, // Laguerre filter ma_lead, // Leader exponential moving average ma_linr, // Linear regression value ma_lwma, // Linear weighted moving average ma_mcg, // McGinley Dynamic ma_mcma, // McNicholl EMA ma_nlma, // Non lag moving average ma_pwma, // Parabolic weighted moving average ma_rmta, // Recursive moving trendline ma_sma, // Simple moving average ma_sid, // Simple decycler ma_sine, // Sine weighted moving average ma_slwma, // Smoothed linear weighted ma ma_smma, // Smoothed moving average ma_smoo, // Smoother ma_smoo2, // Smoother JMA like ma_ssm, // Super smoother ma_b3p, // Three pole Ehlers Butterworth ma_s3p, // Three pole Ehlers smoother ma_tma, // Triangular moving average ma_tema, // Triple EMA (TEMA) ma_tsema2, // Triple smoothed EMA (variation) ma_b2p, // Two pole Ehlers Butterworth ma_s2p, // Two pole Ehlers smoother ma_vema, // Volume weighted ema ma_vwma, // Volume weighted moving average ma_zldema, // Zero lag dema ma_zlma, // Zero lag MA ma_zltema // Zero lag tema };