Questions (2376)

Votes
Answers
Views
Question
0
votes
1
answer
138
views
asked 5 years ago by
Category: Chart Studies
Hi Pete how are you? is it possible to color yellow all the candles that have 3000000 or more in volume excluding the last candle? thanks in advance for your time.
0
votes
1
answer
955
views
asked 5 years ago by
Category: Watch Lists
On TOS is there a way to add a free form custom watchlist column which can be used to add notes against an instrument which shows up in the watchlist. The Notes column allows to add notes but one has to click on each note to look at what was written....
0
votes
1
answer
183
views
asked 5 years ago by
Category: Stock Scanners
First of all i wanted to thank for your hard work for this community. I am getting list of all the stocks which is already crossed 8MA over 21MA irrespective of number of previous bar. Now I need your help on how to get list per below criteria. Last ...
0
votes
1
answer
280
views
asked 5 years ago by
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
votes
1
answer
265
views
asked 5 years ago by
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
votes
2
answers
258
views
asked 5 years ago by
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
votes
1
answer
97
views
asked 5 years ago by
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
votes
1
answer
240
views
asked 5 years ago by
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
votes
1
answer
177
views
asked 5 years ago by
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
votes
1
answer
205
views
asked 5 years ago by
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...