Discussion of article "Timeseries in DoEasy library (part 54): Descendant classes of abstract base indicator"
Yes, of course.
Yes, of course.
Could you show me an example?
Could you please show an example?
From Article 40 onwards
Why so little? You have to start from the first one. Otherwise there may be misunderstandings.
Why so little? You have to start from the first one. Otherwise, there may be misunderstandings.
This man has studied the entire library thoroughly. Unlike you, my friend.)
From article 40 onwards
Maybe I misunderstood, but for now I don't want to write my own indicator using the DoEasy library (from article 40 onwards)... I meant creating an indicator object (as shown in articles 53-55) that loads an existing indicator of IND_CUSTOM type, for example Indicators/ZigZag.mq4 or Indicators/Examples/ZigZag.mq5; or even any indicator available at https://www.mql5.com/en/code/mt4/indicators or https://www.mql5.com/en/code/mt5/indicators.
- www.mql5.com
Maybe I misunderstood, but for now I don't want to write my own indicator using DoEasy library (starting from article 40)... I meant creating an indicator object (as shown in articles 53-55) that loads an existing indicator of IND_CUSTOM type, for example Indicators/ZigZag.mq4 or Indicators/Examples/ZigZag.mq5; or even any indicator available at https://www.mql5.com/en/code/mt4/indicators or https://www.mql5.com/en/code/mt5/indicators.
Roger. Yes, it will be in the next article (#56).
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
New article Timeseries in DoEasy library (part 54): Descendant classes of abstract base indicator has been published:
The article considers creation of classes of descendant objects of base abstract indicator. Such objects will provide access to features of creating indicator EAs, collecting and getting data value statistics of various indicators and prices. Also, create indicator object collection from which getting access to properties and data of each indicator created in the program will be possible.
For testing we need the indicator from the previous article without any changes.
Simply save it in a new folder \MQL5\Indicators\TestDoEasy\Part54\ under a new name TestDoEasyPart54.mq5.
Compile the indicator and launch it on the chart.
The following will be displayed in the journal: all parameters of created indicator Accelerator Oscillator in full , and then its short description:
Author: Artyom Trishkin