Questions (65)

Votes
Answers
Views
Question
0
votes
1
answer
213
views
asked 5 years ago by
Category: Stock Scanners
I am in condition wizard and looking for the conditions to create a scan when stochastic k crosses above d when in oversold area and when k crosses below d in overbought area.  What conditions do I chose to make this work?
0
votes
1
answer
142
views
asked 5 years ago by
Category: Stock Scanners
Tags:
Previously in Stochastic MACD scan the line of code: DownSignal = if downK or downD then OverBought else Double.NaN; How do I add one more condition to include in the scan the value of angle between %K & %D. Trigonometric function like Tan Theta?...
0
votes
1
answer
98
views
asked 5 years ago by
Category: Chart Studies
Mr. Pete, I'm glad you are recovering well. I'm trying to write a script that uses the full stochastic to mark cycle highs and lows. The definition of the high is %D crosses above 45 and then back below 55 and the low is marked by %D crossing below 4...
0
votes
1
answer
141
views
asked 5 years ago by
Category: Chart Studies
Hi Hahn, I'd like to have the EhlersStochastic that TDA has and plot the price on the chart when buy and sell arrows are triggered for its respective candle. Low price for the buy signal and close price for the sell signal. Thanks!
0
votes
1
answer
164
views
asked 5 years ago by
Category: Stock Scanners
I would like to use the scan from the ToS MACD and Stochastics example video for daily scans.  However, since I am not a professional trader there might be days when I can't run the scan and therefore I would like to scan for the MACD/stoch trigger e...
0
votes
1
answer
446
views
asked 6 years ago by
Category: Chart Studies
Hello all, I did not know where to start in creating labels for this indicator. I would like to have 3 separate labels for each one, that reflects its current value and color (Red/Green). It will show something like this: "RSI" in RED or Green, based...
0
votes
1
answer
328
views
asked 6 years ago by
Category: Stock Scanners
Please help me to setup the Custom Scan with the following and added to watchlist . This is my Requirement and I will buy long based on all the 3 conditions are True. It's really difficult to go each individual  stocks which meet my requirements. I w...
0
votes
1
answer
143
views
asked 6 years ago by
Hi Pete,  I truly appreciate all you do for the trading community.  I have several alerts that I use for my watchlist, but the issue with the existing code is the use of  'def ' .  The alert only happens one time per day instead of every time the con...
0
votes
1
answer
279
views
asked 6 years ago by
Hello, I want to set up an alert trigger for when the combine signals of these 3 indicators are in agreement for. I just cant seem to get the code just right to trigger the signals just right, please see blow: def rsi1 = if reference RSI(length = 14)...
0
votes
1
answer
112
views
asked 6 years ago by
Category: Watch Lists
Pete Hi. I did not see any parabolic nor stochastic Custom Watch mods so I was hoping you can help by looking at this at tell me what I am doing wrong. def parabolicSAR = close [1] < parabolicSAR [0] ==close > ParabolicSAR; plot scan = paraboli...