Questions (2347)

Votes
Answers
Views
Question
0
votes
1
answer
392
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, How do I scan for the 1-2-3 Top and Bottom Reversal? Please see attached file for an example of a 1-2-3 Bottom Reversal. Point 3 cannot be lower than Point 1. Vice versa for 1-2-3 Top Reversal. The code is complicated. Please help. Thank you...
0
votes
2
answers
242
views
asked 7 years ago by
Hi Pete, As always, Thanks much for all the effort you put in educating us by examples. I'm just trying to create a basic realtime sound alerts on the RSI column in watchlists. I just needed to be sound alerted when the RSI hits 35 and 75. This is pr...
0
votes
1
answer
1940
views
asked 7 years ago by
Category: Chart Studies
Hi Pete. I'd like to be able to figure out how to create a way to automatically count waves. This could be either Elliot Waves, or better yet the way that Top Dog Trading counts them (Dr. Barry Burns). Top Dog Trading has an indicator that does this,...
0
votes
9
answers
172
views
asked 7 years ago by
Category: Chart Studies
Hello all, I'm having trouble modifying a StochastichFull indicator that was customize for the FullD to change color when certain conditions are met. I tried to modify the code to add an alert and to use it with a scan, when the colors change from re...
0
votes
1
answer
338
views
asked 7 years ago by
Category: Stock Scanners
Hey Mr. Hahn could you tell me the code for both the Stochastic and RSI emerging from overbought and oversold conditions please? It would be a great great help!!! THANKS!!!!!   Editor's note: The title and URL of the question has been modified t...
0
votes
1
answer
104
views
asked 7 years ago by
Category: Chart Studies
Hello, I need a study that plots the closing price of the stock when the SlowK indicator crosses above the SlowD on the StochasticSlow indicator. Here is what I have so far: def KoverDcross = StochasticSlow()."SlowK" crosses above StochasticSlow()."S...
0
votes
2
answers
493
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, Please help setting up scan for Buy and Sell with following conditions: Scan for Buy: KPeriod and DPeriod must both be below "20" (over_sold) and cross over. Scan for Sell: KPeriod and DPeriod must both be above "80" (over_bought) and cross ...
0
votes
1
answer
133
views
asked 7 years ago by
Category: Strategy Guide
Good Morning! This is great! After watching your "Autotrade almost" video I decided to put together something and noticed it works - but once its triggered it executes not on the opening of the next bar. Instead it executes sometime on the current ba...
0
votes
1
answer
325
views
asked 7 years ago by
Category: Stock Scanners
Hello, I'm a huge fan of your MACD  and Stochastic Scan...but it only gives me buy alerts...Could you tell me how to write the code for the sells? Is it in the Plot section? Editor's note: The title and URL of this question has been modified to bette...
0
votes
1
answer
75
views
asked 7 years ago by
Category: Strategy Guide
How do I refresh a conditional order after its completion? As well as, since the order is a sequence, will it refresh itself after the first order is carried out, or after the entire sequence? Thanks!