Questions (2376)

Votes
Answers
Views
Question
0
votes
1
answer
177
views
asked 5 years ago by
Category: Chart Studies
I have a simple backtest I'm trying to build that simply prints an arrow above the first candle the break out of the 5 minute opening range either high or low. I want to visually see it working before I move onto a strategy test. <code>def shor...
0
votes
1
answer
108
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, How would a scan be written looking for stocks that have been up/down at least .25% in the initial 30 minutes then reverse afterward? Thank you so much again!
0
votes
1
answer
69
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, Thank you very much for all the hard work for building up this community. I was wondering if there is any scan on thinkorswim for scanning the stock which opens in the previous days range or/and value area? Thanks Rup
0
votes
1
answer
105
views
asked 5 years ago by
Category: Strategy Guide
Good afternoon, Hope everyone is staying safe!  I've been trying to build a new AddOrder so that I'm completely cash at the end of the day if my indicator is "in" open orders that need to be closed, no matter the side.  I've included the current code...
0
votes
1
answer
134
views
asked 5 years ago by
Category: Watch Lists
Hello Hahn, Hope you had a great trading week! I was wondering if it's possible to create a watchlist that displays the RSI levels for multiple time frames. For example: AAPL - (15 minute RSI #) - (1 hour RSI #) AMZN - (15 minute RSI #) - (1 hour RSI...
0
votes
1
answer
165
views
asked 5 years ago by
Category: Watch Lists
Hi Pete, I had a previous question on the following Relative Strenght MA in this post https://www.hahn-tech.com/ans/relative-strength-ma-buysell-order/ Your help was appreciated! I'm trying to use it as a condition in a watchlist with the stochastic ...
0
votes
1
answer
232
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete I might be violating aggregation period, but if you can please review and advise.  Goal is to Scan this on 5 min (including extended hours checked) and result if the percent difference between these 2 fib levels meet. I can see the lines the ...
0
votes
1
answer
284
views
asked 5 years ago by
Category: Stock Scanners
Hi Peter, I am new to Thinkscript and I am trying to create a custom scanning criteria where it only shows stocks moving/ breaking above the premarket high on the 1 minute chart, I tried doing this myself but it has been a HUGE fail so far... If you ...
0
votes
1
answer
344
views
asked 5 years ago by
Category: Stock Scanners
Hello Pete, I posted a comment in my initial request but I do not see it posted, not sure if I did something wrong. I want to shorten the list of results for the previous scanner you did for me. I want to look for a doji candle and use the W%R VALUE ...
0
votes
1
answer
613
views
asked 5 years ago by
Category: Stock Scanners
I have been trying to create a scan that shows stocks that are below RSI of  30 and below lowerband of Bollinger Bands. I have some code for the charts that I want to mimic. But the RSI keeps bringing up stocks that are above the RSI of 30. I think I...