Questions (2368)

Votes
Answers
Views
Question
0
votes
1
answer
1960
views
asked 5 years ago by
Category: Watch Lists
hello can you help me with adding the "Spark chart" to TOS watchlist in the desktop platform,(just like they have it in the mobile app version)  thanks
0
votes
1
answer
82
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, TOS - Study, Camarilla Points. Is there a way to hide the support resistance lines for all previous days on the chart except the current day? My intention is to see the chart little clear with few lines on it. Thank you, Sam
1
vote
1
answer
141
views
asked 5 years ago by
Category: Chart Studies
Hello Hanh-Tech Community, In TOS, there is a standard MovingAverageCrossover study. How do I have TOS automatically plot a Dot or even a Price Level at the point where the 9 EMA crosses above or Below the 21 EMA? The default signals plots on the can...
0
votes
1
answer
156
views
asked 5 years ago by
Category: Watch Lists
Pete Is it possible to write a code for a watch list of Hull EMA and the 43EMA cross. If the HMA is above the EMA the background is green....If the HMA is below the EMA background is red....Lastly is there a ways to add how many bars ago the cross ha...
0
votes
1
answer
96
views
asked 5 years ago by
Category: Watch Lists
One more Request: …. In response to my request on Sept. 27 “ How to change value colors on a label”. input SYMB = "/VX"; def VX = close(symbol = SYMB); def O = open (symbol = SYMB); AddLabel(1, "/VX: " + " = " + VX, if VX > O then Color.RED else i...
0
votes
1
answer
159
views
asked 5 years ago by
Category: Stock Scanners
Hey Pete,   I've been using ToS to trade options for a while now but I cannot seem to figure this one out. How can I make an options scanner to scan for options that have moved up 500% or more from their lowest point in 3 days to their highest p...
0
votes
1
answer
2635
views
asked 5 years ago by
Category: Chart Studies
Hi, I was wondering if there is a way to see the expected move for the monthly option expiration on the chart like how this indicator does it for each week. http://tos.mx/wx7EQX Which I found here https://theotrade.com/member-home/member-theotrade-tu...
0
votes
1
answer
96
views
asked 5 years ago by
Category: Chart Studies
Mr. Hahn: I have worked with a lot of your information and have created this Label. I use this with six different products on a 2 minute chart intraday trading /NQ futures. It was designed to replace another screen full of Charts. Instead of looking ...
0
votes
2
answers
151
views
asked 5 years ago by
Category: Chart Studies
Hi, is there a way to have the ParabolicSAR 1 minute, 5 minute, 15 minute, and 30 minute all on one chart as one study? Also, is there a way to make this a label? Thank you.
0
votes
1
answer
82
views
asked 5 years ago by
Category: Chart Studies
Hello can you help me with the script it shows change during market hours is that possible to have extended hours also show up input SYMB = “SPY”; def AD = close (symbol = SYMB, period = AggregationPeriod.day) – close(symbol = SYMB, period = Aggregat...