Questions (2380)

Votes
Answers
Views
Question
1
vote
1
answer
1199
views
asked 5 years ago by
Category: Watch Lists
I have a scanner from a friend that scans for specific options that meet a few criteria and then of course sends them to a watch list.  The list has the option specific ticker instead of the underlying stock symbol...for example   UBER200207C33   Wha...
0
votes
1
answer
255
views
asked 5 years ago by
Saw your video on Condition Wizard, so I tried to play around, but I'm stuck. So I'm wondering if there is a way to add several studies in the condition wizard? For instance, I want to have a notification that tells me a closing price of a stock has ...
0
votes
1
answer
723
views
asked 5 years ago by
Mr. Hahn, Would it possible to write a new code that could be added to the TOS CCI indicator with alert. I would like it to alert with an arrow break-out signal when CCI crosses over or below the overbought line. It currently only alerts when crossin...
0
votes
1
answer
146
views
asked 5 years ago by
Pete Could you help with a cloud study...Looking for a lower cloud indicator...If it's above the cloud we get a green dot below the cloud red dot and in the cloud no dot...Also I would like to add Four time frames ex..D,2d,4d.wk...and if all are in a...
0
votes
1
answer
97
views
asked 5 years ago by
Category: Chart Studies
I am making a study to compare lows so far I have Def swinglow = if low < low[1] and low < low[2] and low < low[-1] and low < low[-2] then 1 else 0; plot sl = if swinglow then low else double.nan; I want to be able to measure differences ...
0
votes
1
answer
208
views
asked 5 years ago by
Category: Watch Lists
So i have this great scan that you helped me with https://www.hahn-tech.com/ans/percent-change-since-open-scan-tos/   but TOS has no way to show the actual % change since open in the table. TOS only shows % change since yesterdays close, I want to sh...
0
votes
1
answer
137
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, Happy New Year & I hope the 20s are going well for you health-wise so far. Would you be able to help me write a scan looking for the highest pct & avg gain running up two weeks before and after earnings over the past two years? Thank...
0
votes
1
answer
128
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, is it possible to create a study that displays on the chart where you entered and/or exited an option position, like an arrow or some sort of timestamp so you can visually see where you entered an option position? Thanks!
0
votes
1
answer
65
views
asked 5 years ago by
Hi Pete, I try to set Alert using Study Mode. But not all study are included in the Menu. For Example, Demand index is not on the Alert-Study menu. How do I add the Study to the Alert-study Menu. Thanks
0
votes
1
answer
415
views
asked 5 years ago by
Category: Strategy Guide
Thinkorswim has a study on Bollinger upper and lower band crossovers for short and long entries, but not for the Midline. I have been trying to code a strategy on the 4hr chart. Each time a 4 hr bearish candle crosses and closes below the Bollinger B...