Votes
Answers
Views
Question
0
1
275
asked 5 years ago by Ricardo Gonzalez
Category:
Stock Scanners
Hi Pete, I did as you instructed me, went to the drawing board. This is what I think will help me. Heiken Ashi candles Williams % R indicator, AccumDistPrVol indicator FIRST: IF Candle 1 top is higher than Candle 2 top, AND Candle 1 W%R is smaller t...
0
1
258
asked 5 years ago by Dixon Enriquez
Category:
Chart Studies
Hey Pete, hope all is well. I found some code (see below) and tried making it into an MTF lower study that would spike when price is within 5% of a 50 SMA. It seems to only show a fraction of the 50 SMA interactions. I think the "def = status" line i...
0
2
252
asked 5 years ago by JT Willy
Category:
Chart Studies
Hello, I am trying to build a script to plot RTH data on RTH and ETH charts. For instance, I would like to plot RTH-only pivot point (high + low + close) / 3 on an ETH chart of /ES I have tried to use some of your code, buy my results are inco...
0
1
97
asked 5 years ago by [email protected]
Category:
Chart Studies
I am looking for the solution for the following requirement. Is it possible to achieve automatically with thinkorswim script? Add two line of drawings in chart: Price level 1, Price Level 2. The "Price level 1" will be used for order entry pric...
0
1
238
asked 5 years ago by Kunal M
Category:
Watch Lists
Hi, How do I modify the following code to add a custom watchlist column indicating A 2-8 DMA crossover indicated in Green if 2DMA is above 8DMA and the number of days since the cross indicated by the identifier in the cell as A1-A9 (basically number ...
0
1
176
asked 5 years ago by Guru M
Category:
Stock Scanners
Hi, I need help in writing a scan in ThinkOrSwim to select all options where the current price + ask price < strike price and the difference between current price and strike price is not greater than 2$ Can someone help me with this?
0
1
199
asked 5 years ago by IceColdG
Category:
Chart Studies
Hey Pete, I need helping modding some code below. How do I lock the bubble plot so it only shows from the 9:30 am candle to the 9:45 am candle. After 9:45 if the price keeps making a new high, I don’t want this script to record or any new values Righ...
0
1
86
asked 5 years ago by H K
Category:
Chart Studies
Hi Guys, I am trying to make an on screen label that shows me the average "Net" movement of the overall intraday chart based off the 1M chart. I am new to thinkscripting and I want to figure out how to make this particular label start counting from 9...
0
1
126
asked 5 years ago by Corey
Category:
Watch Lists
Hello Pete. Can you assist me with a script that helps me to identify stocks in my watchlist that are currently trading near the 9 period EMA? I would like the background color of the watchlist to appear as white if the current bar has touched the E...
1
1
219
asked 5 years ago by Ariel Chao
Category:
Chart Studies
Hi Hanh, Thank you for responding to all of our questions so promptly on a Saturday! (: How could I modify this text so that it would achieve the following: I want to view the 15 minute chart but would like to display the RSI/MACD from the 1 Hour. I...