-
Play videoPlease edit your post.
For large amounts of code, attach it - What should you do about what? You already have code that never updates again, thus your buffer "stays at that candle forever."

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
Is that a way to let the indicator update the chart once, and for the subsequent, it will remember the old results rather than update every tick or candle?
I am asking this question since I only let the start() run once with the following code:
and I set the indicator using buffer. After every candle update, the indicator move to another candle beside (since the buffer array has updated)..I would like them to stay at that candle forever. What should I do?