Votes
Answers
Views
Question
0
votes
1
answer
71
views
asked 3 years ago by peter boston
Category:
Chart Studies
Hi Pete, I like to "show price as percentage". But by default, the 0% is not the previous (session day) close price/bar. Is there a way to easily or always set the previous day's close price as 0%?
0
votes
1
answer
71
views
asked 3 years ago by Billy Choi
Category:
Chart Studies
Is there a way to skip multiple definitions and calculations if a particular condition is met? For example, I have been having problems making volume-based calculations on SPX. Is there a way to skip entire lines of codes, where there are multiple de...
0
votes
1
answer
71
views
asked 3 years ago by Ariel Chao
Category:
Chart Studies
Hello Pete, Hope you're doing well and the market is treating you kindly! I was wondering if you could help me create a chart display label on the top left corner on TOS for the current parabolicSAR amount. Thank you for your help!
1
vote
1
answer
71
views
asked 2 years ago by Tommy
Category:
Chart Studies
hello kind sir I'm looking for a script to display a chart label for a exponential moving average (10) 's current price for premarket open and market open. Is that possible?
0
votes
1
answer
70
views
asked 5 years ago by lucius fox
Category:
Stock Scanners
Is there a way to run script only on these symbols /ES or /CL or /HG? And the script I am looking to run is something simple like this: ATR()[1] >= 0.25 I looked online and discovered if GetSymbol() but unsure if this is what I am supposed to be u...
0
votes
1
answer
70
views
asked 4 years ago by Grama GunnaSwamy
Category:
Stock Scanners
Can you please provide guidance for thinkorswim platform on how to write a stock scanner... which are within positive or negative 5% of the 20 day median value of the stock in the last 20 days? Thank you. Example.. Median of stock - 100. Stock is osc...
0
votes
1
answer
70
views
asked 5 months ago by Glynn Harris
Category:
Stock Scanners
I'm new to TOS and Forums; so please bear with me. I'd like to not reinvent the "wheel". I'm looking to create (or plagiarize) a scan that looks at a Simple Moving Average (SMA) of selected length is above another SMA of a selected length for a sel...
0
votes
1
answer
69
views
asked 2 years ago by Chan Dler
Category:
Chart Studies
https://www.hahn-tech.com/ans/chart-label-showing-status-of-higher-time-frame-rsi/ Hi Pete, Would you be able to create something similar to this link above but with PPS Buy/Sell trend status instead? I'm looking to add Multi timeframe label in the c...
0
votes
1
answer
69
views
asked 7 years ago by Juan Banderas
Category:
Stock Scanners
Is there a way to create a scan condition to bring back stock results that are not going through earnings?
0
votes
1
answer
68
views
asked 3 years ago by Ash Rotch
Category:
Chart Studies
Hello Pete, I need help with code that highlights (show default color) of each High of day candle on a multi-day chart. Right now the current code I have only shows it for the "HIGHEST" candle on the entire chart. How can I modify this code to...