Votes
Answers
Views
Question
0
votes
3
answers
1218
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
2839
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
1223
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
200
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
1062
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
203
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
99
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
749
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...
0
votes
5
answers
2107
views
asked 7 years ago by Debjyoti Paul
Category:
Alerts and Notifications
Tags:
Hi Hahn, first of all I would like to thank you as I'm learning alot through this page. I had a question about getting alerts on watch list based on study. I am using a study which triggers an up tick during long buy and I want to be alerted on mobil...
0
votes
1
answer
1539
views
asked 7 years ago by Scott Blomenkamp
Category:
Strategy Guide
Hi Pete, hope you can guide me on this I am sure this is a simple one. I thought my label is correct but I get a error. Here is the code. input length = 10; def N = reference ATR(length = length); def trailStopPrice = close + (2*N); #def trailStopPri...