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
There are codes by WHRoeder which creates IIRC indicator buffers using Arrays; there are allot of his such examples.
Can it be done the other way around? I am actually painting several histograms in the main chart. I would like to paint 3buffers another window (an oscillator) :-)
You can simulate invisible buffer arrays in an indicator as many as you want, but it is a workaround, here is an article about it:
http://www.forexfactory.com/showthread.php?t=165411
Using two windows is not a simple question, I found examples that draws objects, but thats all, like this:
https://www.mql5.com/en/code/7116
You can simulate invisible buffer arrays in an indicator
My polyline uses that technique, but that is NOT what the OP was asking. He wanted some buffers to DISPLAY on the main chart and some on the subchart, which is impossible.
My polyline code is just creating line objects on the main chart, but you could modify it to draw them on any chart.
can anyone tell me how can i add new chart in seperate windows (minichart) with new pair and different timeframes? something like below but with my indi
can anyone tell me how can i add new chart in seperate windows (minichart) with new pair and different timeframes? something like below but with my indi
You cannot.
Then how they do it ?
Then how they do it ?