DMITRII PECHERITSA
DMITRII PECHERITSA
Business activity experience on MQL5.comSignals publishedAverage number of signal subscribersJobs completedAverage number of downloaded demo versions per productProducts publishedexperience: 5+ years Business activity experience on MQL5.comsignals: 0Signals publishedsubscribers: 0Average number of signal subscribersjobs: 0Jobs completeddemo versions: 0Average number of downloaded demo versions per productproducts: 0Products published
Experts0Indicators0Libraries0Utilities0
  • Information
  • 5+ years
    experience
    0
    products
    0
    demo versions
    0
    jobs
    0
    signals
    0
    subscribers
trader, programmer
DMITRII PECHERITSA
Published code Doubles comparer
Class for comparing two floating point variables.
DMITRII PECHERITSA
Published code Alphabet structure
Sets of latin, russian characters, digits, punctuation, etc.
DMITRII PECHERITSA
Published code Binary Flags
How to minimize bool parameters in a function signature?
DMITRII PECHERITSA
Published code Alphabet structure
Sets of latin, russian characters, digits, punctuation, etc.
· 1 3469 155
DMITRII PECHERITSA
Published code Copy constructor
Have you ever wondered how to safely return automatic objects with functions without memory leaks?
DMITRII PECHERITSA
Published code Programming Patters - Builder (classic)
Separate the construction of a complex object from its representation so that the same construction process can create different representations.
· 1 7499 451
DMITRII PECHERITSA
Published code Programming Patterns - Factory Method
Define an interface for creating an object, but let subclasses decide which class to instantiate. Lets a class defer instantiation to subclasses.
· 1 5140 267
DMITRII PECHERITSA
Published code Programming Patterns - Abstract Factory
Provides an interface for creating families of related or dependent objects without specifying their concrete class.
· 1 4289 242
DMITRII PECHERITSA
Published code Programming Patterns - Observer
When the subject changes, it notifies and updates its observers, who know nothing about each other.
· 1 5107 360
DMITRII PECHERITSA
Published code Programming Patterns - Strategy
Encapsulating a family of interchangeable algorythms which can be modified independently from the client.
· 1 8773 781
ntpo0jlo
ntpo0jlo 2020.05.24
ok.P
DMITRII PECHERITSA
Published code Programming Patterns - Decorator
A way of sub-classing more functional objects, dynamically.
DMITRII PECHERITSA
Added topic Decorator Pattern in MQL5
//                                   DECORATOR
DMITRII PECHERITSA
Added topic MetaEditor improvement suggestion for developers
Please add folding/unfolding on brackets
DMITRII PECHERITSA
Added topic static int array[] - error in new Terminal
Hi  The new build of the Termianl does not allow an array declared in the function as static .  Example: static int a[]; ArrayResize (a, 1 );    The Compiler does not complain about it. But the Terminal does (4.00 build 890
123