
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,
Take a look at this indicator :
As you see, it's a very basic, simple indicator to draw and replace a horizontal line on the ask price. Now, I have an interface with a sub chart, I already know the id of the sub chart and I can manipulate everything (like the bid and ask colors) on this sub chart. Here is the problem, When I use
I can add any internal indicator like iStochastic (when set on the handle), how ever, when I direct the handle toward using my indicator above, even though the handle is valid (already checked), the objects are not being drawn.
I use ask and horizontal line as a simplistic example of what I want to do.
Basically, the handle is using iCustom to get this indicator and add it to 0 subwindow of the subchart. What did I do wrong here? Looks like the chart objects can't be drawn on sub charts this way?
I also tried adding the indicator on blank chart, saving the template and assigning the template to sub chart by code, same result, the line is not showing up in the sub chart, and, if you have the indicator on the main chart at the same time, the line on the main chart will flicker with every thick on the sub chart !