Votes
Answers
Views
Question
0
votes
1
answer
148
views
asked 5 years ago by Steven Baumann
Category:
Chart Studies
I am trying to script a dynamic trailing stop on a daily chart. I can plot the current price with a horizontal line and plot a second line to follow as the price rises and falls. What I can’t figure out is how to get the second line to stop when th...
0
votes
1
answer
106
views
asked 5 years ago by James Walton
Category:
Stock Scanners
I'm trying to put together a scan from the documentation but I can't figure it out. All I really want to do is get the high low and close from the previous week and see is last is close to that point. I think I have most to fit but can't ...
0
votes
1
answer
263
views
asked 5 years ago by John Webster
Category:
Alerts and Notifications
Mr. Hahn, I have very much enjoyed your videos and insight. I am struggling with trying to create the proper alert. I am trying to create a signal using TOS when the MovAvgExponential (Close, 9, 0, No) crosses above the VWAP (-2.0, 2.0, DAY). I know ...
0
votes
1
answer
190
views
asked 5 years ago by Neeraj Gupta
Category:
Strategy Guide
Is there a script or Hot key where we can place a buy/sell order where we click on chart like when we do right click on chart then a menu appears with various option for BUY/SELL and the price would be same as place where you did right click?
0
votes
1
answer
183
views
asked 5 years ago by Jason Robinett
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
110
views
asked 5 years ago by Tuan Pham
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
71
views
asked 5 years ago by rup kaur
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
107
views
asked 5 years ago by Zachary Musso
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
137
views
asked 5 years ago by Ariel Chao
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
176
views
asked 5 years ago by Louis Tremblay
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 ...