Votes
Answers
Views
Question
0
votes
1
answer
119
views
asked 5 years ago by Craig Habermehl
Category:
Watch Lists
Hello Pete I've been working on a W/L code from your video on a T/K cross for watch list. I was hoping you could help me finish it...I'm looking to add how many bars ago the cross happened. Plot myVariable = Ichimoku()."Tenkan" is greater tha...
0
votes
1
answer
439
views
asked 5 years ago by Alexander Ladyzhensky
Category:
Chart Studies
Hi Pete, I'm new to this. I watched your video on open and hidden divergence. I have a few questions:1. Do Macd and RSi divergence indicators complement each other or one of them is enough? 2. From watching your video I had an impression that a hidde...
0
votes
1
answer
213
views
asked 5 years ago by Momentum_ Hunter
Category:
Chart Studies
Tags:
Is there a way to easily add the aggregation period input to any indicator? I tried adding input period to the Rate of Change indicator, but it still only calculates based on the selected chart period. declare lower; input length = 14; input c...
0
votes
2
answers
235
views
asked 5 years ago by TJ D
Category:
Stock Scanners
Hi Pete Hope all is well Can you please help me set up a scan. I created a simple moving average (SMA ) crossover arrows. if 10 SMA crossed above the 20 SMA then Yellow arrow, and if the 10 SMA crossed below the 20 SMA then Purple arrow. what I am a ...
0
votes
2
answers
194
views
asked 5 years ago by Pearce Mullins
Category:
Chart Studies
Tags:
Hi Pete, I made this indicator https://tos.mx/3H7wbFH and was wondering if it works as intended. I want it to show the % of uptrending blue candles to red candles and I want it to show the average number of bars that the trend will last for. Thank yo...
0
votes
1
answer
113
views
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
vote
1
answer
270
views
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
votes
1
answer
1604
views
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
votes
1
answer
555
views
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
votes
1
answer
133
views
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...