IF someone can check this start of a project, and tell me what is wrong with the comment ugly
-
So
I am trying to write the values using variables here.
I am trying to get 12 outputs
I am trying to get 2 highs, 2 lows, their corresponding RSIs, and their candle IDsBefore at 8 variables I was getting 8 labels but the highs and lows (4 total) were the only correct values
the corresponding RSIs and the candle IDs of course were not, so I kept on experimenting but this is where I just thought I would consult the team of better more experienced creators here.Any input of what I may be able to do here?
-
@len-1 Where's the link?
-
@l-andorrà sorry, about that....
https://fxdreema.com/shared/C2TaN2Xvb -
@len-1 Firstly, you don't need the 'pass' block because there are more than 2 blocks below it. I see you are storing the RSI value of candle ID 0. If I understand you correctly, you need the RSI of those highs and lows. Right? Then you will need a loop because those candle ID values will change as new candles are formed. I'm afraid this is another case for mr. roar's loops.