How to add more Standard Deviation to this VWAP indicator?
I would like to add two additional standard deviation levels to this indicator, but I couldn’t get it to work properly. I attempted to do this by duplicating the existing standard deviation (stdv) code in the source file and modifying it accordingly. However, the output was not as expected, and the added levels did not function correctly.
where is gray color background in this pinescript code?
I dont know where is dark gray background color that was effecting on chart for this indicator, i want to change that background color, so please provide me code where it was effecting, so i can change background color. i tried everything that was possible for me, so if you think this question is stupid, please leave it. 🙂
where is gray color background in this pinescript code?
I dont know where is dark gray background color that was effecting on chart for this indicator, i want to change that background color, so please provide me code where it was effecting, so i can change background color. i tried everything that was possible for me, so if you think this question is stupid, please leave it. 🙂
where is gray color background in this pinescript code?
I dont know where is dark gray background color that was effecting on chart for this indicator, i want to change that background color, so please provide me code where it was effecting, so i can change background color. i tried everything that was possible for me, so if you think this question is stupid, please leave it. 🙂
where is gray color background in this pinescript code?
I dont know where is dark gray background color that was effecting on chart for this indicator, i want to change that background color, so please provide me code where it was effecting, so i can change background color. i tried everything that was possible for me, so if you think this question is stupid, please leave it. 🙂
where is gray color background in this pinescript code?
I dont know where is dark gray background color that was effecting on chart for this indicator, i want to change that background color, so please provide me code where it was effecting, so i can change background color. i tried everything that was possible for me, so if you think this question is stupid, please leave it. 🙂
Can someone help me with moving average logic in Pine Script?
I’m facing an issue with a Pine Script strategy I’ve been working on, and I’d appreciate your help.
Can someone help me with moving average logic in Pine Script?
I’m facing an issue with a Pine Script strategy I’ve been working on, and I’d appreciate your help.
how to get a series of all time high?
I am trying to write a Pine Script function that will take a series of data (e.g., [1, 2, 3, 4, 5, ..., 100]
) and return a new series where every element is replaced by the highest value in the input series (in this case, [100, 100, ..., 100]
).
how to get a series of all time high?
I am trying to write a Pine Script function that will take a series of data (e.g., [1, 2, 3, 4, 5, ..., 100]
) and return a new series where every element is replaced by the highest value in the input series (in this case, [100, 100, ..., 100]
).