Forex



Go Back   Forex Trading > Downloads > Indicators - Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #11 (permalink)  
Old 07-13-2007, 08:56 PM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,270
mladen is on a distinguished road
Kase peak oscillator

Here is Kase peak oscillator
Attached Images
File Type: gif kasepicture-1.gif (13.0 KB, 1441 views)

Last edited by mladen; 07-21-2008 at 05:37 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #12 (permalink)  
Old 07-14-2007, 01:43 AM
wibitiens's Avatar
Senior Member
 
Join Date: Dec 2006
Posts: 260
wibitiens is on a distinguished road
Just wondering, is this indicator re-paint the past?
Thanks guys

Cheers,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #13 (permalink)  
Old 07-14-2007, 02:08 AM
fxnewbie's Avatar
Senior Member
 
Join Date: Jun 2006
Posts: 495
fxnewbie is on a distinguished road
Quote:
Originally Posted by wibitiens View Post
Just wondering, is this indicator re-paint the past?
Thanks guys

Cheers,
It doesen't
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #14 (permalink)  
Old 07-14-2007, 04:48 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
Trader.Online.pl® - MetaStock™ Zone - Peak Oscillator by Cynthia Kase
Kase Peak Oscillator

The PeakOscillator is unique among first derivative or "rate-of-change" indicators in that it statistically evaluates over fifty trend lengths and automatically adapts to both cycle length and volatility. In addition, it replaces the crude linear mathematics of old with logarithmic and exponential models that better reflect the true nature of the market.

Thus, the PeakOscillator is a self-optimizing indicator which need not be back tested for optimal inputs as these are self-generated. The PeakOscillator is unique in that it can be applied across multiple time frames and different commodities.

As a hybrid indicator, the PeakOscillator also generates a trend signal via the crossing of the histogram through the zero line. In addition, the purple KPeak histogram line indicates when the oscillator has reached an extreme condition. When the oscillator reaches this peak and then turns, it means that most of the time the market will turn either at the present extreme, or (more likely) at the following extreme.

The study consists of three indicators:

The PeakOscillator itself is rendered as a histogram.

KPeak is a purple line within the histogram signifying a market extreme.
The Blue Kpeak-Min line is a maximum of two standard deviations of the PeakOscillator value.
The Red PeakOut line is a minimum of two standard deviations of the PeakOscillator value.

Interpretation

The PeakOscillator is used two ways:

Divergence: The PeakOscillator may be used to generate traditional divergence signals. The difference between it and traditional divergence indicators lies in its accuracy.

PeakOut: The second use is to look for a PeakOut. A PeakOut occurs when the histogram breaks beyond the PeakOut line and then pulls back. A PeakOut through the maximum line will be displayed magenta. A PeakOut, which only extends through the PeakMin line is called a local PeakOut, and is less significant than a normal PeakOut signal.

These local PeakOuts are to be relied upon more heavily during sideways or corrective markets.

PeakOuts may be based on either the maximum line or the minimum line. Maximum PeakOuts, however, are rarer and thus more significant than minimum PeakOuts. The magnitude of the price move may be greater following the maximum PeakOut, but the likelihood of the break in trend is essentially the same. Thus, our research indicates that we should react equally to a PeakOut in a trendy market and a PeakMin in a choppy or corrective market.

Value
Indicates the value of each respective study variable.
Defaults:
# of StDevs – 2.0
Cycle Range Low – 8.0
Cycle Range High – 65.0
Scaling Factor – 50.0
__________________________

Kase Peak Oscillator

Per1:=Input("max length",10,100,30);
RWH:=(H-Ref(L,-Per1))/(ATR(Per1)*Sqrt(Per1));
RWL:=(Ref(H,-Per1)-L)/(ATR(Per1)*Sqrt(Per1));
Pk:=Mov((RWH-RWL),3,W);
MN:=Mov(Pk,Per1,S);
SD:=Stdev(Pk,Per1);
Val1:=If(MN+(1.33*SD)>2.08,MN+(1.33*SD),2.08);
Val2:=If(MN-(1.33*SD)<-1.92,MN-(1.33*SD),-1.92);
LN:=If(Ref(Pk,-1)>=0 AND Pk>0,Val1,If(Ref(Pk,-1)<=0 AND Pk<0,Val2,0));
Red:=If(Ref(Pk,-1)>Pk,Pk,0);
Green:=If(Pk>Ref(Pk,-1),Pk,0);
Red;
Green;
LN;
Attached Images
File Type: gif KasePeakOsc.gif (21.1 KB, 1433 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #15 (permalink)  
Old 07-14-2007, 08:14 AM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,270
mladen is on a distinguished road
Of Kase peak oscillator

Formula

Quote:
Kase Peak Oscillator

Per1:=Input("max length",10,100,30);
RWH:=(H-Ref(L,-Per1))/(ATR(Per1)*Sqrt(Per1));
RWL:=(Ref(H,-Per1)-L)/(ATR(Per1)*Sqrt(Per1));
Pk:=Mov((RWH-RWL),3,W);
MN:=Mov(Pk,Per1,S);
SD:=Stdev(Pk,Per1);
Val1:=If(MN+(1.33*SD)>2.08,MN+(1.33*SD),2.08);
Val2:=If(MN-(1.33*SD)<-1.92,MN-(1.33*SD),-1.92);
LN:=If(Ref(Pk,-1)>=0 AND Pk>0,Val1,If(Ref(Pk,-1)<=0 AND Pk<0,Val2,0));
Red:=If(Ref(Pk,-1)>Pk,Pk,0);
Green:=If(Pk>Ref(Pk,-1),Pk,0);
Red;
Green;
LN;
Is correct, but when you apply it you get a graph like this. Attached PDF document posted to this thread at post #6 by Kalenzo
Attached Images
File Type: gif e-w-Kase_Peak_Oscillator.gif (17.7 KB, 1023 views)
Attached Files
File Type: pdf Kase Peak Oscillator by Cynthia Kase.pdf (55.3 KB, 200 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #16 (permalink)  
Old 07-14-2007, 06:53 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
can anyone add Peak Min – Line (blue line, post 14 chart)?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #17 (permalink)  
Old 07-14-2007, 08:33 PM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,270
mladen is on a distinguished road
Quote:
Originally Posted by fxbs View Post
can anyone add Peak Min – Line (blue line, post 14 chart)?
I am afraid you are missled by Trader.Online interpretation of Kase peak oscillator
The indicator graph at your post is not a Kase peak oscillator, the formula they presented is correct but the indicator is something I do not know what.

Trying to guess "market extreme" is a thing it never had to do anything with this indicator. It would make it some kind of Silver trend or any "future predicting" indicator (it is impossible to achieve it without repainting), and Kase peak oscillator is neither of those. From my experience it is even lagging a bit, but that does not means it is less ussefull

Sorry to disappoint you, but, if you are looking for the indicator from the Trader.Online graph you are not looking for Kase peak oscillator

Last edited by mladen; 07-14-2007 at 08:41 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #18 (permalink)  
Old 07-14-2007, 09:16 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
Smile another 'misleading' KPO link

Kase And Company Inc.

The Kase PeakOscillator is a simple oscillator from which classic divergence signals are generated, but with two major differences. Unlike traditional oscillators, which are derived from moving average with set lengths, the Kase PeakOscillator is derived from a mathematically sound, statistical evaluation of trend, which looks at over 50 different trend lengths, rather than just two.

This oscillator, as well as its derivative, the Kase CD, catches many divergences which empirical momentum indicators miss. Another great feature of this oscillator is the PeakOut line. The PeakOut line is the level at which markets historically are in the top 10% of momentum. Which means that when the histogram breaks the peak-out line (as shown above) there is a 90% chance of a turn either on the current or next extreme
Attached Images
File Type: gif KasePeakOscill.gif (20.4 KB, 950 views)

Last edited by fxbs; 07-14-2007 at 10:57 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #19 (permalink)  
Old 07-14-2007, 10:08 PM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,270
mladen is on a distinguished road
Interprete me these lines, please :
Quote:
Val1:=If(MN+(1.33*SD)>2.08,MN+(1.33*SD),2.08);
Val2:=If(MN-(1.33*SD)<-1.92,MN-(1.33*SD),-1.92);
LN:=If(Ref(Pk,-1)>=0 AND Pk>0,Val1,If(Ref(Pk,-1)<=0 AND Pk<0,Val2,0));
Red:=If(Ref(Pk,-1)>Pk,Pk,0);
Green:=If(Pk>Ref(Pk,-1),Pk,0);
You have the source there
You have the formula there
Make your indicator please

Thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #20 (permalink)  
Old 07-14-2007, 10:09 PM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,270
mladen is on a distinguished road
Interprete me these lines, please :
Quote:
Val1:=If(MN+(1.33*SD)>2.08,MN+(1.33*SD),2.08);
Val2:=If(MN-(1.33*SD)<-1.92,MN-(1.33*SD),-1.92);
LN:=If(Ref(Pk,-1)>=0 AND Pk>0,Val1,If(Ref(Pk,-1)<=0 AND Pk<0,Val2,0));
Red:=If(Ref(Pk,-1)>Pk,Pk,0);
Green:=If(Pk>Ref(Pk,-1),Pk,0);
You have the source here
You have the formula there
Make your indicator please

Thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
kase peak oscillator, mladen forex, cynthia kase, peak oscillator, "kase peak oscillator", kase peak, Oscillator, "Cynthia Kase", kase oscillator, kase peakoscillator, cynthia a. kase, Kase Peak Oscillator mq4, peakoscillator, spearman


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cynthia Kase Thruline Indicators - Metatrader 4 26 05-28-2009 06:04 PM
GC Oscillator forexts Questions 4 07-21-2006 02:03 PM
APE Average Peak Excursion Indicator? PipRippy Indicators - Metatrader 4 1 04-17-2006 06:09 PM
Kase Peak Mq4 Kalenzo Commercial Trading Systems and indicators 0 03-16-2006 07:18 PM


All times are GMT. The time now is 05:00 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.