Re: Moving Average indicators for MT4

461
mladen wrote: Sat Jun 10, 2017 5:58 am Enum for the latest set of averages

Code: Select all

enum enMaTypes
{
   ma_adxvma,  // Adxvma
   ma_ahr,     // Ahrens moving average
   ma_alxma,   // Alexander moving average - ALXMA
   ma_dema,    // Double exponential moving average - DEMA
   ma_dsema,   // Double smoothed exponential moving average - DSEMA
   ma_emas,    // Ema derivative - EMAD
   ma_ema,     // Exponential moving average - EMA
   ma_frama,   // Fractal adaptive moving average - FRAMA
   ma_hull,    // Hull moving average - HMA
   ma_ie2,     // IE/2
   ma_ilinr,   // Integral of linear regression slope
   ma_itl,     // Instantaneous trendline
   ma_lagg,    // Laguerre filter
   ma_lead,    // Leader exponential moving average
   ma_linr,    // Linear regression value - LSMA
   ma_lwma,    // Linear weighted moving average - LWMA
   ma_mcg,     // McGinley Dynamic
   ma_mcma,    // McNicholl ema
   ma_nlma,    // Non lag moving average
   ma_pwma,    // Parabolic weighted moving average - PWMA
   ma_rmta,    // Recursive moving trendline - RMTA
   ma_sma,     // Simple moving average - SMA
   ma_sid,     // Simple decycler - SDEC
   ma_sine,    // Sine weighted moving average
   ma_smma,    // Smoothed moving average - SMMA
   ma_smoo,    // Smoother
   ma_ssm,     // Super smoother
   ma_b3p,     // Three pole Ehlers Butterworth
   ma_s3p,     // Three pole Ehlers smoother
   ma_tma,     // Triangular moving average - TMA
   ma_tema,    // Tripple exponential moving average - TEMA
   ma_b2p,     // Two pole Ehlers Butterworth
   ma_s2p,     // Two pole Ehlers smoother
   ma_vema,    // Volume weighted ema - VEMA
   ma_vwma,    // Volume weighted moving average - VWMA
   ma_zldema,  // Zero lag dema
   ma_zlma,    // Zero lag moving average
   ma_zltema   // Zero lag tema
};
Dear Mladen
Thank you for your intervention and addition help.
An idea for the "enumerations" used, is to keep a specific sequence and any additional selection to be added at the end ...
Best Regards
Dimitri


Re: Moving Average indicators for MT4

462
Dimitri wrote: Sat Jun 10, 2017 4:59 pm Dear Mladen
Thank you for your intervention and addition help.
An idea for the "enumerations" used, is to keep a specific sequence and any additional selection to be added at the end ...
Best Regards
Dimitri
Dimitri

The whole idea of the enum is simple :

Instead of having to remember what value(s) mean what, we are having symbolic names having any value, and the whole thing is organized in a logical way (logical for coders : symbolical values names, logical for users : option done alphabetically in the case of averages). I think it is better that way - if enums are needed we are going to publish them

Re: Moving Average indicators for MT4

464
jjventural wrote: Sat Jun 10, 2017 9:37 pm Hi mladen,
Could you please add a field for filling the ribbon to this indicator??? I also need to use "nonlag" movging average and in that case I need the "PctFilter" option to do it. Could you also add this field for be able to choose the nonlag option???. Thanks in advance....
jjventural

NonLagMA is an average type that yo already have included there

Re: Moving Average indicators for MT4

465
Super smoothed average 1.5

- upgraded super smoothed average
- upgraded prices
- upgraded (faster) multi time frame mode
- upgraded internally (optimized) code
Originally posted here
https://www.forex-station.com/viewtopic ... 1295357175
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: Moving Average indicators for MT4

466
Super smoothed average 1.5 (histo)
Also, here is the super smoothed average - histogram version
Color conditions are exactly the same as for the "regular" version
Originally posted here
https://www.forex-station.com/viewtopic ... 1295357177
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: Moving Average indicators for MT4

468
Hi friends,
Tha attached indicator does not work on mt4 build 1090.
The name appears on the chart but it does not exist!

What is problem?


PS: About this indicator:

New version of "Middle High Low Moving Average"

MLADEN : This is the middle high low moving average as described by the "Vitali Apirin"
It is not a single Average but rather a correlation of two averages , one being a regular average and the other is and average of highest high and lowest low,their crosses are showing the current "trend" - used the default parameters proposed by Vitali Apirin.

Seems that they are OK, except by default he is using SMA while i decided to set EMA as the default average method, but i do recommend some Experimenting with the parameters.

Re: Moving Average indicators for MT4

469
oguz wrote: Wed Jun 14, 2017 2:49 am Hi friends,
Tha attached indicator does not work on mt4 build 1090.
The name appears on the chart but it does not exist!

What is problem?


PS: About this indicator:

New version of "Middle High Low Moving Average"

MLADEN : This is the middle high low moving average as described by the "Vitali Apirin"
It is not a single Average but rather a correlation of two averages , one being a regular average and the other is and average of highest high and lowest low,their crosses are showing the current "trend" - used the default parameters proposed by Vitali Apirin.

Seems that they are OK, except by default he is using SMA while i decided to set EMA as the default average method, but i do recommend some Experimenting with the parameters.
Try this ex4,compiled with one step previous compiler - working with me
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.


Who is online

Users browsing this forum: 88FX88, aliyukpoudosu, bongisgood, ChatGPT [Bot], DVanAssen, ffsss, Google [Bot], IBM oBot [Bot], Narutopips, Panzon, Proximic [Bot], Ruby [Bot], Sogou [Bot], whiteadrian23 and 97 guests