Hi everyone,
Very simple question. I am adding a custom study where I can manually enter various gamma levels each day for the /ES and /NQ charts. I want the displayed price levels to show the name AND price of each level.
What's the code that shows the plot name and the price that is entered?
------
input gamma1 = 4441;
plot l1 = gamma1;
???????
------
All this does is draw the gamma1 line with no name or price.
Thanks!
Very simple question. I am adding a custom study where I can manually enter various gamma levels each day for the /ES and /NQ charts. I want the displayed price levels to show the name AND price of each level.
What's the code that shows the plot name and the price that is entered?
------
input gamma1 = 4441;
plot l1 = gamma1;
???????
------
All this does is draw the gamma1 line with no name or price.
Thanks!