How do I retrieve data from an indicator?

 

Good afternoon All. I have decided to write an EA. Can you please tell me how to get the data from the "RegressionPolynomial" indicator in the example of the following signals:

1. Intersection from the top to the bottom

2. Downwards and upwards crossovers

3. both lines are moving downwards

4. both lines are moving upwards

5. Numerical distance between the lines

 
See Documentation for "Custom indicators"!
 
what's the turkey? google is helpless...
 
evillive:
what's the turkey? google is helpless...
A common one, with a beak and feathers :-)
 
borilunad:
See "Custom indicators" in the Documentation!

Looked before the topic was created. As I understood it is possible with the help of iCustom. But how to operate it?
 
Retabs:

Good afternoon All. I have decided to write an EA. Can you please tell me how to get the data from the "RegressionPolynomial" indicator in the example of the following signals:

1. Intersection from the top to the bottom

2. Downwards and upwards crossovers

3. both lines are moving downwards

4. both lines are moving upwards

5. Numerical distance between lines

click

you will see what you are looking for in order, starting from zero (when the indicator is loaded) (move the cursor around the screen). Use Icustom and read in the tutorial "Custom indicators".

 
Zhunko:
So common, with a beak and feathers :-)


Wrong one! The regular one is less useful in MT4 than the custom one!
 
_new-rena:

click

you will see what you are looking for in order, starting from zero (when the indicator is loaded) (move the cursor around the screen). Use Icustom and read "Custom Indicators" in the tutorial


Looked before the topic was created. As I understand it, you can use iCustom. But how to operate it?
 
Retabs:

Had a look before the thread was created. From what I understand, you can use iCustom. But how to operate it?

https://www.mql5.com/ru/articles/1500

https://www.mql5.com/ru/articles/1503

Enjoy

 
_new-rena:

click

you will see what you are looking for in order, starting from zero (when the indicator is loaded) (move the cursor around the screen). Use Icustom and read "Custom Indicators" in the tutorial


Done. Shows a series of numbers. What do they mean?
 
Retabs:

Done. Shows a series of numbers. What do they mean?

https://docs.mql4.com/ru/indicators/icustom

iCustom(NULL,0,"SampleInd",13,1,0);




Reason: