Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: davidb11
About
User Name: davidb11
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Thursday, September 24, 2009
Last Visit: Sunday, August 2, 2020 8:36:17 AM
Number of Posts: 9
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Retrace to 0.382 Fib
Posted: Tuesday, May 16, 2017 6:46:08 AM

Good morning Bruce,

Can you please review this formula as it doesn't seem to calculating properly.  I'm simply looking for a price retracement to the .38 fib extension. 

 

Thank you.

 

MAXH80.20-MINL20 AND
0.382*(MAXH80.20-MINL20) AND
MINL20+0.382(MAXH80.20-MINL20) AND
ABS(C-(MINL20+0.382*(MAXH80.20-MINL20)))
 

Topic: Horizontal Line
Posted: Saturday, May 2, 2015 3:37:19 AM

Thanks for the help bcochrane...really appreciate it. 

 

Topic: Horizontal Line
Posted: Monday, April 27, 2015 3:48:52 AM

Hi Bruce,

Is it possible to draw a horizontal line on an indicator and that line remain when I search different symbols? I would like to draw a dashed horizontal line on the Wilder's RSI indicator. 

Thanks,

Dave

Topic: PCF for rounded bottom trading
Posted: Thursday, April 9, 2015 6:10:54 AM
Hi Bruce,
 
I was searching for a pcf for Rounded Bottom Patterns and came across this one.  I copied and pasted the pcf but it comes up as an indicator.  How would I search for this pattern using this formula? 
 
The post was from Wednesday, April 24, 2013.
 
((0.5 * C) + (-0.5 * C1)) / 0.5 > ((0.5 * C1) +(-0.5 * C2)) / 0.5 AND
((0.5 * C1) +(-0.5 * C2)) / 0.5 >= ((0.5 * C2) +(-0.5 * C3)) / 0.5 AND
((0.5 * C2) +(-0.5 * C3)) / 0.5 >= ((0.5 * C3) +(-0.5 * C4)) / 0.5 AND
((0.5 * C3) +(-0.5 * C4)) / 0.5 >= ((0.5 * C4) +(-0.5 * C5)) / 0.5 AND 
 
((0.5 * C) + (-0.5 * C1)) / 0.5 <= 0.12 AND
((0.5 * C1) +(-0.5 * C2)) / 0.5 <= 0.12 AND
((0.5 * C2) +(-0.5 * C3)) / 0.5 <= 0.12 AND
((0.5 * C3) +(-0.5 * C4)) / 0.5 <= 0.12 AND
((0.5 * C4) +(-0.5 * C5)) / 0.5 <= 0.12 AND
 
((0.5 * C) + (-0.5 * C1)) / 0.5 >= 0 AND
((0.5 * C1) +(-0.5 * C2)) / 0.5 >= -0.12 AND
((0.5 * C2) +(-0.5 * C3)) / 0.5 >= -0.12 AND
((0.5 * C3) +(-0.5 * C4)) / 0.5 >= -0.12 AND
((0.5 * C4) +(-0.5 * C5)) / 0.5 >= -0.12

 

Topic: Industry Rank Indicator
Posted: Thursday, October 3, 2013 5:05:52 AM

Where can I find the "Industry Rank Indicator"?  Not sure if I mistakenly deleted it. 

 

Thanks,

Topic: Brothers Grimm
Posted: Wednesday, August 28, 2013 2:42:44 PM

Hi Bruce,

Can you please assist me with writing this PCF formula.  It is called the Brothers Grimm candle pattern. Here is an explaination that will hopefully help. 

It is a two candlestick pattern (both black candles) where the second black candle is as large or larger than the previous day and has dropped slightly below the first candle.  There should be considerable overlap of the two candles. 

Hope this helps. 

Dave

Topic: easy scan formula
Posted: Tuesday, August 13, 2013 5:41:52 AM
Topic: Bullish Kicker
Posted: Tuesday, April 2, 2013 5:34:17 AM

I&#39;m trying to write this formula for a Bullish Kicker but continue receiving an error.  Can you assist me please? 

Bullish Kicker
(O3-C3)/((.001+(H3-L3))>0.6)AND(O2-C2)/((.001+(H2-L2))>0.6)AND(O1-C1)/((.001+(H1-L1))>0.6)AND(C3<O3)AND(C2<O2)AND(C1<O1)AND(C>O)AND(O2<C3)AND(O1<C2)AND(O>O1)AND(C-O)/((.001+(H-L))>0.6)

Also, would you have a formula for a Dark Cloud Cover? 

 

Thanks in advance.

Dave

Topic: Stock Symbol
Posted: Sunday, December 16, 2012 5:29:57 AM

I was doing a search under the Materials Sector (XLB) then the sub-sector (US Steel Index) and noticed that Steel Dynamics (STLD) does not appear in the listing.  The stock does fall under the Steel Index so this piqued my curiosity. 

 

Thanks,

Dave