Questions (2380)

Votes
Answers
Views
Question
0
votes
1
answer
517
views
asked 7 years ago by
I was looking at volume divergences. Sierra has something they call a "divergence detector" but it give too many signals. Is there a simple way to get a signal when volume has a divergence? Thanks..
0
votes
1
answer
129
views
asked 7 years ago by
Category: Chart Studies
hi hahn, you're a programming genius. thanks for all of the information..  i'm looking for a function/study  that tells me when the SMA is no longer increasing or ( inversely decreasing ), i.e.  SMA (20 period) is no longer ascending in price. simili...
0
votes
1
answer
406
views
asked 7 years ago by
Trying to use the Strat_Ichimoku Strategy as an alert in TOS but when I put the code in it says "rec usage not allowed in this context". Is there a tweak to this code to allow it to be used as an alert? If would be very helpful.
0
votes
2
answers
2602
views
asked 7 years ago by
Category: Stock Scanners
Opening Range Break Out code for the 5 minute chart. can any one help
0
votes
2
answers
4628
views
asked 7 years ago by
Category: Stock Scanners
Hello, I currently have a pre-market gap scanner I feel that is inefficient; it's not pulling enough stock that are down about 2.0% or more in pre-market. At times it returns stocks that are gapping up - which I find weird. Is there a way I can refac...
0
votes
1
answer
1409
views
asked 7 years ago by
Category: Stock Scanners
Do you have a TOS script built for the break above the cloud
0
votes
1
answer
96
views
asked 7 years ago by
Category: Chart Studies
Hello, let’s say I am going through a watch list of futures,  /ES and /HG. I want the study to do something separate for each future. For example, if the ticker is /es I want a point plotted at (close * 1.1). If the ticker is /hg I want a point plott...
1
vote
3
answers
2003
views
asked 7 years ago by
Category: Chart Studies
Hi, My script finds a specific date and then I am able to know how many bars ago that happen. Then, using getvalue I can retrieve the close of that day which is used later. That works fine in daily charts. I know that in intraday charts I need to use...
0
votes
1
answer
128
views
asked 7 years ago by
Category: Stock Scanners
Hello, I am trying to make a scan for something is that not equal to one of my criteria. I will use some demo code in this example.   def pop = (close[1] * 1.2)  < close and volume > 100000; I need to scan for something where there was the...
0
votes
2
answers
182
views
asked 7 years ago by
Category: Strategy Guide
Thanks for excellent videos especially Autotrade Almost! Inside there was a way to configure an entry/exit if for example MACD crosses and EMA's cross within X bars But within the bars, it doesn't consider which order. It can enter at the MACD cross ...