SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Technical Analysis- Indicators & Systems

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Bill Sandusky who wrote (2231)7/28/1997 1:48:00 PM
From: TechTrader42   of 3325
 
Bill, Paul, Claud, Wolfgang and other BNSophiles: Here's a binary version of BNS that seems to work:

BNS Binary System:

Enter: fml("BNS Binary Indicator")=6

Exit: mov(c,9,e)<mov(c,21,e) and ref(mov(c,9,e),-1)>ref(mov(c,21,e),-1)

Alternate exit: ( c<mov(c,9,e) and ref(c,-1)<ref(mov(c,9,e),-1) ) AND
fml("Dave's New System") < 4

BNS Binary Indicator:

if(slope((((H+L+C)/3)-Mov(C,28,S))/(.015*Std(C,28)),3)>0,1,0) +
if(slope((((H+L+C)/3)-Mov(C,28,S))/.015*Std(C,28),3)>0,1,0) +
if(slope(cci(13),3)>0,1,0) +
if(slope(fml("MACD (5/35/4)"),3)>0,1,0) +
if(slope(stoch(8,5),3)>0,1,0) +
if(slope(OscP(13,55,E,% ),3)>0,1,0)

MACD (5/35/4):

1. mov(c,5,e) - mov(c,35,e)
2. mov((mov(c,5,e) - mov(c,35,e)),4,e)

Yes, I know -- I said I wouldn't tinker with BNS anymore, but that was my alternate personality (the one enamored of BNNS) speaking.

Brooke
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext