Votes
Answers
Views
Question
0
1
171
asked 7 years ago by Rachid Brah
Category:
Stock Scanners
Tags:
Hello Pete, Sorry for the double posting. I tried to add the picture in the previous post in the answer box, but I got an error message saying that I need to write something, but I could not do so because I could not click anywhere to write. I re-pos...
0
2
896
asked 7 years ago by Luis Morales
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
4
1172
asked 7 years ago by Andrew Lane
Category:
Alerts and Notifications
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
1
109
asked 7 years ago by Charles Alexander
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
1
150
asked 7 years ago by anthony tremarco
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
1
903
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
1
142
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
3
1196
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
3
2766
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
2
1183
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 + ...