Is there a way to assign a linked ticker (the ticker from the color-coded entry boxes 1-9) to a variable?
I'm trying to chart options contract tickers in a study. It seems I cannot update a ticker in study's properties, I can only directly input a ticker by editing the source of the study. For instance, I can use the following, but I would like a way to pull this ticker from a link #1 to 9:
I'm trying to chart options contract tickers in a study. It seems I cannot update a ticker in study's properties, I can only directly input a ticker by editing the source of the study. For instance, I can use the following, but I would like a way to pull this ticker from a link #1 to 9:
Code:
input ticker1 = ".SPY250729C635";
plot Contract1 = close(ticker1);