Questions (2380)

Votes
Answers
Views
Question
0
votes
1
answer
801
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete. In a previous post you created a watch list code which shows when a Hull Moving Average changes direction. Here is the previous post link : https://www.hahn-tech.com/ans/wl-for-hull-in-tos/ Can you assist me with setting up a scan that looks...
0
votes
1
answer
207
views
asked 5 years ago by
Category: Watch Lists
Hello, I am new to think scripts and this site as well.  I am glad I found such a valuable site. I was wondering how I could add a custom column to my watchlists with color changes whenever a stock price went below and above a moving average like 20 ...
0
votes
1
answer
95
views
asked 5 years ago by
Category: Strategy Guide
A prior post asked about generating alerts indicating time and price for a specific, individual underlying based on trade signals generated by a strategy. I have a strategy from which I would like to create real orders. Could this be done by converti...
0
votes
1
answer
183
views
asked 5 years ago by
Category: Chart Studies
Hello Mr Hahn. To your knowledge, is it possible to plot a linear regression channel between to specific dates on a chart ? I know the TTM_LRC allows to specify a start date & start time from where the line will start.  The «problem» is that if p...
0
votes
1
answer
326
views
asked 5 years ago by
I came across another user trying to add an alert via the Condition Wizard on Renko charts, and the repsonse was that it's not possible. I've also noticed through my own efforts that it also can't be done on tick charts. The condition wizard only all...
0
votes
1
answer
135
views
asked 5 years ago by
Sent as PDF....It said too many words...
0
votes
1
answer
100
views
asked 5 years ago by
Category: Chart Studies
Hey Pete, its been a while, I hope you're continuing to improve, yea? My charts aren't super busy crazy yet and I continue to cycle out indicators narrowing down my decision making. I have these indicators I like right now but I cant figure out how t...
0
votes
1
answer
167
views
asked 5 years ago by
Category: TS Solutions
Hey Pete, I've been trying to get a stochasticslow indicator for daily time frame to work on my 15min chart.  Ive been playing with using data2 in the code to display the daily chart data that I have open within my 15min chart.  I've been succsessful...
0
votes
1
answer
172
views
asked 5 years ago by
Category: Chart Studies
Hi Pete. I was wondering if there is a way to see the expected move for the monthly option expiration on the chart like how this indicator does it for each week. http://tos.mx/wx7EQX This indicator can be found at https://theotrade.com/member-home/me...
0
votes
1
answer
521
views
asked 5 years ago by
Category: Stock Scanners
Hello Pete I use this formula in TC2000 to scan stocks that are oversold using Williams %R (((MAXH10.1-C1) / (MAXH10.1-MINL10.1)) * -100 <= (-80)) or (((MAXH10.2-C2) / (MAXH10.2-MINL10.2)) * -100 <= (-80)) or (((MAXH10.3-C3) / (MAXH10.3-MINL10....