05-12-2018, 07:49 PM
I had a wee bit of code that does that, I'm no coder so it's probably not the best way to do it but in my update part I had something like:
Candle5 = Candle4
Candle4 = Candle3
Candle3 = Candle2
Candle2 = Candle.close
Remember to set your required history to however many candles you add.
Candle5 = Candle4
Candle4 = Candle3
Candle3 = Candle2
Candle2 = Candle.close
Remember to set your required history to however many candles you add.