Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
102
views
asked 1 year ago by
Category: Stock Scanners
Hello Peter, I need help with my scan. I want at least a minimum of 3 consecutive prices close above le previous price condition. And my scan responds when the price clove below the previous close. I think this will require a while loop. With the wiz...
0
votes
1
answer
61
views
asked 1 year ago by
Category: Strategy Guide
Hello Pete, I hope you are doing well. I have tried to do study based order with TOS using HiLoActivator. Had the settings for MKT, GTC, 15 min chart, extended hours unchecked on both sides buy and sell. The set up was to open if it crosses above the...
0
votes
1
answer
60
views
asked 1 year ago by
Category: Strategy Guide
Is there anything wrong with below script that is not working with conditional order? declare lower; def delta = close(period = aggregationPeriod.FIVE_MIN) - close(period = aggregationPeriod.FIVE_MIN)[1]; def deltaClose = deltaClose[1] + delta; def p...
0
votes
1
answer
112
views
asked 1 year ago by
Category: Chart Studies
I have an inside bar indicator I love to use but I was looking for some help in only showing the bar when the RSI is overbought or oversold.  I hope this is quick and easy and I always appreciate all the help!     #hint: double inside day -...
0
votes
1
answer
154
views
asked 1 year ago by
Category: Chart Studies
Hello Mr. Hahn, Would it be possible to code an indicator with an alert when a Heikin Ashi candle has wicks on both sides. This should happen on candle close. I believe this is feasible because we can determine when a candle is a candle with only a t...
0
votes
1
answer
88
views
asked 1 year ago by
Category: Stock Scanners
Hello, Lets say SPY has moved 1% pre-market. I want to get a list of stocks that have moved 3% or more up or down pre-market. Lets say SPY has moved 2.2% pre-market. I want to get a list of stocks that have moved 6.6% or more during pre-market. So th...
0
votes
1
answer
71
views
asked 1 year ago by
Category: Stock Scanners
I would like to modify my scans to Exclude non-USA owned stocks.  I can display Company-address Nation, which shows the country and so I am hoping there is a way to filter our non-USA stocks.  Is it possible in TOS?
0
votes
1
answer
232
views
asked 1 year ago by
Category: Stock Scanners
Hi Hahn. I hope you are doing great.  I am looking for a very simple scanner script.  Last 5 minutes top gainer. I can place other conditions like price, volume etc. I will be grateful for any suggestions.  Thank you.  Stay safe.
0
votes
1
answer
91
views
asked 1 year ago by
Category: Watch Lists
Is there a way to create a watchlist column to show the number of consecutive bullish or bearish candles for a stock in the watchlist? Thank you.
0
votes
1
answer
71
views
asked 11 months ago by
Category: Watch Lists
How would I display a stock's gap up or down during market hours as a dollar amount in a watchlist column?  Thank you.