Votes
Answers
Views
Question
0
1
469
asked 8 years ago by Joseph Lavelle
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
2
3116
asked 8 years ago by kas hili
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
1
3223
asked 8 years ago by Larry Cooper
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
9
913
asked 8 years ago by Kim Tim
Category:
Alerts and Notifications
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
1
322
asked 8 years ago by Marco venegas
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
4
403
asked 8 years ago by Kim Tim
Category:
Alerts and Notifications
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
1
148
asked 8 years ago by Mike D'Antonio
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
2
3597
asked 8 years ago by Andrew Page
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
3
3940
asked 8 years ago by QWERTY POIU
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
1
416
asked 8 years ago by QWERTY POIU
Category:
Alerts and Notifications
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