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
1352Please 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:
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
- These users thanked the author Jedidiah for the post (total 2):
- Chickenspicy, thomdel
Do not show pity: life for life, eye for eye, tooth for tooth, hand for hand, and foot for foot.
Deuteronomy 19:21
Deuteronomy 19:21
Re: Trend Indicators for MT4
1353Hello 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]
- These users thanked the author talaate for the post:
- Chickenspicy
Re: Trend Indicators for MT4
1354Don't have the code anymore.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
Re: Trend Indicators for MT4
1357mrtools 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
1358Sorry for the delay, added the averages.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.
- These users thanked the author mrtools for the post (total 4):
- Chickenspicy, talaate, razzledazzle, eduarescobar
Re: Trend Indicators for MT4
1359Made a 0 to 1 histo with all the averages, hope it's close to the other version.
Re: Trend Indicators for MT4
1360Mrtoolsmrtools 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.
It is exactly same like the previous one
Many Thanks & I appreciate your effort
May You Accept My Regards