Seems unusual. I would think that if it was going to work you would use iCustom in indicator A and that would call indicator B. You can ignore the return value. The documentation does not explicitly say if this will work so why no try it?
sunshineh:
Can I go the indirect way and call a script out of indicator A to shows indicator B on each new bar??
It's hard to understand your overall purpose with this since you apparently don't want the indicators to interact.
You can put as many indicators as you like on a chart and then save all of it as a template. Calling up the template automatically brings up all the indicators as required. Alternatively you can use an EA which calls up both indicators using iCustom calls.
I don't think an indicator can call a script.
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
Hi,
I want to call another "indicator B" out of my "indicator A"
Both are custom indicators.
I don't want to get definite values, only that it shows this indicator. So I want to use no buffers from "indicator A".
Perhaps it is possible through calling a script "show indicator B" out of my indicator A??
I hope you can understand my question!!