Questions (2368)

Votes
Answers
Views
Question
0
votes
1
answer
675
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
131
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
80
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
193
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
122
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
123
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
58
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
382
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...
0
votes
1
answer
637
views
asked 5 years ago by
Category: Stock Scanners
Why does TOS use Compound Value function in their code for the RelativeStrength Study instead of a simple code as follows: def rStrength = close/close("SPX") ; Plot ans = rStrength;  
0
votes
1
answer
270
views
asked 5 years ago by
I use a range bar chart for analysis. I also use volume as a large part of my analysis. However on a range bar chart volume is difficult to compare because the time between bars is always changing. Therefore I wish to divide volume by the Sierra indi...