Hello. I have a question, how to make the screen display the current value of 2 indicators, RSI and Stoch 14 3 3.
Thanks a lot!
Reading and displaying indicator values on a regular basis
-
Hello. I have a question, how to make the screen display the current value of 2 indicators, RSI and Stoch 14 3 3.
Thanks a lot! -
@lomcio You ween to create a variable and store the value of those indicators in it. Then you can use the 'Comment (ugly)' or the 'Comment' block to do it.
-
@l-andorrà https://fxdreema.com/shared/hYARkNBje
I currently have "draw text" done on blocks as in the link, this is enough for me but I would like the value to be two digits, no decimal places. -
@lomcio Then you can do this:
-
Thank you. I have one more question. Well, let's assume that I have the condition that EMA 12> EMA30, I also have an inscription, the color of which depends on whether this condition is met, if it is not, it is gray, if the condition is met, shines green, how can I achieve it?
-
@lomcio Do you mean a visible onscreen text or an arrow?
-
@l-andorrà The text, the color of which would change depending on whether the condition is met or not
-
@lomcio Then you can do this:
-
@l-andorrà That's what I meant. Thank you very much for your time.
-
@lomcio You're welcome.