Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
135
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, I know how to scan for PPS signal for daily TF , but how can I use that result and scan it to see whether I have the weekly PPS signal for those symbols in the same week? Thank you, Shaishav
0
votes
1
answer
826
views
asked 2 years ago by
Category: Chart Studies
Hello Pete, Do you have a supply and demand zones indicator (automatically draw supply and demand zones on the chart)? If not, can it be coded to do that? Please advise. Thanks!
0
votes
1
answer
372
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, I have a scan in TC2000 which basically identifies  consolidation of 4 bars ( usually less than 1 %). Its consolidates in a box and as soon as the current candle breaks above the previous 4 candles we can enter a long trade. Can you please h...
0
votes
1
answer
125
views
asked 2 years ago by
Category: Watch Lists
Hello Pete, I wanted to know if it was possible to have a Pre-market Low field on the watch list. I saw the one you had posted for afterhours but I was unable to adapt it for premarket low https://www.hahn-tech.com/ans/after-hours-only-high-price-wat...
0
votes
1
answer
341
views
asked 2 years ago by
Category: Chart Studies
Hello, I love this site and I just found it today; so much to watch. I searched through the forums for a few hours but haven't been able to find anything about Maximum Pain. I have been trying to calculate Max Pain in Thinkorswim but can't figure it ...
0
votes
1
answer
101
views
asked 2 years ago by
Category: Stock Scanners
Due to the limitation of using secondary aggregation on scans, I want to calculate the 200 weekly MA in a different way: I am trying to get 200 weekly MA with your suggested method. def newWeek = GetWeek() <> GetWeek()[1]; def firstDayOfWeek = ...
0
votes
1
answer
33
views
asked 2 years ago by
Category: Chart Studies
Hello Pete, I wanted to edit my last request and make it simple.   How do we make all candles black except the HOD candle.   Best
0
votes
1
answer
113
views
asked 2 years ago by
Category: Chart Studies
I'd like to plot a line chart of the percentage of stocks in an index above a moving average. Particularly the percentage of stocks in the S&P500 above the 50SMA. Thanks for any help you can provide.
0
votes
1
answer
74
views
asked 2 years ago by
Category: Chart Studies
Hi Hahn, I came across your youtube videos about TOS tutorials and are having a blast. Recently i read an article and saw Bloomberg Terminal has a function of displaying historical chart of an individual strike's Implied volatility since option becam...
0
votes
1
answer
27
views
asked 2 years ago by
Category: Chart Studies
https://www.hahn-tech.com/ans/price-for-a-specified-date/ discusses how to define a price for a previous date using the code def priceAtDate = if GetYYYYMMDD() == 20170103 then close else Double.NaN; That code gives a value only for the single day 20...