heathhoyes |
Member, Platinum User, TeleChart
|
Registered User |
|
|
|
|
Gender: |
|
Wednesday, April 25, 2012 |
Thursday, December 31, 2015 12:07:01 PM |
10 [0.00% of all post / 0.00 posts per day] |
|
2nd time posting this.. usually get a response within a couple hours. So, I'm submitting again.
I am trying to create the formula that will pick up a decreasing stochastic signal line of 18.5,8 OR a recent crossover in the last 6 bars of Stochastic 18%K5 %D8
Here is what I have, but I getting formula error -
(avg(stoc18.5,8)<avg(stoc18.5.1,8)
OR
stoc18.5,6>avg(stoc18.5.6,8) and stoc18.5 <avg(stoc18.5,8))
- not sure if this last part covers any crossover in the last 6 bars?
Can someone please help?
Thank you.
|
I am trying to create the formula that will pick up a decreasing stochastic signal line of 18.5,8 OR a recent crossover in the last 6 bars of Stochastic 18%K5 %D8
Here is what I have, but I getting formula error -
(avg(stoc18.5,8)<avg(stoc18.5.1,8)
OR
stoc18.5,6>avg(stoc18.5.6,8) and stoc18.5 <avg(stoc18.5,8))
- not sure if this last part covers any crossover in the last 6 bars?
Can someone please help?
Thank you.
|
Bruce,
How does the linking work? If I have stocks that move about the same, is that when I could link them?
Or
Can I link them for any reason?
Also, once I link them, can I pull that linked group up like a watchlist? Scan that linked group?
Thanks, Heath
|
Both are not showing any info, is Worden fixing this?
|
I do not want to see his notes. When he posts something, it pushes my notes down. I only want to see my notes and no one elses.
Thank you
|
Bruce,
Great, I'll try that.
Thanks again.
Heath
|
Bruce,
Is there a way to put THEN in a formula?
Such as Stoc higher than 90, then a min of 80% of the 90 stoc, then a stoc above 90?
MAX(STOC12.3,15) > 90 THEN
MIN(STOC12.3,15) > (max high stoc*.80) THEN
MAX(STOC12.3,15) > 90
Thank you
Heath
|
Bruce,
Thank you!!!! That makes sense.
have a good one,
heath
|
Sorry here is what I tried.
maxh15(stoc12.3) > 80
and
minl25(stoc12.3) > 35
|
I am trying to write a PCF
max high of the stochastics over the last 15 days > 80 and lowest of stochs over 25 days > 35
I have tried
maxh15(stoc12.3) > 80 and minl25(stoc12.3)
This is not working.
Can you please help?
Thank you
|
|