Retrouvez-nous sur Facebook ! Rejoignez notre page de fans
Utiliser les nouvelles fonctionnalités de MetaTrader 5
Historique du développement de MQL5.community
Les robots de trading et les indicateurs techniques les plus populaires, les signaux d'actualité, les programmes MQL5 prêts à l'emploi qui arrivent régulièrement dans la CodeBase et les thèmes les plus discutés dans le forum.
Programming Patterns - Factory MethodDefine an interface for creating an object, but let subclasses decide which class to instantiate. Lets a class defer instantiation to subclasses.
Programming Patterns - ObserverWhen the subject changes, it notifies and updates its observers, who know nothing about each other.
ZigZag Based on Close PricesThe code is based on indicator ZigZag which is in-built in MT4.
I have changed it so that it isn't calculated on highest Highs and lowest Lows, but instead uses highest Close and lowest Close of chart price history.
See attached chart for differences: ZigZag (red) versus ZigZagClose (yellow).
Renko 2.0 OfflineThis non-trading utility generates custom symbol information on 1M chart. Configure using Tick Size, Pip Size, Points or R. Now with Asymetric Reversals!
FollowLineThis indicator uses Bollinger Bands lines to detect markets trend.
b-clockShow minutes and seconds left before new candle is appeared.