Help me!!! iCustom

 


How do I call this indicator by iCustom using an EA?

TSI=iCustom(symbol(),Timeframe,"TSI"............

Files:
TSI.mq4  6 kb
 
Alvaro:


How do I call this indicator by iCustom using an EA?

TSI=iCustom(symbol(),Timeframe,"TSI"............

Hey,

you can do it by typing :

iCustom(Symbol(),0,"TSI",0,0);

of course you can substitute the first 0 for the TF you want, the second 0 is the buffer we choose(the TSI has only 1), and the last one is the shift - 0 - means the newest bbar

 
Stanislav Ivanov :

Oye,

puedes hacerlo escribiendo:

por supuesto, puede sustituir el primer 0 por el TF que desee, el segundo 0 es el búfer que elegimos (el TSI solo tiene 1), y el último es el cambio - 0 - significa el bbar más nuevo

Thanks Stanislav Ivanov!!!
 

You should encapsulate your iCustom calls to make your code self-documenting.
          Detailed explanation of iCustom - MQL4 programming forum #33 2017.05.23