[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Are you from Norway ?



PureBytes Links

Trading Reference Links

<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META content='"MSHTML 4.71.1712.3"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#000000 size=2>Are there anyone on the list from Norway 
?</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>Want to discuss stocks and options in this 
country.</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>:-) Best Regards,</FONT></DIV>
<DIV><FONT color=#000000 size=2>Marianne</FONT></DIV></BODY></HTML>
</x-html>From ???@??? Wed Jul 15 07:50:43 1998
X-POP3-Rcpt: neal@xxxxxxxxx
Return-Path: <owner-metastock-outgoing@xxxxxxxxxxxxxxxxxxxx>
Received: from freeze.metastock.com (freeze.metastock.com [204.246.137.5])
          by purebytes.com (8.8.4/8.8.4) with ESMTP
	  id GAA24097 for <neal@xxxxxxxxxxxxx>; Wed, 15 Jul 1998 06:57:59 -0700
Received: (from majordom@xxxxxxxxx)
	by freeze.metastock.com (8.8.5/8.8.5) id GAA19573
	for metastock-outgoing; Wed, 15 Jul 1998 06:38:03 -0600 (MDT)
X-Authentication-Warning: freeze.metastock.com: majordom set sender to owner-metastock@xxxxxxxxxxxxx using -f
Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.60])
	by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id GAA19566
	for <metastock@xxxxxxxxxxxxx>; Wed, 15 Jul 1998 06:37:58 -0600 (MDT)
Received: from escom ([195.121.87.23]) by smtp02.wxs.nl
          (Netscape Messaging Server 3.52)  with SMTP id AAAEA6
          for <metastock@xxxxxxxxxxxxx>; Wed, 15 Jul 1998 14:30:36 +0200
Message-ID: <001401bdafec$37de4c60$175779c3@xxxxx>
From: "A.J. Maas" <anthmaas@xxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Subject: Re: Bollinger Band Width
Date: Wed, 15 Jul 1998 14:11:20 +0200
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.2106.4
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx

See also previous mail("Bollinger Bands Explained" by the List-members)
WidthRange in Points is your formula(some of the others are given here too).
Do apply them on BOTH daily(bars) AND weekly data(bars).
Also use 10(days) instead of 20 for faster reactions.
You'll be suprised from the results.

Then use combined with CMO(20) or LinReg(14 or 20) for the moves' direction.
>From backtesting have noticed that LinReg doesn't always predict right, roughly
60-70% it is, though. You can also combine with MACD or any combination of
short term MA's(crosses that is, Golden+Dead).   

Bollinger Bands-Upper Band 20(#110)
Mov( C,20,S)+(2*(Stdev(C,20)))

Bollinger Bands-Lower Band 20(#111)
Mov( C,20,S)-(2*(Stdev(C,20)))

Bollinger Bands-Middle Band 20(#112)
Mov( C,20,S)

Bollinger %B-Price Residing Point 20(#113)
((C+2*Std(C,20)-Mov(C,20,S))/(4*Std(C,20)))*100

Bollinger Bands-Band Width Ratio 20(#114)
((Mov( C,20,S)+(2*( Stdev( C,20))))-( Mov( C,20,S)-(2*( Stdev( C,20)))))/Mov( C,20,S)

Bollinger Bands-Band Width-Range in Points 20(#115)
Fml("#110")-Fml("#111")
or use:
Mov( C,20,S)+(2*(Stdev(C,20)))-Mov( C,20,S)-(2*(Stdev(C,20)))

Bollinger Bands-Band Width Range-ROC in % 20(#116)
ROC(( Fml("#110")- Fml("#111")), 1, %)

Regards,
Ton Maas
Ms-IRB@xxxxxxxxx


-----Oorspronkelijk bericht-----
Van: Steve Karnish <kernish@xxxxxxxxxxxx>
Aan: MetaStock-List <metastock@xxxxxxxxxxxxx>
Datum: woensdag 15 juli 1998 5:05
Onderwerp: Bollinger Band Width


>I'm horrible at programming language for formulas.  Can anyone
>help me with a simple formula to track the daily width of a 20
>period Bollinger Band 
>(a simple line defining the "spread" between the top and bottom
>band would be great).  I'm trying to track the net difference of
>the bands as they narrow and widen.  Recently, with help from
>the forum, I was able to formulate Bollinger Bands into a
>Histogram.  Suddenly, the bands started to  make a lot more
>sense.   This new "look" compliments work that I do with
>regression oscillators, RSI, % of R, and candlesticks.  New
>tools are great, especially when they point to profits.  
>
>Thanks to any and all that can help,
>Steve Karnish
>CCT 
>
>