En popüler alım-satım robotları ve teknik göstergeler, yeni sinyaller, Kod Tabanına düzenli olarak gelen hazır MQL5 programları ve Forumda en çok tartışılan konular.
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.