Ç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.
Predictive And Successful Indicators
John Ehlers’ article in this issue, “Predictive And Successful Indicators,” presents the reader with three new indicators. The MetaStock formulas for these indicators are given here:
a1:= Exp(-1.414 * 3.14159 / 10);
b1:= 2*a1 * Cos(1.414*180 /10);
c2:= b1...
John Ehler's Laguerre Filter .Sevdiğim bir hareketli ortalamadır. Renk değişimi al ve sat koşullarını yaratır. Eğer opt etmek isterseniz (alpha:=0.2) değişkenine (0.2) yerine (opt1) yazılmalı. 0 ve 1 arası bir değer alır opt ederken 0,01 adımla opt edebilirsiniz.
INDICATOR BUİLDER FORMÜLÜ...
The formulas discussed by John Ehlers in his article in this issue, "Nonlinear Ehlers Filters," can be recreated in MetaStock 6.52 or higher. To set up these indicators, select the Indicator Builder from the Tools menu. Then click "New" and enter the formulas as listed here:
Ehlers Filters...
Hallo Piotr,
somewhere in the web I found the Ehlers Expert:
Ehlers Distant Coefficient Filter
ti:=Input("Input Filter Period",1,500,27);
pr:=MP();
coef:=Sum(Power(Ref(LastValue(pr+PREV-PREV)-pr,-1),2),ti);
Sum(coef*pr,ti)/Sum(coef,ti)
Ehlers Distant...
More PREV Stuff
To: "MetaStock List" <metastock@xxxxxxxxxxxxx>
Subject: More PREV Stuff
From: "C.S." <csaxe@xxxxxxxxxxx>
Date: Fri, 23 Mar 2001 10:11:37 -0800
Reply-To: metastock@xxxxxxxxxxxxx
Sender: owner-metastock@xxxxxxxxxxxxx
Just when I thought that I was...
----- Original Message -----
From: "Chris Montgomery" <chrismontgomery1966@yahoo.com>
To: <metastock@metastock.com>
Sent: Friday, August 16, 2002 10:42 AM
I am trying to use the system tester comparing multiple systems. I want to enter a historical date, ie 3 months...