new value separately in variables on the same candle id 0
-
I want to get values, write a value passed and a new value separately.
Let's use the RSI indicator as an example.
Imagine that the indicator has a value of 50.Example:
Variable (1) will record that the current value is 50 and will not update until variable 2 is updated with the next value.
Let's say that the value that will be displayed in variable 2 is 60, so we can understand that the value of the climb was 10.In short, I don't want to look at the previous candle, I want to look at these changes within the same candle, is this possible?
How do I do this in fxdreema, can someone quote with example in mt5 project?
This should be in an infinite loop because I will put formulas to identify the difference value. -
I'm not sure I understand you. Do you need the evolution of tyhe value within the same candle?
-
@l-andorrà said in new value separately in variables on the same candle id 0:
I'm not sure I understand you. Do you need the evolution of tyhe value within the same candle?
yes, correct.
Is possible? -
Sure, you just need to create a variable and storte the value there. I'm afraid I don't see what's the problem.