Plot the price of a futures option


Category:
0
0

Is it possible to plot futures options using Thinkscript? For example, the first line below plots an SPX option correctly, but the second line does not produce any output:
plot pr1 = close(symbol = “.SPXW220331P4495”, pricetype = “MARK”);
plot pr2 = close(symbol = “./EW3V22P4350:XCME”, pricetype = “MARK”);

Marked as spam
Posted by (Questions: 1, Answers: 1)
Asked on March 23, 2022 11:48 am
62 views
0
Private answer

I was not able to discover any tricks to get this to work. I suggest you contact support at TD Ameritrade for assistance. It may be a glitch in the software they need to fix or it may simply be something that is not supported.

Marked as spam
Posted by (Questions: 37, Answers: 4087)
Answered on March 23, 2022 3:16 pm
0
Thank you, Pete. I will reach out to support at tdA.
( at March 23, 2022 3:27 pm)