♥ 0 |
I am making a custom watchlist column but having trouble referencing the bid, ask and mark data. I am using the code below but getting “NaN” returned for each symbol.
plot MarkPrice = close(priceType = priceType.MARK);
Marked as spam
|
Private answer
According to language reference for Thinkorswim those price types are not supported for custom watchlist columns: https://toslc.thinkorswim.com/center/reference/thinkScript/Constants/PriceType/PriceType-MARK I am certain we have already covered this in the Q&A Forum but it may be difficult to find using the search function. Marked as spam
|
Please log in to post questions.