Questions (2349)

Votes
Answers
Views
Question
1
vote
1
answer
1050
views
asked 3 years ago by
Category: Chart Studies
So I have some code that does exactly what I want (paints two horizontal lines on the chart with the previous day's high and low), but... I would love to be able to add a bubble underneath each with text like 'PD High' or 'PD Low'. I think this is po...
0
votes
1
answer
756
views
asked 3 years ago by
Category: Stock Scanners
Hello Peter,  Do you know how to create an Ascending Triangle scan in Thinkorswim?  I think I can figure out the consecutive higher highs part of the scan, but I can't figure out the flat top part where the candle highs are at or around the...
0
votes
1
answer
95
views
asked 3 years ago by
Category: Chart Studies
This might seem odd, but trying to overcome a limitation of TOS (mixing aggregations). Would it be possible to capture the total volume accumulated at a specific time of day? So, at 11am (or whatever input), return the total volume thus far. My hope ...
0
votes
1
answer
473
views
asked 3 years ago by
Category: Stock Scanners
I have scoured and read everything provided in your forums on the topic.  I am missing multiple trades because I simply CANNOT find a TOS scan to work for the current (including extended hours) price crossing yesterday's high.  I can see that it happ...
0
votes
1
answer
142
views
asked 3 years ago by
Hey There! I have searched this alert and couldn't find anything. I'm looking to create an alert that tells me when price passes above or below the TPO profile Value area. I'd like to customize it and add other coditions in the codition wizard. When ...
0
votes
1
answer
488
views
asked 3 years ago by
Category: Stock Scanners
Hi!  New to ThinkScripting. Was thinking it would be nice to be able to edit parameters without going into the code.  I want a scan that can look for stocks that have been green X number of days and are Y% over the daily 9ema.  I would like price to ...
0
votes
1
answer
108
views
asked 3 years ago by
Category: Stock Scanners
Been struggling with time based code and would really appreciate some guidance. I was wondering how I can scan for stocks where the high of day is made within the first hour in Thinkscript. I looked at start time, end time, but that didnt seem to wor...
0
votes
1
answer
108
views
asked 3 years ago by
Hi Pete, Condition: volume from 1 bars ago is greater than volume from 2 bars ago Now, if the volume at 9:30am was 1,000 and the volume at 4:00pm of the previous day was 900, I will see a chart alert value of "1" at 9:31am.  However, I won't receive ...
0
votes
1
answer
813
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, First thanks for a great website, very helpful! I am trying to create a scan that returns tickers with volume spikes at a specific time. Basically I would like to compare the 1 minute bar volume at say, 6:59am est and 7:00am est. Here is the...
0
votes
1
answer
544
views
asked 3 years ago by
Hi Pete, I had researched and used an Alert and Scan for a regular Heiken-Ashi candle for when it changes color and direction on your forum:https://www.hahn-tech.com/ans/alert-setting-on-heikin-ashi-candles/   Just wondering if it was at all pos...