Display account net liquid in watchlist


Category:
0
0

Is is possible to take that indicator and turn it into a custom watchlist field that could be called from excel?  All of the custom fields can be sent to TOS via RTD. I am trying to get my account NetLiq into excel automatically.

Thanks

Mike

Marked as spam
Posted by (Questions: 2, Answers: 1)
Asked on June 4, 2019 3:49 pm
810 views
0
Private answer

I updated the title of your question to one that actually describes the context of your question.

The indicator you mentioned, AccountNetLiq, uses a built-in function named "GetNetLiq()". You can get all the details on this function here:

http://tlc.thinkorswim.com/center/reference/thinkScript/Functions/Portfolio/GetNetLiq.html

When you try to add the code used in this chart study ...

plot AccountNetLiq = GetNetLiq();

...to a watchlist column the compiler returns an error: "No such function: GetNetLiq at 1:22"

So the answer is no. It is not possible to add this to a watchlist column.

Marked as spam
Posted by (Questions: 37, Answers: 4084)
Answered on June 5, 2019 11:30 am