I want to combine the HIGH of the candle with the previous candles
-

-
What do exacly mean by 'combine'. They are price levels. Maybe you mean 'substituting'?
-
@l-andorrà said in I want to combine the HIGH of the candle with the previous candles:
What do exacly mean by 'combine'. They are price levels. Maybe you mean 'substituting'?
I mean to add the price to the current candle as follows:
high1+ high2 +high3
Every hour the current candle is added -
But that way you will get a very big number. For example 1.1000 + 1.1500 + 1.2000 equals 3.4500. Is that value what you are looking for?