Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
109
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, A while ago, you provided the code below for a chart label. I wanted to know, how can we modify the code to only begin counting from the 52 week high.   input percent = 50.0; def percentCloseWithinRange = if (high – low) == 0 then 0 ...
0
votes
1
answer
1246
views
asked 5 years ago by
Category: Stock Scanners
I am trying to write an EOD scan in thinkscript to find positions that have two consecutive daily up candles, with the second day candle being at least twice as big as the previous one. I was thinking maybe a percentage adjustable volume increase fro...
0
votes
1
answer
143
views
asked 5 years ago by
Category: TS Solutions
Hello Pete, I been working on one custom indicator on Trade station where it put Trend Line at the High and Lows of time range ,also put a Text at High and Low value with Total range (High – Low) ,and it should work on any minutes chart , Here is so ...
0
votes
1
answer
310
views
asked 5 years ago by
Category: Watch Lists
Hi Pete, I'm interested to have one of the default strategies of Thinkorswim named "RSITrend" on my watch list. I have attempted to create this based on the video I have found, but it was challenging as there are two "sell" condition (RSI_LX and Tren...
0
votes
1
answer
55
views
asked 5 years ago by
Category: Chart Studies
Hello, I was wondering if it was possible to execute a strategy on a specific day of the week.  If I only want my strategy to backtest trades on say Tuesday vs all market hours, is this possible?  I have played around with thinkscript and so far I ha...
0
votes
1
answer
764
views
asked 5 years ago by
Category: TS Solutions
I recently switched to Tradestation from Thinkorswim because I was unable to use the ATR Trailing stop indicator for conditional orders. Now that I am exploring Tradestation I have been unable to accomplish this so far. I can once again use it as an ...
0
votes
1
answer
229
views
asked 5 years ago by
Category: Strategy Guide
Somebody recently shared this indicator in the group im in. https://usethinkscript.com/d/16-opening-range-breakout-indicator-for-thinkorswim .After looking it up I found that Hahn also posted a similar indicator. What are the downside to these? i saw...
0
votes
1
answer
175
views
asked 5 years ago by
Category: Strategy Guide
Aloha Pete, First thank you. I have learned a great deal about scripting from you. I'm trying to figure out a way to implement labels for past performance of the floatingpl()  and addorder() functions. I have done extensive backtesting for some of my...
0
votes
1
answer
407
views
asked 5 years ago by
Category: Watch Lists
Hello Pete, I couldn't find if this question has been answered. How do you create watchlist column that calculates percentage change from open to close? Similar to normal percent change, If positive then text will be green, If negative then text will...
0
votes
1
answer
229
views
asked 5 years ago by
Category: Chart Studies
Hello Mr Hahn & Merry Christmas; I would like your review/guidance related to a Stochastic Momentum Index Scan i'm working on. The idea is when the SMI (light blue) line crosses the SMIAVG (purple dash line) above and below the value of 50 (this ...