A small problem.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 };
Attachments forums
Re: Divergence For Many Indicators
doprotonu, Wed Mar 15, 2023 6:22 pm