Questions (864)

Votes
Answers
Views
Question
0
votes
1
answer
37
views
asked 1 year ago by
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
113
views
asked 1 year ago by
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...
0
votes
1
answer
302
views
asked 1 year ago by
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
210
views
asked 1 year ago by
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
39
views
asked 1 year ago by
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
105
views
asked 1 year ago by
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...
0
votes
1
answer
26
views
asked 1 year ago by
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
56
views
asked 1 year ago by
Category: Chart Studies
Hi Pete, I have a simple label that I would like to only appear before 9:30am. After 9:30am, I would like this label to hide/disappear from view, as it is no longer needed. I will use a simple example with the following code;   input recentBars ...
0
votes
1
answer
83
views
asked 1 year ago by
Category: Watch Lists
Hello man, I need your help for a simple code to TOS screener to find or to set a column for FCF/share and Total cash and short term/share in relation with the current price in a porcentage base. For example, if the FCF/share of the company X is 10 a...
0
votes
1
answer
230
views
asked 1 year ago by
Category: Stock Scanners
Please explain the exact use of the "Offset:" and "within" settings when working within the Edit Condition box. I've viewed a few videos which demonstrate the Offset number being changed but I have not been able to find the use for the "within" setti...