Real time prices printed automatically in googlesheets

I am looking to have something coded which can print data in googlesheets when TOS is running. Is this possible?

Also, is it possible to have a custom column in TOS option chain where the calculations are coded in TOS scripting language?
 
I am looking to have something coded which can print data in googlesheets when TOS is running. Is this possible?

Also, is it possible to have a custom column in TOS option chain where the calculations are coded in TOS scripting language?
TOS supports RTD which you can use to get realtime data into Excel using the RTD() function. I don't think this function is available in Google sheets since it's cloud based.

It is possible to get a custom value via RTD. When you copy and paste the data from TOS is will assign a custom name to the calculated column which you can use as a reference.
 
Back
Top