Page 2 of 8

Re: Divergence For Many Indicators

Posted: Sun Feb 13, 2022 1:34 am
by ehsan_rf2002

How to activate the alert of this indicator..In its settings there is no possibility to activate the alert and this problem makes it practically unusable..Please help, thank you

Re: Divergence For Many Indicators

Posted: Sat Feb 19, 2022 11:32 pm
by ehsan_rf2002
ehsan_rf2002 wrote: Sun Feb 13, 2022 1:34 am
How to activate the alert of this indicator..In its settings there is no possibility to activate the alert and this problem makes it practically unusable..Please help, thank you
any body there?

Re: Divergence For Many Indicators

Posted: Sun Feb 20, 2022 12:07 am
by moey_dw
ehsan_rf2002 wrote: Sat Feb 19, 2022 11:32 pm any body there?


Re: Divergence For Many Indicators

Posted: Sun Feb 20, 2022 2:08 pm
by ehsan_rf2002
moey_dw wrote: Sun Feb 20, 2022 12:07 am
do you can help about this problem? :roll: :roll: :roll: :roll:

Re: Divergence For Many Indicators

Posted: Thu Sep 22, 2022 9:10 pm
by ChuChu Rocket
moey_dw wrote: Sun Feb 20, 2022 12:07 am haha gif
ehsan_rf2002 wrote: Sun Feb 20, 2022 2:08 pm do you can help about this problem?
😂😂😂

Re: Divergence For Many Indicators

Posted: Tue Mar 14, 2023 2:31 am
by pail1217
Is it possibly to offer a mtf version of the indicator? Thx in advance.

Re: Divergence For Many Indicators

Posted: Tue Mar 14, 2023 5:50 am
by mrtools
pail1217 wrote: Tue Mar 14, 2023 2:31 am Is it possibly to offer a mtf version of the indicator? Thx in advance.
Made this version that is mtf with divergence and slope alerts. Think I got all the built in mt4 indicators included in the dropdown.

Code: Select all

enum  enIndType
      {
         ind_ac,                                                 // Accelerator
         ind_ad,                                                 // Accumulation
         ind_adx,                                                // Adx
         ind_plus,                                               // Adx plusdi
         ind_minus,                                              // Adx minusdi
         ind_atr,                                                // Atr
         ind_ao,                                                 // Awesome
         ind_bears,                                              // Bears
         ind_bulls,                                              // Bulls
         ind_cci,                                                // Cci
         ind_dem,                                                // Demarker
         ind_for,                                                // Force
         ind_mom,                                                // Momentum
         ind_mfi,                                                // Money flow index
         ind_macd,                                               // Macd
         ind_osma,                                               // Osma
         ind_obv,                                                // Obv
         ind_rvi,                                                // Rvi
         ind_std,                                                // Standard deviation
         ind_sto,                                                // Stochastic
         ind_vol,                                                // Volume
         ind_rsi,                                                // Rsi
         ind_wpr,                                                // Wpr
};

Re: Divergence For Many Indicators

Posted: Tue Mar 14, 2023 8:33 am
by pail1217
mrtools wrote: Tue Mar 14, 2023 5:50 am Made this version that is mtf with divergence and slope alerts. Think I got all the built in mt4 indicators included in the dropdown.

Code: Select all

enum  enIndType
      {
         ind_ac,                                                 // Accelerator
         ind_ad,                                                 // Accumulation
         ind_adx,                                                // Adx
         ind_plus,                                               // Adx plusdi
         ind_minus,                                              // Adx minusdi
         ind_atr,                                                // Atr
         ind_ao,                                                 // Awesome
         ind_bears,                                              // Bears
         ind_bulls,                                              // Bulls
         ind_cci,                                                // Cci
         ind_dem,                                                // Demarker
         ind_for,                                                // Force
         ind_mom,                                                // Momentum
         ind_mfi,                                                // Money flow index
         ind_macd,                                               // Macd
         ind_osma,                                               // Osma
         ind_obv,                                                // Obv
         ind_rvi,                                                // Rvi
         ind_std,                                                // Standard deviation
         ind_sto,                                                // Stochastic
         ind_vol,                                                // Volume
         ind_rsi,                                                // Rsi
         ind_wpr,                                                // Wpr
};
Image
You are the best. Thank you!

Re: Divergence For Many Indicators

Posted: Wed Mar 15, 2023 6:23 pm
by doprotonu
mrtools wrote: Tue Mar 14, 2023 5:50 am Made this version that is mtf with divergence and slope alerts. Think I got all the built in mt4 indicators included in the dropdown.

Code: Select all

enum  enIndType
      {
         ind_ac,                                                 // Accelerator
         ind_ad,                                                 // Accumulation
         ind_adx,                                                // Adx
         ind_plus,                                               // Adx plusdi
         ind_minus,                                              // Adx minusdi
         ind_atr,                                                // Atr
         ind_ao,                                                 // Awesome
         ind_bears,                                              // Bears
         ind_bulls,                                              // Bulls
         ind_cci,                                                // Cci
         ind_dem,                                                // Demarker
         ind_for,                                                // Force
         ind_mom,                                                // Momentum
         ind_mfi,                                                // Money flow index
         ind_macd,                                               // Macd
         ind_osma,                                               // Osma
         ind_obv,                                                // Obv
         ind_rvi,                                                // Rvi
         ind_std,                                                // Standard deviation
         ind_sto,                                                // Stochastic
         ind_vol,                                                // Volume
         ind_rsi,                                                // Rsi
         ind_wpr,                                                // Wpr
};
Image
A small problem.

Re: Divergence For Many Indicators

Posted: Wed Mar 15, 2023 11:24 pm
by mrtools
doprotonu wrote: Wed Mar 15, 2023 6:23 pm A small problem.
Image
I made a new version, the error is quoting the old non-working version!