Indicator output in EA

 
If Im using an iCustom function and my indicator has an output I want to use in my EA, can I?
 
yes, the output can be used. read https://www.mql5.com/en/forum/272439
Ayuda para obtener datos de indicador para hacer un EA en MT4
Ayuda para obtener datos de indicador para hacer un EA en MT4
  • 2018.08.13
  • www.mql5.com
Hola a todos Disculpen la molestia Quisiera saber si me pueden ayudar a obtener los datos de el indicador personalizado que adjunto, para agregar...
 

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

iCustom(Symbol(),TIMEFRAME,"INDICATOR_NAME",EXTERNAL_VARIABLE1,EXTERNAL_VARIABLE2,EXTERNAL_VARIABLEn,INDEX_BUFFER_NUMBER,SHIFT);

SetIndexBuffer(0,ARRAY);

iCustom - Technical Indicators - MQL4 Reference
iCustom - Technical Indicators - MQL4 Reference
  • docs.mql4.com
[in]  Custom indicator compiled program name, relative to the root indicators directory (MQL4/Indicators/). If the indicator is located in subdirectory, for example, in MQL4/Indicators/ The passed parameters and their order must correspond with the declaration order and the type of extern variables of the custom indicator...
This website uses cookies. Learn more about our Cookies Policy.