Candle counter output problem
-
I create every project related to candle counter and in the end it gets a bug
I tried with two different projects
For example, when I want to find the high candle number 1 through the counter, it gives me the output of candle number 2
That is, when I write the project, it gets a bug somewhere
When I create a modify variable block from the onceper bar block that gives the high candle 1, it prints the number 2 -
If I understand this, every tick you try to count from -5 which doesn't exist yet?
-
I want to find the highest rsi candle among the 5 candles before and after
But when I go through these steps, it gives a bug
That variable hiii is just a test that comments the high of candle 1 for me but comments candle number 2 for me
I wrote another project with zigzag and the same problem occurred and I deleted it, I thought the problem was with using zigzag
My problem has nothing to do with what the project is
Now that output of hiii should be correct for me, but it is not because I only used it there -
@jstap I want to find the highest rsi candle among the 5 candles before and after
But when I go through these steps, it gives a bug
That variable hiii is just a test that comments the high of candle 1 for me but comments candle number 2 for me
I wrote another project with zigzag and the same problem occurred and I deleted it, I thought the problem was with using zigzag
My problem has nothing to do with what the project is
Now that output of hiii should be correct for me, but it is not because I only used it there -
Before what?, chose your start candle, and check the 10 previous candles, rsi on candle x is > than what you saved into a variable.