
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
I am placing the same indicator on the same chart and drawing objects on each of the two indicators. I next want to identify which object(s) belows to each indicator. I can get the window number from each object by using the ObjectFind(name) function. This returns the window index. Great. But I can't get the index of the calling indicator.
I have used the following function; WindowFind(WindowExpertName())
WindowExpertName gets the name of the current function, but it has been placed two. So it always gets the first one, even when I the second one does the calling.