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 :
Thanks 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
You should encapsulate your iCustom calls to make your code self-documenting.
Detailed explanation of iCustom - MQL4 programming forum #33 2017.05.23

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
How do I call this indicator by iCustom using an EA?
TSI=iCustom(symbol(),Timeframe,"TSI"............