Votes
Answers
Views
Question
0
votes
1
answer
912
views
asked 7 years ago by Kim Tim
Category:
Stock Scanners
Hi Pete, I entered this code in Study Custom for scanning, but it gave me error: "AddLabel is not allowed in this context". Please show how to fix this issue so it can scan for squeeze. Thanks! def squeeze = if(reference BollingerBands().”upperband” ...
0
votes
1
answer
146
views
asked 7 years ago by Murat Magzumov
Category:
Frequently Asked Questions
Hello Pete, I wonder if it is possible to extract a monthly report from TOS showing trading statistics such as winning %, average profit and losing trades, profit factor etc? Thank you in advance! Murat
0
votes
3
answers
1202
views
asked 7 years ago by rock poth
Category:
Chart Studies
Hi, Pete. Have you made any post yet, about how to Create your own indicator (a .TS file)? I watched your one videos on the ttm trend indicator scan, and you just created an alert on your indicator when it went true. I didn't know if I wrote my own c...
0
votes
3
answers
2786
views
asked 7 years ago by Disher
Category:
Alerts and Notifications
Hello, I'm trying to set up alerts in Thinkorswim when a 30 minute candle CLOSES either at or above the upper weighted bollinger band or at or below the lower weighted bollinger band. The scripts that I keep trying to use are giving me several false ...
0
votes
2
answers
1191
views
asked 7 years ago by Andrew Lane
Category:
Alerts and Notifications
Anyway of adding up/ summing up non-continuous or non-contiguous bar values? I wanted to sum up close[16] + close [31] + close[46] , etc. for 50 times, not just 3. Tried def TF=15; def CumSum = fold i = 1 to Length with Sum15=close[1] do Sum + ...
0
votes
1
answer
192
views
asked 7 years ago by Ryan Sizemore
Category:
Chart Studies
In TOS can you create a study that will plot a 1, 2 and 3 standard deviations range on the chart? Looking for the high and low of those ranges on a daily time frame and up and being able to color code them. If you wanted to do a smaller time frame, ...
1
vote
1
answer
1034
views
asked 7 years ago by Jamison Gaddy ??
Category:
Watch Lists
Pete, TOS has an "impulse" indicator that paints the bars of a chart based on the present trend and momentum. This is a useful tool; however, when applying the method to multiple time frames it unnecessarily takes up too much screen space. Is it po...
0
votes
1
answer
192
views
asked 7 years ago by R N
Category:
Alerts and Notifications
Hi Pete, I'm trying to set up a scan to alert me when the daily volume for a stock (from my watchlist) crosses above 5% of the daily average volume only within the first hour of the trading day. I was able to make the below scans from your previous ...
0
votes
1
answer
98
views
asked 7 years ago by Doug
Category:
Watch Lists
Pete I can create a watch list using custom colors, thanks to you, and I can create a chart using custom time frames. I use a 395 min chart, which is exactly half of a normal trade day. But creating a custom colored watch list column for sayyy...Wi...
0
votes
2
answers
717
views
asked 7 years ago by Joel Dalmida
Category:
Watch Lists
Hello Pete, I’ve been searching to see if you’ve created anything similar to this request, but haven’t found anything at this point. My issue is this. I’m having to copy and paste multiple consecutive option strike prices for the same expirin...