| / | Forum |
|
Gozer
2008.05.02 09:25
I use several indicators and would like to create my own custom indicator that reads variables from the others to send me alerts/sounds when conditions are right to buy or sell. Is there a way to access variables between indicators without having to combine all their code into one? I haven't seen anything in the documentation or through reading the code in existing indicators. The other idea I had was to modify each of my indicators to put their necessary information into global variables, but I'd prefer not to do it that way if possible. Thanks |
|
Reporting the Seventh Week (10-16 November) This week the top ten has increased almost by $200,000. A half of this sum has been obtained by Expert Advisors of strelec, PrizmaL и abeiks. |
33779 |
Rosh
2008.05.02 12:37
See Global variables and iCustom
|
|
Gozer
2008.05.03 04:24
|