Votes
Answers
Views
Question
0
1
326
asked 5 years ago by Ak40 Steven
Category:
Chart Studies
So far this is what I Have so far, but it calculates total volume from the open . #Volume from Open to Intraday High (exclude premarket) def totaldayvolume = volume(period = "DAY"); plot data = if IsNaN(close[-1]) then totaldayvolume else Doub...
1
1
117
asked 5 years ago by Hilario Dsouza
Category:
Stock Scanners
Hey Pete, Happy New Year. Thanks for your video and the code on using Ichimoku to scan stocks -- https://www.youtube.com/watch?v=i8U6KqBMmGM . I was able to get the scan to trigger using TOS. The scan shows correctly for stocks as per the daily chart...
0
1
99
asked 5 years ago by Craig Thompson
Category:
Alerts and Notifications
I need an alert for when MACD 2 period value line crosses MACD 12 period value line. Thanks
0
1
114
asked 5 years ago by Ask Me
Category:
Chart Studies
Hi Pete, is it possible to have a chart label showing the Highest Volume Day on a Daily Chart and How much Volume on that particular day.. thanks.
1
1
230
asked 5 years ago by Peter Boivin
Category:
Stock Scanners
How would you write this custom scanner? I need a scan that is based on two minute interval. I need the 20SMA above the 200SMA and the close above the 20SMA. Then I need pattern of Green, Red, Green or Green, Red, Red, Green. Could you help me wi...
0
1
226
asked 5 years ago by pm 96950
Category:
Alerts and Notifications
Hi Mr. Hahn, I hope you are doing well. I wanted to ask if you could help me out with a script that could be applied to different time frames of a stock that would send an alert every time a price or candle crosses above/below a certain moving averag...
0
2
1083
asked 5 years ago by Rod Thorne
Category:
Watch Lists
Tags:
I have used RTD frequently to fetch price data into my Excel Watchlist, Today I created a Scan in ToS and named the results as a Watchlist which I pasted into the Excel Symbol column, but the price column using =RTD("tos.rtd",,"MARK",TEXT(UPPER...
0
1
220
asked 5 years ago by Byronfern S
Category:
Chart Studies
Hi Pete, is it posible to plot a line a the at the high of highest volume bar thanks.
0
1
291
asked 5 years ago by jimmy richardson
Category:
Watch Lists
I would like to create a watchlist with the number of days the price as crossed up through the 20 hull ma and keep a count its been there
0
1
64
asked 5 years ago by Carlos Serna
Category:
Stock Scanners
Pete, I saw this study, https://www.hahn-tech.com/ans/plot-text-where-volume-forecast-is-reached/, you provided an answer to and wanted to see if it can be converted to a scan so that when the VF50% is reached I can see those stocks. Thanks, Carlos