Questions (2374)

Votes
Answers
Views
Question
0
votes
1
answer
469
views
asked 8 years ago by
Category: Chart Studies
Mr. Hahn, I ran across one of your videos while searching for a ADX DMI strategy.  In the video you discussed and multi time frame DMI scan..I noticed that you had a study on the charts in the video named "NicDMI".  Can I possibly et a copy of that s...
1
vote
2
answers
3116
views
asked 8 years ago by
Category: Stock Scanners
Hi, I am new to coding in Think Script. I want to write following 2 scripts a) gapped up and just moved over 5 minute opening range breakout b) premarket active and moved over premarket highs I will use above 2 scripts for intra day scanning I have s...
0
votes
1
answer
3223
views
asked 8 years ago by
Category: Stock Scanners
I have noticed that some stocks sleep in a range between earnings announcements.  Frequently they begin to trend heavily ahead of announcements.   Is there a way to scan for " earnings X days ahead" ?
0
votes
9
answers
913
views
asked 8 years ago by
On an uptrend (>200 SMA), I'd like the signal to be that it pulls backs to 21 EMA or 50 EMA when it hooks up from 20. Is this the logic: SimpleMovingAve(“length” =200) is less than or equal to close and MovAvgExponential(“length”=21) is greater t...
1
vote
1
answer
322
views
asked 8 years ago by
Category: Stock Scanners
Hello Mr. Hahn, I hope you're doing well, I would like to be able to scan in TOS for equities that are above a 50 level on the Aroon Indicator, the following is the study as presented on thinkorswim.   input length = 25; Assert(length > 0, "'...
0
votes
4
answers
403
views
asked 8 years ago by
I'd like this stochastic to cross down from 80 (overbought) and display a signal, but it's not plotting at all. What am I doing wrong? See attached file Are there more sound that just bell? What other sounds may I change to? How do I have it display...
1
vote
1
answer
148
views
asked 8 years ago by
Category: Chart Studies
I am trying to plot two different EMAs on a lower study I am having trouble. When I just put one variable in the pot data the EMA will plot. But when I put two variables it doesn't work. Please help!   declare lower; def cc = ExpAverage(close, 1...
1
vote
2
answers
3597
views
asked 8 years ago by
Category: Stock Scanners
Hello everyone! I believe this could be easy but I am having trouble creating/modifying a script/scan that looks for stocks that meet the following criteria. Equities that Gap up, reverse to PDClose AND/OR Gap down, reverse to PDClose. The setup is s...
0
votes
3
answers
3940
views
asked 8 years ago by
Category: Strategy Guide
I'm using that feature "FloatingPL" on the thinkorswim platform, Which is nothing more than a Floating Profit/Loss histogram, Generated from a custom strategy Which through the function "AddOrder" indicates the points of buying and selling # # TD Ame...
0
votes
1
answer
416
views
asked 8 years ago by
I was able to export real time quotes to excel without problems, it worked very well So I was wondering if it's possible to Export real-time custom alerts to excel Whenever a certain condition is respected