Votes
Answers
Views
Question
0
1
132
asked 5 years ago by Robert Totland
Category:
Chart Studies
Hi Pete, I tried searching for this but I didn't have any luck. I want to plot the high and low for a specific time period, 15:00 to 16:15 for example, but I also want the line to only plot during that time period if possible. I'll show you what I tr...
0
1
151
asked 5 years ago by ChaosTrader63
Category:
Alerts and Notifications
Hello! I am trying to set up an alert on thinkorswim platform with the Williams%R. The W%R has an overbought level of -20 and an oversold level of -80. I would like to add an alert that signals when the indicator crosses and closes below -20 and anot...
0
1
1458
asked 5 years ago by Osama Raja
Category:
Stock Scanners
Hello, I have created a script that alerts for any stock price getting close to previous day's close. it work as far as I ave tested. However when I convert it to study I cannot use it for Aggregate Period 5 min. I can only use for aggregate Period ...
0
1
122
asked 5 years ago by Chan Dler
Category:
Stock Scanners
Hi Pete, I was wondering if you can provide a custom script to convert this study into a scan. Thanks. declare lower; # Inputs: Len(13); input Len = 14; input CIx = {default CI3, CI2}; #Plot1(100 * Log(Summation(TrueRange,Len)/(Highest(C[1],Len) – Lo...
0
1
136
asked 5 years ago by Scott Schmitz
Category:
Stock Scanners
Hi Pete, Is there a way to code a stock scanner so that at different times of day that it will adjust the amount of volume it looks for? I trade penny stocks and want liquid but not to liquid stocks to trade. At 9 I want at le...
0
1
211
asked 5 years ago by Shaishav Patel
Category:
Alerts and Notifications
Hi Pete, How to add the custom sound for the alerts? TOS has by default only four sounds. Is there a way to import custom wave files? Thank you.
0
2
131
asked 5 years ago by Shaishav Patel
Category:
Alerts and Notifications
Hi Pete, I have this code, I am getting bubble on each dot instead of just one bubble. How can I resove it? and I use this study on 15 min TF so can the bubble be moved forward automatically after the completion of four 15 min candles? If its p...
0
1
179
asked 5 years ago by Arlette Rosario
Category:
Stock Scanners
HI Pete, I have been watching your videos, they have been great help and learning process . I appreciate everything you do to help :) There is a way to find sctocks that has been consolidated for over 20 minutes on the 1min or 5 minute time Frame, so...
0
1
198
asked 5 years ago by S S
Category:
Chart Studies
Hello can you help me with the Script that draw line at 7 AM pre market open price. I did saw this def newDay = GetDay() <> GetDay()[1]; def start = newDay or SecondsTillTime(400) == 0; rec premarketOpen = if start then open else premarketOpen[...
0
1
551
asked 5 years ago by J Holt
Category:
Stock Scanners
Hi Pete, I'd like to scan for stocks where the closing price stays within a 1.5% band for 3 to 5 weeks. Is this something you can help with for Thinkorswim? Thanks, Jay