justlink: However for 4 of them I only need show the calculate of 9 last candle on chart. how can I do it?
Place EMPTY_VAlUE in the buffer[index+10] as you draw buffer[index]
problem solved.
thank you

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 have 21 indicator line. I want show entire some of them and 4 of them only show the 0 to 9 of the buffer. how can i do it?
I know for showing entire line we should use this code:
However for 4 of them I only need show the calculate of 9 last candle on chart. how can I do it?
For example for picture blow i want show entire of black line, But only the last part of the white line I marked.