I see many people ask this question but how to use iCustom; but so far no clear answers from people about the parameters issue.
The MQL help files are less than useless on the subject.
HOW do we find out what the parameters are?
For example, I wish to code into EAs the attached TMA Slope Indicators the moment the current and previous bar/candle is either side of the zero point. So what I need iCustom to give me is the Slope Value at the close of each bar.
All I can work out is;
iCustom (NULL, 0, "10.2 TMA slope v.1.4B 4.30",6,0) and
iCustom (NULL, 0, "10.2 TMA slope v.1.4B 4.30",6,1).
But what about the parameters? And in particular, what about the parameter that has the Slope Value information I want? How do I list the parameters? They have names or just numbers? Where can I find out how many and what descriptions these parameters have?
Phil
The MQL help files are less than useless on the subject.
HOW do we find out what the parameters are?
For example, I wish to code into EAs the attached TMA Slope Indicators the moment the current and previous bar/candle is either side of the zero point. So what I need iCustom to give me is the Slope Value at the close of each bar.
All I can work out is;
iCustom (NULL, 0, "10.2 TMA slope v.1.4B 4.30",6,0) and
iCustom (NULL, 0, "10.2 TMA slope v.1.4B 4.30",6,1).
But what about the parameters? And in particular, what about the parameter that has the Slope Value information I want? How do I list the parameters? They have names or just numbers? Where can I find out how many and what descriptions these parameters have?
Phil
Attached File(s)