Questions (861)

Votes
Answers
Views
Question
1
vote
1
answer
126
views
asked 3 years ago by
Category: Chart Studies
I have the foundation of the script I think can work, but need help. As written, this script creates a red and a green line above the "active" candle, based on the ATR of the previous 14 candles (starting with the last completed candle). My question:...
1
vote
2
answers
125
views
asked 4 years ago by
Category: Stock Scanners
♥ 1
Hey Pete!  TOS is killing me with this one.   What I'm trying to do is find a stock where the close has passed the daily 50sma within 2 15 minute bars (intraday trading).   def dma = DailySMA(FundamentalType.CLOSE,AggregationPeriod.DAY,50,0...
0
votes
1
answer
125
views
asked 3 years ago by
Category: Stock Scanners
The following code creates a Green or Red arrow when the price moves above the SMA AND when the MACD crosses above zero. I want to create a scan to scan for present day stocks and historical stocks. Is it possible to run this in the scanner and scan ...
0
votes
1
answer
125
views
asked 2 years ago by
Category: Watch Lists
Hello Pete, I wanted to know if it was possible to have a Pre-market Low field on the watch list. I saw the one you had posted for afterhours but I was unable to adapt it for premarket low https://www.hahn-tech.com/ans/after-hours-only-high-price-wat...
0
votes
1
answer
124
views
asked 3 years ago by
Hi how are you man? I hope safe ! Do you know if is possible to set an alert related with the qty in the option times and sales? For example with the ES , set an sound alert every time than someone put a position of 300 or more. Thanks man!
0
votes
1
answer
124
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I am reviewing the MACD MTF you created in a previous post. The link to the post is: https://www.hahn-tech.com/thinkorswim-mtf-macd-scan/ I am trying to slightly modify the scan to search for MACD MTF signals ONLY when the initial green hist...
0
votes
1
answer
124
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, I looked in the forum and did not see this specific question. Can you write a script for a custom column that shows the ratio of today's pre market volume (7AM to 9:29AM EST) to the average daily volume (9:30AM to 4 PM) of the last X days (i...
0
votes
1
answer
124
views
asked 3 years ago by
Category: Watch Lists
Hi everyone, If my Watchlist is from a predefined scan query, how can I refresh it during the day? Thanks,
0
votes
1
answer
124
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, Could you please create a count of slow stochastics oversold similar to my RSI post, but this time instead of using bars, is it possible to use "Days" verbiage? The reason is because I use this on a 5-minute scale for scalp/day trading and i...
0
votes
1
answer
124
views
asked 1 year ago by
Category: Chart Studies
Greetings again sir, Im requesting assistance on a script for the daily chart displaying a horizontal line plotting the high and lows of daily candles with minimum of 5mil in vol that can be adjusted. Thank you