This is a discussion on AllAbsoluteStrength within the Trading tools forums, part of the Trading Forum category; Originally Posted by newdigital I checked the following two indicators for scalping and it works fine: AllAbsoluteStrength_v2.1 600+ indicator is ...
This indicator (AllAbsoluteStrengthTrend_v1.2 600+ indicator) from this post?
This is not account equity analyzer results. It was my results (I was trading manually using this indicator).
Yes, this indicator is very interesting, and it may be profiatable (we just need to select right pairs to trade) -
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
IG - is there an adaptive version for the AbsoluteStrength (AllAbsoluteStrength or UniAbsoluteStrength)?
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
It may be smooth parameter or some other ...
Code:extern int TimeFrame = 0; //TimeFrame in min extern int MathMode = 0; // Math method: 0-RSI;1-Stoch;2-DMI;3-MACD extern int Price = 0; // Price = 0...10 (see List of Prices) extern int Length = 10; // Period of evaluation extern int PreSmooth = 1; // Period of PreSmoothing extern int Smooth = 10; // Period of smoothing extern int Signal = 3; // Period of Signal Line extern int MA_Method = 3; // See list above extern int LevelsMode = 2; // Levels Mode: 0-Standard OverBought/OverSold // 1-StdDev Bands // 2-High/Low Channel extern double StrengthLevel = 80; // Strength Level (ex.70) extern double WeaknessLevel = 20; // 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
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
Bookmarks