Questions (2352)

Votes
Answers
Views
Question
0
votes
2
answers
859
views
asked 6 years ago by
Category: Watch Lists
I wanted to know if it is possible to make a custom color coded watchlist for the TTM Trend. It would be similar to the TTM squeeze histogram. For example,  It would have different time frame column some being blue or red depending in the actual char...
0
votes
4
answers
1123
views
asked 6 years ago by
I want something to alarm me at the end of each bar, specifically 15 min, but I am using 1 min so I can test it.   It seems if I mention a function like Seconds from Time or GetTime, it does not work the alarm or sound alert at all.   declare once_pe...
0
votes
1
answer
106
views
asked 6 years ago by
Category: Stock Scanners
I am looking to create a scan that finds stocks with NO gaps for ALL N bars back. It's easy enough for me to finds gaps looking N bars back. There are built-in default scans that do this. It seems much harder to create a scan to find NO gaps for ALL ...
0
votes
1
answer
140
views
asked 6 years ago by
Category: Watch Lists
can I set up different color columns to alert me when the price is below, above and in the cloud for Ichimoku trading. is there a video that can be watched
0
votes
1
answer
840
views
asked 6 years ago by
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
127
views
asked 6 years ago by
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
1170
views
asked 6 years ago by
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
2625
views
asked 6 years ago by
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
1130
views
asked 6 years ago by
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
180
views
asked 6 years ago by
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, ...