iCustom indicator name

 

Hello,

I am trying to read an indicator through the function iCustom, but it's always saying the indicator does not exist.


When I load the indicators in the chart, they seem to be packed inside an indicator called Simplicity.ex4, which adds all of them from this indicator:


When the indicator is loaded into the chart, this appears in the expert logs:

2021.08.05 15:26:51.030 Custom indicator Simplicity.ex4::Indicators\Simplicity_Beauty EURJPY,H1: loaded successfully


So I tried iCustom with the indicator name as "Simplicity.ex4::Indicators\Simplicity_Beauty" but it says the indicator does not exist.


Can anyone help?


Thanks.

How to call indicators in MQL5
How to call indicators in MQL5
  • www.mql5.com
With new version of MQL programming language available not only the approach of dealing with indicators have changed, but there are also new ways of how to create indicators. Furthermore, you have additional flexibility working with indicator's buffers - now you can specify the desired direction of indexing and get exactly as many indicator's values as you want. This article explains the basic methods of calling indicators and retrieving data from the indicator's buffers.
 
Can anyone help?