Votes
Answers
Views
Question
0
votes
1
answer
361
views
asked 6 years ago by Alvissome
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
168
views
asked 6 years ago by Nik Patel
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
1393
views
asked 6 years ago by [email protected]
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
145
views
asked 6 years ago by Juan Banderas
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
79
views
asked 6 years ago by kh amin
Category:
Stock Scanners
Hello, Can you please help me to code for scan where current 30 Min bar HIGH within 0.5 percent of Previous 30 Min bar LOW. Thanks in advance!
0
votes
1
answer
232
views
asked 6 years ago by Reicy
Category:
Chart Studies
Hi Pete, I’m trying to find a code to capture a single green candle that opens below VWAP and closes above VWAP. And for the VWAP to be uptrending 1-bar ago. Thanks
0
votes
1
answer
111
views
asked 6 years ago by Steven Bernal
Category:
Stock Scanners
I'm looking for a scan that can find stocks closing above their 5 period open assuming that I'd be only starting these scans on the weekend when there are 5 full trading days on the market (not including holiday weeks where maybe 1 or 2 days the mark...
0
votes
1
answer
241
views
asked 6 years ago by RK RK
Category:
Chart Studies
Hello , I have impressed and motivated a lot with your smart answers , In Think or swim ATR trailtstop indicator wirks best but some times it gives false signals and make tooo much choppy sometimes , would you help me any alternative for this to avoi...
0
votes
1
answer
210
views
asked 6 years ago by Juan Banderas
Category:
Chart Studies
Hello Pete, As we know in the market when volume drops price tends to fall as well. However, in some cases, this not always true and wanted to work with to create a chart label to show this behavior. There is an indicator that shows this behavior cal...
0
votes
1
answer
90
views
asked 6 years ago by Reicy
Category:
Chart Studies
Hi Pete, I’m trying to find a code to capture a single green candle that opens below two different SMA's (ex: SMA4 and SMA8) and closes above both of those SMA lines in the same day. And having them as a signal "Point @ Close" if cannot be done, the ...