Elite indicators :) - page 1323

 
mladen:

Wave trend oscillator indicator (with the usual set of 20 price types, usual choices of color and alert changes, and multi time frame already). Seems to be useful for overbought and oversold detection


hello mladen....

add zero cross alert too...please...!?

Thank's u....

 
yoppy:
hello mladen....

add zero cross alert too...please...!?

Thank's u....

yoppy

If you chose to display color changes on zero cross, then the alerts will be triggered on zero cross too. Alerts are always triggered when the color changes - they depend on each other. So, just chose the "Change color on zero level cross" in options and you shall get alerts on zero level cross too

 
mladen:

yoppy

If you chose to display color changes on zero cross, then the alerts will be triggered on zero cross too. Alerts are always triggered when the color changes - they depend on each other. So, just chose the "Change color on zero level cross" in options and you shall get alerts on zero level cross too

the color i set slope change...but i hope alert too at zero cross....

thank you soo much...

 
yoppy:

the color i set slope change...but i hope alert too at zero cross....

thank you soo much...

You have to set the color change on zero cross change
 
mladen:
You have to set the color change on zero cross change
okey mladen.....thank you soo much....
 
I would like to use some of last averages indicator in EA. It is possible to get code for external section + enums i.e. for stepma averages 4_4 mtf and averages MACD 3_3 to include it in EA or in other indicator (with less params to call from EA)? Thanks. GG
 
greif:
I would like to use some of last averages indicator in EA. It is possible to get code for external section + enums i.e. for stepma averages 4_4 mtf and averages MACD 3_3 to include it in EA or in other indicator (with less params to call from EA)? Thanks. GG

Here is the enum for ma types :

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_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_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
};
 
mladen:

Here is the enum for ma types :

Thanks :-)
 
mladen:

Upgraded macd averages (with options to show OSMA too or just macd)


Sorry but where the indicator? 
 

Upgraded macd averages (with options to show OSMA too or just macd)


Files:
Reason: