Votes
Answers
Views
Question
0
1
3210
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
893
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
321
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
391
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
144
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
3555
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
3858
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
402
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
1
1
1186
asked 8 years ago by Mike D'Antonio
Category:
Strategy Guide
You know how you can write a custom script for conditional orders? How can you save the script order template (with the custom script) so you don't have to copy and paste the script every time you want to place that custom order? Thanks so much! :)
0
1
566
asked 8 years ago by Robert Martin
Category:
Watch Lists
I have installed the Thinkorswim Watchlist TTM Squeeze which is for a weekly chart squeeze. How can I duplicate this for a daily or hourly chart squeeze?