Re: Moving Average indicators for MT4

822
Zelias wrote: Mon Aug 20, 2018 7:42 pm

Hi MrTools,

Thanks for another wonderful indicator.

Could you please check the arrow/dot codes, please? The code 159 doesn't correspond to the "X" arrows we're getting and if I change it nothing happens either.

Kind regards
Fixed the arrows/dots and added a bars width for the filled area.
These users thanked the author mrtools for the post (total 8):
Jimmy, SilverBB, Zelias, RplusT, reachme, Antonio, AmirDehghani, RodrigoRT7

Re: Moving Average indicators for MT4

823
mladen wrote: Thu Feb 16, 2017 6:17 am This is the newest version of averages

averages.png 

For those that want to use if from custom calls, here is the enum for prices, averages types and time frames

Code: Select all

enum enPrices
{
   pr_close,      // Close
   pr_open,       // Open
   pr_high,       // High
   pr_low,        // Low
   pr_median,     // Median
   pr_typical,    // Typical
   pr_weighted,   // Weighted
   pr_average,    // Average (high+low+open+close)/4
   pr_medianb,    // Average median body (open+close)/2
   pr_tbiased,    // Trend biased price
   pr_tbiased2,   // Trend biased (extreme) price
   pr_haclose,    // Heiken ashi close
   pr_haopen ,    // Heiken ashi open
   pr_hahigh,     // Heiken ashi high
   pr_halow,      // Heiken ashi low
   pr_hamedian,   // Heiken ashi median
   pr_hatypical,  // Heiken ashi typical
   pr_haweighted, // Heiken ashi weighted
   pr_haaverage,  // Heiken ashi average
   pr_hamedianb,  // Heiken ashi median body
   pr_hatbiased,  // Heiken ashi trend biased price
   pr_hatbiased2  // Heiken ashi trend biased (extreme) price
};
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
};
enum enTimeFrames
{
   tf_cu  = 0,              // Current time frame
   tf_m1  = PERIOD_M1,      // 1 minute
   tf_m5  = PERIOD_M5,      // 5 minutes
   tf_m15 = PERIOD_M15,     // 15 minutes
   tf_m30 = PERIOD_M30,     // 30 minutes
   tf_h1  = PERIOD_H1,      // 1 hour
   tf_h4  = PERIOD_H4,      // 4 hours
   tf_d1  = PERIOD_D1,      // Daily
   tf_w1  = PERIOD_W1,      // Weekly
   tf_mb1 = PERIOD_MN1,     // Monthly
   tf_cus = 12345678        // Custom time frame
};
Thanks for sharing this Moving Average MTF, It has greatly help improved my trading experience compared to the MTF Indicator I was using before, Sir please advise if a Dashboard Based on this Indicator is possible, a Dashboard which will be able to track Average Breakouts and the duration of their breakout, and or crossovers in a case one wishes to use multiple averages.


Re: Moving Average indicators for MT4

826
timbally wrote: Sat Sep 01, 2018 7:51 pm
Dear Mladen,
Is it possible to get an mql version of the Averages rainbow 1.04 please ? thank you very much in advance.
Welcome to the forum Tim.

Please refer to our Rules thread here. As noted in the rules section (in bold red), if a source code is not posted for a particular file, please take the indicator as is for now and respect the coder's decision to protect their valuable work.

If you're unsure of anything else, please let us know! :thumbup:
Are you looking for a Forex broker? FBS cuts spreads by up to 58%. Click here to begin your trading journey, today.
No commissions are earned by Forex-station.


Guide to the "All Averages" Filters (ADXvma, Laguerre etc.) 🆕
Use Fibonacci numbers for indicator settings + How to draw Fibonacci Extensions
An easy trick for drawing Support & Resistance

Re: Moving Average indicators for MT4

828
timbally wrote: Sat Sep 01, 2018 9:48 pm Thanks Jimmy,

I respect the rules, no offence. I am in desperate need of the mql file for the indicator, thats why requested here for support and help. I believe, this is what the forex-station is for, where we share ideas with each other and help one another.

I am sorry for having violated the rules if any.
It's okay! I understand.
If Mladen or one of the staff members on here will allow the MQL file to share I'm sure they'll respond soon :)
Are you looking for a Forex broker? FBS cuts spreads by up to 58%. Click here to begin your trading journey, today.
No commissions are earned by Forex-station.


Guide to the "All Averages" Filters (ADXvma, Laguerre etc.) 🆕
Use Fibonacci numbers for indicator settings + How to draw Fibonacci Extensions
An easy trick for drawing Support & Resistance

Re: Moving Average indicators for MT4

830
timbally wrote: Sat Sep 01, 2018 11:57 pm
thank you, will wait for Mladen or any of the other staff members to respond to my query.
Indicators that using and or depending on Averages (initial 20 averages) are posted as mq4 file format - later versions that using more than 20 averages were posted in ex4 file format and there is no chance will be posted in future for some genuine reasons
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: Abdi, adriano.ecker, Ahrefs [Bot], BeatlemaniaSA, ChatGPT [Bot], DotNetDotCom [Bot], Google [Bot], kvak, MTSW, purin69, Ruby [Bot], TheJurgFX, Yandex [Bot] and 111 guests