Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
SVAPO or "Short term Volume And Price Oscillator", is my oscillator based on price and volume, looking at the relationship between these two components in an up trending and a down trending market. I like the name SVAPO, because it also starts with my initials...
Here is the formula for the deviation oscillator from William Cringan's "Zigzag Targets" in this issue.
To input a new formula into MetaStock, select Indicator Builder from the Tools menu, select New, and enter the following formula:
Zigzag Targets
x:=Input("number of time periods in...
David Landry Historical Volatility
Num:=Input("Number Of Periods For Numerator",1,100,4);
Den:=Input("Number Of Periods For Denominator",2,1000,100);
Std(Log(C/Ref(C,-1)),Num)/Std(Log(C/Ref(C,-1)),Den)
David Landry Average Historical Volatility
Den:=Input("Number Of Periods For...
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
From: Paolo <italoarg76__at__yahoo.it>
To: <>
Date: Saturday, May 20, 2006, 11:25:58 PM
Subject: [EquisMetaStock Group] A Metastock Price Oscilator
Hi everyone!
My name is Pablo Bozzolo, italo-argentinean. I'd like...
rev. 01/21/97 Historical volatility is defined by Sheldon Natenberg, as the standard deviation of the logarithmic price changes measured at regular intervals of time. In Mr. Natenberg's book, Option Volatility & Pricing, he covers volatility in detail and gives theformula for computing...
Linear Regression Trendline with Standard Deviation/Error Channels/Bands, date-adjustable.
Linear Regression Trendline & Channels
{ Linear Regression Trendline & Channels v4.0 }
{ (c) Copyright 2004-2005 Jose Silva }
{ For personal use only }
{ http://www.metastocktools.com }
{ User Inputs...
David,
I will give it a try, at least how I see it. You should really go to a library to find a book on Basic Statistics. I have found that at least a basic grasp of statistics is essential to technical analysis so you can accurately judge if one indicator or system is really "better" than...
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
From: Paolo <italoarg76__at__yahoo.it>
To: <>
Date: Saturday, May 20, 2006, 11:25:58 PM
Subject: [EquisMetaStock Group] A Metastock Price Oscilator
Hi everyone!
My name is...