Votes
Answers
Views
Question
0
votes
1
answer
99
views
asked 7 years ago by Zachary Harrison
Category:
Chart Studies
Hi all I have a question about going backwards through chart data. The below line plots a line across the progressively higher highs over the chart data. rec highs = if isnan(high[1]) then double.nan else if high > highs[1] then high else highs[1]...
0
votes
2
answers
258
views
asked 7 years ago by Carlos Juice Zapata Jr.
Category:
Alerts and Notifications
Happy New Year Peter, I need an arrow and sound alert if possible using MovAvgWeighted the specs and examples have been attached. I need the arrow and sound to alert when EMA 5 yellow crosses the other two EMAs 85 and 75 red has to cross through both...
0
votes
5
answers
1131
views
asked 7 years ago by Gregory Wexler
Category:
Chart Studies
Hello - I'm trying to write a study that connects the lows between 2 or more candles with equivalent lows. I wrote this: plot PatternPlot5 = if (low[-1] == low or low[1] == low,low,DOUBLE.NAN); PatternPlot5.SetPaintingStrategy(PaintingStrategy.LINE_...
0
votes
1
answer
1485
views
asked 7 years ago by Andrew Lane
Category:
Chart Studies
How do we create categories on the Q&A Forum. I feel funny always posting my questions & comments under ScottTrade Migration,seems like I could create a category that would be more fitting, but it is a beginner question. I put in GetTime...
0
votes
2
answers
872
views
asked 7 years ago by Ryan Sizemore
Category:
Chart Studies
A couple questions regarding RSI. I have used the aggregate RSI code to show RSI on an hourly, daily, weekly (attached). My question is, can this be set up to have them all on one plot? If i'm looking at AMZN on hourly, I want to see the daily and we...
0
votes
4
answers
1282
views
asked 7 years ago by Rony John
Category:
Alerts and Notifications
Like when the background is red in color and the value is 0. I want an alert firing when value changes to 1 and green background.
0
votes
4
answers
1357
views
asked 7 years ago by Ryan Sizemore
Category:
Stock Scanners
Tags:
I can get the candles to match two of the four colors. Can anyone assist to make it all match? Here's the link to my semi-custom indicator [REMOVED BY MODERATOR]
0
votes
2
answers
483
views
asked 7 years ago by Ryan Sizemore
Category:
Stock Scanners
I'm looking to create a scan for stocks that meet the following criteria: A stock that is in a squeeze (on any time frame) Sector(s) that it belongs in (prefer it's in the top 10 holdings) and sector is in a squeeze Index that it is in whether it be ...
0
votes
2
answers
355
views
asked 7 years ago by Steve Randall
Category:
Stock Scanners
I used your code and broke it off into 4 separate codes but I have tried every night after hours to scan but get nothing on any of the scans. I don't know exactly how to fix it
0
votes
2
answers
166
views
asked 7 years ago by R N
Category:
Alerts and Notifications
Is there a way to receive an email alert or text whenever there is a change (stock added or removed) in the top 10 holdings of an ETF? Thank you.