Questions (2352)

Votes
Answers
Views
Question
0
votes
1
answer
80
views
asked 4 years ago by
Category: Chart Studies
->Reposting as previous question code got corrupted I’m checking if the first 5-min bar of the day is the widest range in 5 days and write a Label in a Custom Quote. My code is based on the approach used in another question here. It has the Ext Ho...
0
votes
1
answer
80
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete. I am trying to figure out how to capture an exact value from a very specific time in the past so I can use that captured/recorded value as an input later on in the same thinkscript for a scan. So here is an example.... What if I want to run ...
0
votes
1
answer
80
views
asked 3 years ago by
Category: Watch Lists
Hello Pete, I wanted to know if it was possible to display text column in watchlist showing the SUM in price not percentage  between the High of the Day and Real Time Bid Price?  And also show the Output in Green Text Ex. (HOD)  - (BID) =  SUM GREEN ...
0
votes
1
answer
80
views
asked 2 years ago by
Category: Chart Studies
Hi Hahn! On the thinkorswim platform, when I hover my mouse over a candlestick, it displays the Date, Time, Open price, Highest price, Lowest price, Closing price etc. I was wondering if it's possible to modify this to also show the "Average Price = ...
1
vote
1
answer
80
views
asked 3 months ago by
Category: Stock Scanners
Hi, I'm trying to use the below to scan for stocks closing above/below the respective ADR levels on an intraday time (2min, 5min, etc..).  Currently only works for daily closes. Thanks so much. **Script below** # Define length for ADR calculation inp...
0
votes
1
answer
79
views
asked 7 years ago by
Category: Chart Studies
I would like to know if there is a way to write a script that would place a live bracket order from a chart study? Thank you for you response.   Learning a lot from your informative videos.  
0
votes
1
answer
79
views
asked 6 years ago by
Hi Pete,   I like to scan for new 10 day highs on thinkorswim by using the dailyhighlow study. I will get an alert when a stock makes a new 10 day high for the first time however, I will get another alert if it makes a new high the next day. Is ...
0
votes
2
answers
79
views
asked 6 years ago by
Category: Stock Scanners
Pete: Can you please help me create a Not-in-Query to find stocks that meet my scan conditions but are not in my custom watch list? I am new to Thnkscript so do not know the commands that can find (or indicate can't find) symbols in a watchlist.
0
votes
1
answer
79
views
asked 5 years ago by
Category: Chart Studies
I need help with some code logic. suppose x is the high and y is the low of an indicator. how do I make a variable true if "close crosses above x" and false when "close crosses below y"? The problem if I use "close crosses above x" is that it will on...
0
votes
1
answer
79
views
asked 5 years ago by
Category: Chart Studies
Pete, this request is link to a previous post named "Label to display current price of debit spread". The original label has been great for me, so thanks for the time and suggestions. In working with this label for several months, I realize I could e...