Page 136 of 183
Re: Trend Indicators for MT4
Posted: Thu Dec 08, 2022 8:32 am
by razzledazzle
hi Mr Tools,
can you please add the averages filters and a jurik smoothing option as well to Leman trend, thanks for your consideration.
Re: Trend Indicators for MT4
Posted: Mon Dec 19, 2022 12:32 pm
by Jedidiah
Please take a look at the AllAbsoluteStrengthTrend_v1 indicator with advanced sound/email alerts. So now you can easy build the systems like ASCtrend or AbleTrend (default settings correspond to ASCTrend1).
Code:
Code: Select all
//---- indicator parameters
extern int TimeFrame = 0; // TimeFrame in min
extern int MathMode = 1; // Math method: 0-RSI;1-Stoch;2-DMI;3-MACD
extern int Price = 0; // Price = 0...10 (see List of Prices)
extern int Length = 9; // Period of evaluation
extern int PreSmooth = 1; // Period of PreSmoothing
extern int Smooth = 1; // Period of smoothing
extern int MA_Method = 0; // See list above
extern int LevelsMode = 0; // Levels Mode: 0-Standard OverBought/OverSold
// 1-StdDev Bands
// 2-High/Low Channel
extern double StrengthLevel = 70; // Strength Level (ex.70)
extern double WeaknessLevel = 30; // Weakness Level (ex.30)
extern int LookBackPeriod = 20; // LookBack Period for LevelsMode=1,2
extern double UpperMultiplier = 1; // Upper Band Multiplier for LevelsMode=1
extern double LowerMultiplier = 1; // Lower Band Multiplier for LevelsMode=1
extern string alerts = "--- Alerts & Emails ---";
extern int AlertMode = 0;
extern int SoundsNumber = 5; // Number of sounds after Signal
extern int SoundsPause = 5; // Pause in sec between sounds
extern string UpSound = "alert.wav";
extern string DnSound = "alert2.wav";
extern int EmailMode = 0; // 0-on,1-off
extern int EmailsNumber = 1; // 0-on,1-off
Re: Trend Indicators for MT4
Posted: Wed Dec 28, 2022 11:03 am
by talaate
mrtools wrote: Fri Jul 15, 2022 1:55 am
Try.
Hello mrtoo;s
Is it possible to modify histogram of this indicator to be (0-1) not (-1 to 1), so both up and down trend will be in same bar. Hope the original code still available.
[/color][/b]
Re: Trend Indicators for MT4
Posted: Wed Dec 28, 2022 12:01 pm
by mrtools
talaate wrote: Wed Dec 28, 2022 11:03 am
Hello mrtoo;s
Is it possible to modify histogram of this indicator to be (0-1) not (-1 to 1), so both up and down trend will be in same bar. Hope the original code still available.
Awesome averages histo (arrows + alerts + mtf + btn).ex4
Don't have the code anymore.
Re: Trend Indicators for MT4
Posted: Wed Dec 28, 2022 12:17 pm
by talaate
mrtools wrote: Wed Dec 28, 2022 12:01 pm
Don't have the code anymore.

Re: Trend Indicators for MT4
Posted: Wed Dec 28, 2022 12:22 pm
by mrtools
talaate wrote: Wed Dec 28, 2022 12:17 pm
Don't worry, working on the Leman trend (a few posts above your) and after I stuff my face, then will work on that, if no one gets to it first.
Re: Trend Indicators for MT4
Posted: Wed Dec 28, 2022 12:45 pm
by talaate
mrtools wrote: Wed Dec 28, 2022 12:22 pm
Don't worry, working on the Leman trend (a few posts above your) and after I stuff my face, then will work on that, if no one gets to it first.
Many Thanks mrtools,
My extremely grateful
Re: Trend Indicators for MT4
Posted: Wed Dec 28, 2022 1:31 pm
by mrtools
razzledazzle wrote: Thu Dec 08, 2022 8:32 am
hi Mr Tools,
can you please add the averages filters and a jurik smoothing option as well to Leman trend, thanks for your consideration.
Sorry for the delay, added the averages.
Re: Trend Indicators for MT4
Posted: Wed Dec 28, 2022 3:54 pm
by mrtools
talaate wrote: Wed Dec 28, 2022 12:45 pm
Many Thanks mrtools,
My extremely grateful
Made a 0 to 1 histo with all the averages, hope it's close to the other version.
Re: Trend Indicators for MT4
Posted: Thu Dec 29, 2022 2:09 am
by talaate
mrtools wrote: Wed Dec 28, 2022 3:54 pm
Made a 0 to 1 histo with all the averages, hope it's close to the other version.
Mrtools
It is exactly same like the previous one
Many Thanks & I appreciate your effort
May You Accept My Regards