Questions (2347)

Votes
Answers
Views
Question
0
votes
1
answer
108
views
asked 2 years ago by
Category: Chart Studies
Hello Pete ,   I wanted to know if you could help me write a script that shows the current total volume on the day as a text (No bubble) on the close price of the current candle only.   If the volume is over 9 million, no longer display the...
0
votes
1
answer
124
views
asked 2 years ago by
Category: Watch Lists
Hi, i want see at option chain a column with IV percentile for each base option. I use this code on watchlist, but didn't work al option chain: def vol = impVolatility();  # dont work at option chain rec data = if !isNaN(vol) then vol else data[1]; d...
0
votes
1
answer
304
views
asked 2 years ago by
Category: Stock Scanners
I know how to do percent change scan in TOS but would like to know how to do a percent change scan within a specific time period in the past. For example: stocks with a percentage change increase more than 3% from 07.19.2021 - 07.25.2021. Thanks
0
votes
1
answer
95
views
asked 2 years ago by
Category: Chart Studies
Hi pete, This is my code for wavetrend. I did not find  previous Discussion about this indicator on your website. could you please help me to create a alert for me. If the red dot plotted below the green line means it is an uptrend. if it is plot abo...
0
votes
1
answer
224
views
asked 2 years ago by
Category: Strategy Guide
Hello Pete, Thank you for everything that you do. I have been reading through your site and have learned a lot. Really appreciate it. A quick question. I am trying to edit a moving average crossover backtesting strategy where the position is sold whe...
0
votes
1
answer
185
views
asked 2 years ago by
Category: Stock Scanners
Hi Hahn, I'm trying to make a scan to find all stocks that have the 50EMA within .5% of the VWAP and the +/- 1 & 2 standard deviations for more than 15 bars. I have my VWAP setup to show the +/- 1 & 2 standard deviations. I find that its like...
0
votes
1
answer
72
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, I'm trying to make a scan using a daily chart to find stocks going back historically, as long as possible. I'm looking for stocks that are up 75% of the time every January over numerous years. Is something like that possible?  I'm fiddling w...
0
votes
1
answer
108
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, Is it possible to create a scan that returns results where a selected variable of the current bar crosses above a selected variable of any bar within a predetermined range of past bars? Example 1: scan for the close of the current bar crossi...
0
votes
1
answer
111
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, How would you write a scan showing stocks with a minimum gain/loss of 0.50% after the initial 5 min from the previous day's close? Thanks again! Example: MSFT closed yesterday (9/16) on the 5-min at 305.24 while it closed today (9/17) after ...
0
votes
1
answer
110
views
asked 2 years ago by
Hello Pete, Forgive me if this has been already asked--I couldn't find it. Looking to see if it's possible to create an alert at the close of a Heiken Ashi 15 minute candle above or below a certain price level (that I set manually).   I called T...