indicators value
-
How can i save the value of a custom indicator into a variable so i can use them later to draw trendlines, etc
-
Look at block 3 here: https://fxdreema.com/shared/efAI5bkbe
-
Thank you. That really help, but how can i store a buffer value of any indicator into a variable that can be use later for other calculations?
-
In exacly the same way, but select the indicator instead of Candle Close

-
sorry i tried, but can get it to work..
here's the link i want to be able to store 8 variables from a zigzag 4 tops n 4 bottoms
-
I don't have this indicator, but normally it works: https://fxdreema.com/shared/aPNDHmmle
-
Thank you i tried that it works, but the value of the indicator don't stick to it, it changes when a new bar comes in. So can't do any calculations..
-
I'm showing yo how to set value to a variable (one of many ways). As you can see, I'm doing this with the minimum blocks possible, just two of them. It's up to you to set your variable on the right time in your project.