Votes
Answers
Views
Question
0
1
109
asked 5 years ago by Mess Siya
Category:
Strategy Guide
Howdy, I am just learning how to code in thinkscript (no previous experience in coding). But after tinkering with other people's sample scripts coupled with few of my own, I was able to come up with some useful, albeit basic, strategies. So far, I ha...
1
1
270
asked 5 years ago by Pete Day
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
1
1588
asked 5 years ago by Dan C
Category:
Stock Scanners
Is there a way to add a condition to a scan that will eliminate any stock that is HTB or NTB on a desired short purchase in thinkorswim? To put another way, is there a way to add a condition to a scan that will only show stocks that are ETB on a desi...
0
1
550
asked 5 years ago by HariBansh Singh
Category:
Stock Scanners
Hahn, First of all thank you so much for your help for this community. I need your help creaing a scan with alert using below script. It is working 100% fine on study chart, but not working for Scan. I am getting "Exactly one plot expected" error. S...
0
1
132
asked 5 years ago by Tuan Pham
Category:
Watch Lists
Hi Pete, I'd like to track the performance of a stock/option after I add it to a watchlist. I'm thinking the best way is to track it from the date it was added? Is it possible for TOS to know the close on a specific date? Ex: Input startdate = 201911...
0
1
506
asked 5 years ago by Rick Hiett
Category:
Chart Studies
I want to be able to attach a chart bubble or arrow to a specific bar. For example, I want to attach a bubble to the highest high in the last 21 bars. I use recursion to find the highest high which gives me the bar count back. I try to drop that ...
0
1
135
asked 5 years ago by juan gomez
Category:
Stock Scanners
Hi Pete, I would like to be able to perform a mobile average scan which indicates that an exponential average of 52 periods is not more than 2% distanced from another exponential average of 79 periods. Thanks Pete
0
1
45
asked 5 years ago by BigBoy
Category:
Chart Studies
Hi everyone, Great resource and thanks for your hard work, Pete! Straight to the point, is it possible on TOS to only show specific days of the week on a chart, such as Friday only?
0
1
227
asked 5 years ago by raviraj
Category:
Strategy Guide
I would like to buy options on 5 min timeframe when the candle closes above vwap. the momentum should be moving up and price should be crossing 8 ema and DMI/ADX should be moving up.( to go long) stop should be close below the vwap. if you can ad...
0
1
186
asked 5 years ago by raviraj
Category:
Strategy Guide
I have seen most of the codes are for swings, do you have any code or indicator/strategy for day trading. Please let me know thx.