Questions (2351)

Votes
Answers
Views
Question
0
votes
9
answers
853
views
asked 7 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
314
views
asked 7 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
364
views
asked 7 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
137
views
asked 7 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
3471
views
asked 7 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
3725
views
asked 7 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
387
views
asked 7 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
1
vote
1
answer
1157
views
asked 7 years ago by
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
votes
1
answer
556
views
asked 7 years ago by
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?
0
votes
1
answer
94
views
asked 7 years ago by
Category: Stock Scanners
Hello everyone! I am having trouble creating a scan that looks for stocks that are within 7% of the 20 day high but I also need the scan to look for stocks whose 10 EMA has been above it's 25 EMA consecutively for the past 20 days. Thank you so much!