Page 325 of 429

Re: MT4 Indicators with alerts/signals

Posted: Wed Aug 12, 2020 12:24 pm
by Amunra5
mrtools wrote: Wed Aug 12, 2020 11:03 am

Shift added to the 2 ma's.
mrtools,
i set ma1 shift to zero and ma2 shift 4. visually the shift was there, but the alerts would still behave as if ma2 is shift 0. any chance we can change the parameters?

Re: MT4 Indicators with alerts/signals

Posted: Wed Aug 12, 2020 1:21 pm
by FX Wiz
Hello Mr Tools,

Please add alerts to this timer. :) Something like will ring a bell if it is "X" amount of time before market opens new candle, and if possible, a setting to make it bigger or smaller. If you have a better version than this, it would be nice too, thanks a lot!

Re: MT4 Indicators with alerts/signals

Posted: Wed Aug 12, 2020 4:36 pm
by mrtools
Amunra5 wrote: Wed Aug 12, 2020 12:24 pm

mrtools,
i set ma1 shift to zero and ma2 shift 4. visually the shift was there, but the alerts would still behave as if ma2 is shift 0. any chance we can change the parameters?
Not able to test this version, but think it should work correctly.

Re: MT4 Indicators with alerts/signals

Posted: Thu Aug 13, 2020 10:24 pm
by Amunra5
mrtools wrote: Wed Aug 12, 2020 4:36 pm

Not able to test this version, but think it should work correctly.
Kindly add more options for moving average method please, mrtools.
add the ones below pls
thank you

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
};

Re: MT4 Indicators with alerts/signals

Posted: Fri Aug 14, 2020 10:33 pm
by aliplinko
Dear Coders
I'm always thankful for your efforts
I have an indicator that gives arrow and alert when price cross one MA
but i need some changes in it
I need alerts only when price Crosses two EMA 20 & EMA 8 and when Price is above/below SMA200
like this two pictures
tnx

Re: MT4 Indicators with alerts/signals

Posted: Fri Aug 14, 2020 10:55 pm
by nicouz
Mr tools
can you please add an alert to this indicator ?
THANK YOU

Re: OracleMove Arrows

Posted: Sun Aug 16, 2020 5:20 am
by RVelasco
mrtools wrote: Thu Oct 10, 2019 1:08 am

This is the mtf histo version.


Hello mrtools

I downloaded this indicator, but dont have arrow alert.
Can you send again with arrow alert please ?
Thank you !

Oracle Move Mod Histo (mtf + alertas) .ex4

Re: MT4 Indicators with alerts/signals

Posted: Sun Aug 16, 2020 12:53 pm
by mrtools
Amunra5 wrote: Thu Aug 13, 2020 10:24 pm

Kindly add more options for moving average method please, mrtools.
add the ones below pls
thank you

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
};
Added all the averages.

Re: MT4 Indicators with alerts/signals

Posted: Sun Aug 16, 2020 2:48 pm
by naluvs01
Hi everyone,

I hope everyone is getting their PIPs. I would to share this indicator. Bank levels are at the 00, 20, 50 & 80 levels. This indicator gives you that and you can clearly see how price reacts at those levels. If we could get alerts once price close one of the levels, would be awesome. If not, everyone use this indicator. I never have to draw S/Rs again...

By the way, I've included the file with the levels already set. You can change the color, add more levels and change the levels as well...enjoy

Re: MT4 Indicators with alerts/signals

Posted: Tue Aug 18, 2020 6:30 am
by SK_Rana
Hi MrTools,

Can you please add the usual alert package to this indicator?

Thanks,
Rana