Questions (2349)

Votes
Answers
Views
Question
0
votes
2
answers
246
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, To prevent so many results, I have a limiter set for the opening range breakout for Stock Hacker. However, this doesn't work when used in Option Hacker. Does TOS not set up to do this? Thanks!
0
votes
1
answer
246
views
asked 4 years ago by
Category: Stock Scanners
Is it possible to create a custom study where you can see that volume > open interest?   Thanks!
0
votes
2
answers
245
views
asked 7 years ago by
Category: Strategy Guide
Hello Pete, A quick question, if I may. I know that fully automated trading is not possible with Thinkorswim. At the moment, I submit a conditional order (thanks again to your great videos - I also made a donation today as a sign of gratitude), each ...
0
votes
2
answers
245
views
asked 7 years ago by
Category: Strategy Guide
Hi Pete, I was reviewing the ichimoku strategy, is there a way the change the exit from parabolic SAR to ATR trailing stop? I attached a link to the Ichimoku strategy for reference. https://www.hahn-tech.com/thinkorswim-strategy-ichimoku/ Thank you
0
votes
1
answer
245
views
asked 5 years ago by
Category: Strategy Guide
Hi, I'm having grief building a conditional order to sell when RSI of daily aggregation > 55. That much is pretty easy; this code will do it: input RSIlength = 4; input exitScore = 55; input RSIavg = AverageType.WILDERS; def price = close; def Net...
0
votes
1
answer
245
views
asked 3 years ago by
Hey everyone, I am having a bit of a rough time setting up alerts based on the simple moving average. I want my alerts to notify me when the close AND the open is above/below the simple moving average. I used the wizard condition trying to make this ...
0
votes
0
answers
244
views
Be first to answer!
asked 6 years ago by
Category: Stock Scanners
TOS Question Hope I can get some help with setting up a scan for or Call / Put OPTIONS from a selected list of stocks that satisfies the specified criterion of strike price being at X% Above or Below a selected EMA (50 Day or 100 Day etc). Currently ...
1
vote
1
answer
244
views
asked 4 years ago by
Category: Strategy Guide
Hey Pete!  As always, I very much appreciate your insight.  I have created a conditional order based on a study. For some reason on two occasions so far it did not buy when it should have.  It works on most stocks and orders but today I found another...
0
votes
2
answers
243
views
asked 7 years ago by
Hi Pete, As always, Thanks much for all the effort you put in educating us by examples. I'm just trying to create a basic realtime sound alerts on the RSI column in watchlists. I just needed to be sound alerted when the RSI hits 35 and 75. This is pr...
0
votes
1
answer
243
views
asked 4 years ago by
Hi Pete, I need help with creating a script that shows a Candle closes above previous high level, indicated by an up arrow on the bottom of the candle. And i also want to be notify with an alert sound- ring. You're the best Thanks.