randomx
New member
hi all, new to thinkorswim scripting
i want to plot a sequence of double numbers on a daily chart. for example i want to see a line connecting 3.5 --> 5.8 --> 2.1 --> 1.4 --> 6.1
any help is appreciated. thank you!
i want to plot a sequence of double numbers on a daily chart. for example i want to see a line connecting 3.5 --> 5.8 --> 2.1 --> 1.4 --> 6.1
Code:
def numbers = "3.5, 5.8, 2.1, 1.4, 6.1";
plot numbers;
any help is appreciated. thank you!
Last edited: