Votes
Answers
Views
Question
0
votes
1
answer
40
views
asked 2 years ago by Davide Bianchini
Category:
Chart Studies
Hi Pete, I have a label of the total volume for the day, which displays it in unnecessarily long form, e.g., 315,774,788. This takes up too much space as a label. I would like to convert the number in the label to a short form (based on millions, wit...
0
votes
1
answer
144
views
asked 2 years ago by Rycin Pavao
Category:
Chart Studies
I am trying to create a thinkscript that shows vertical lines on the chart when the TTM Squeeze has negative up & positive down bars And No Vertical Lines When TTM Squeeze Has Positive Up Bars & Negative Down Bars. I added a picture to help e...
1
vote
2
answers
550
views
asked 2 years ago by Aaron B
Category:
Stock Scanners
Do you have code that would allow me to scan for Price-to-Sales Ratio (P/S) where I could enter a min and a max and have the results filtered to display that range?
0
votes
1
answer
61
views
asked 2 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!
0
votes
1
answer
266
views
asked 2 years ago by Paul c
Category:
Stock Scanners
Hello, I am trying to make a scanner that will alert me anytime the price of a stock passes above or bellow Bollinger band with the settings (CLOSE, 0, 12, -3.0,3.0,SIMPLE) for the 5,15 and 30 minute time frames intraday. It does not have to close ab...
0
votes
1
answer
477
views
asked 2 years ago by Equanimous Trading
Category:
Chart Studies
Hi Pete, When using the code linked below to plot vertical lines, they appear on my charts as dotted lines. Is it possible to augment the script so that when the study is double clicked the user is able to customize the following parameters (of the v...
0
votes
1
answer
121
views
asked 2 years ago by J G
Category:
Chart Studies
Hello, Is it possible to get all 3 TimeSeriesForecast lines on one chart for different time frames like 1 min, 5 min, 30 min all on the 1 min time chart? The inputs for the TimeSeriesForecast would be the same but for different period aggregations. T...
1
vote
1
answer
121
views
asked 2 years ago by Mick Dostie
Category:
Chart Studies
Hi, is it possible to hide the study coded if the wrong timeframe is used by the user? Say I want the study to be displayed on a 3 or 5 min chart and hide if outside of those agg period? Thank you!!
0
votes
1
answer
51
views
asked 2 years ago by Mick Dostie
Category:
Chart Studies
Hi, I would like to keep count of a "buy signal" that I have defined in a study on an intraday chart. So basically increment to 1 if certain conditions are met, then back to 0 is a "sell signal" is triggered or if a new day starts. Ex: rec count = if...
0
votes
1
answer
64
views
asked 2 years ago by Anthony DJBroG Guevara
Category:
Chart Studies
Just found this site by watching a tutorial video on YouTube regarding the watchlist. For the life of me I have been trying to find a way to automatically change my plotted levels (price level line) colors. Price above a price level turning green (su...