Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
145
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I have the following code which makes 2PM-230PM Candles yellow. My purpose is to see the candles between 2-230PM with specific color which is fulfilled when I am on 15 and 30 TF but not in lower than 15min TF. Another thing is I want to also...
0
votes
1
answer
126
views
asked 5 years ago by
Category: Stock Scanners
Hello everyone.  What I'm trying to do is find where the value of the MACD difference was greater yesterday then today.  Below is something I've used to find where the value is less than the average, I just want to find the same scenario where yester...
0
votes
1
answer
761
views
asked 5 years ago by
Category: Stock Scanners
♥ 1
Pete Is it possible to do a scan based off of TTM squeeze colors in the histogram...I'm looking for stocks that have Red/Cyan in the morning...   declare lower; def nBB = 2.0; def Length = 20.0; def nK_High = 1.0; def nK_Mid = 1.5; def nK_Low = ...
0
votes
1
answer
69
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...
0
votes
2
answers
143
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
90
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
1
answer
2561
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
154
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
90
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
129
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...