Votes
Answers
Views
Question
0
1
60
asked 5 years ago by T. Steve Quach
Category:
Alerts and Notifications
Hi Pete, I try to set Alert using Study Mode. But not all study are included in the Menu. For Example, Demand index is not on the Alert-Study menu. How do I add the Study to the Alert-study Menu. Thanks
0
1
386
asked 5 years ago by [email protected]
Category:
Strategy Guide
Thinkorswim has a study on Bollinger upper and lower band crossovers for short and long entries, but not for the Midline. I have been trying to code a strategy on the 4hr chart. Each time a 4 hr bearish candle crosses and closes below the Bollinger B...
0
1
649
asked 5 years ago by Arun NY
Category:
Stock Scanners
Why does TOS use Compound Value function in their code for the RelativeStrength Study instead of a simple code as follows: def rStrength = close/close("SPX") ; Plot ans = rStrength;
0
1
276
asked 5 years ago by Bruce Windsor
Category:
Sierra Chart Solutions
I use a range bar chart for analysis. I also use volume as a large part of my analysis. However on a range bar chart volume is difficult to compare because the time between bars is always changing. Therefore I wish to divide volume by the Sierra indi...
0
1
314
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
114
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
110
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
222
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
218
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...