Kase Peak Oscillator

Kase Peak Oscillator

The Kase Peak Oscillator is made of statistical observation of prices over the last KPeriod. It automatically adapt its cycle to any timeframe or instrument by using a percentile rank of what happen now in comparison of the whole distribution of past values.

The KPeriod would be adapted to trade horizons.

 

 

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

  1. Bard • 04/30/2016 #

    Hi Nicolas,
    I found the original code for the Kase Peak Oscillator in Metatrader.
    The current public version uses predefined fixed values of 2.08 and -1.92 for the Peak Out line. As you’ll recall the KPO uses a 50 period cycle look back (looking for max values of the RWI Low and Highs) which allows it to use “a statistical measure of trend or serial dependency over a look-back length that adapts automatically to the most significant cycle length.”
    I also have the code for the Kase Permission Screen and the Kase CD (convergence/divergence) Indicator. Would you like me to post it here or add it to the conversation in post #5675 — Choppiness Index and Range Trading where I posted info about Kase’s PeakOscillator? There is also an improved version of the Kase Dev Stop using a RWI crossover.
    Cheers
    Brad

    • Nicolas • 04/30/2016 #

      You can create a new thread instead to keep things clear. Do you need new conversion to prorealtime from these new codes? 

  2. Bard • 04/30/2016 #

    Yes thanks, if you could, they’re in Metatrader and I think you will find them an improvement, particularly having the Kase CD as well. I’ll clean them up a bit so the lines and lines of spacing of between portions of the code are minimised.p.s. I posted on the indicator builder part of the forums earlier (Subject starts with “This looks interesting – this indicator measures how many ATR units…” The first post had a wrong bit of code but I couldn’t find it when i searched the forum, I reposted with the correct bit of code and now I come back to that Safari tab hours later and the text is still in the bottom of the window in the editor? So I looked for it but again but I can’t see it in the forum, so I posted it again… It occurs to me now that there may actually be 3 posts up now…. sorry if there is, (it’s the last one thats relevant).Cheers

  3. Bard • 04/30/2016 #

    p.s. Is there a way to send you a private message on this forum Nicolas?

    • Nicolas • 04/30/2016 #

      You can use the contact form in the help section of the navigation bar (top menu) of the website.

  4. Bard • 04/30/2016 #

     Cheers Nicolas, I sent an email earlier this evening.

  5. Bard • 04/30/2016 #

    Hi Nicolas, re-upping the coding request as you suggested for the genuine version of Kase’s Oscillator and Con/Divergence indicator. If you recall this is the one that had a statistical 78% leading signal entry accuracy (the indicator is accurate in signifying coming market turns) when tested on 47,000 days of data, or about 185 years in total. A higher accuracy entry will have a positive knock on effect on the more important aspects of money management risk/reward ratios, that can in turn increase trade size, and lower drawdowns. Thanks, Bard

    • Nicolas • 04/30/2016 #

      FYI: I found this other code in an old NL forum: 
      pri=Customcloselen=psmooth=catr = AverageTrueRange[len](pri)/// Kase Peak Osc ///RWH=(High-Low[len])/(atr*SQRT(len))RWL=(High[len]-Low)/(atr*SQRT(len))X=RWH-RWLpek=WeightedAverage[smooth](X)mean=Average[len](pek)sd=STD[len](pek)c1=(mean+(1.33*sd)) > 2.08c2=(mean-(1.33*sd)) < -1.92c3=pek[1] >= 0 And pek > 0c4=pek[1] <= 0 And pek < 0If c1 Thenv1=mean+(1.33*sd)Elsev1=2.08EndifIf c2 Thenv2=mean-(1.33*sd)Elsev2=-1.92EndifIf c3 Thenv3=v1Elsif c4 Thenv3=v2Elsev3=0Endif/// Kase CD ///pk=WeightedAverage[smooth](X)KCD=(pk)-Average[8](pk)Return pek as “Kase Peak Osc”, v3 as “Peak Osc Line”, KCD as “Kase CD”(p = length (30) ; c = smooth (3))

  6. Bard • 04/30/2016 #

    Thanks very much Nicolas, but I can’t post my reply here if I want to add a url link. When I added a URL link in my first original reply I inserted the url and this page then just jumped to the bottom of the page and every time I try to get back to this text field where I am writing this now  it jumps back to the bottom of the page? It’s impossible and very frustrating as I’ve never seen this problem with my Macbook + Safari on any other public forums I have used! I just refreshed this page to see if that helped thinking the cookie might at least save my original reply here (because I can’t access it due to the jumping page issue) but it’s an empty white text box and I have lost the text of my original reply… so I’m having to start my reply all over again. (What your reading right now is my second attempt and I won’t be able to add the url link I wanted).I am going to move this Kase Peak Oscillator, Kase CD and Kase Permission Screen to a new thread as you suggested.I was trying to reply to point out that the 2.08 and -1.92 for the Peak Out line are an incorrect work around to Kase’s original code which I emailed you on the 1st March. Pls see my very first comment above.CheersBard

avatar
Register or

Likes

avatar avatar avatar avatar
Related users ' posts
Nicolas
6 years ago
LRMA
LRMA
0
Indicators
rama what is the buy condition or sell condition for this can you suggest a code k1=1 buy and k1...
rama I would like to know at point 1 an alert or binary indicator so that I can place order
maxlys Bonjour Nicolas, merci pour ce code qui a l'air intéressant. Comment ajouter dans le code l'...
Bard Very interesting approach Vonasi! I'm getting a 404 error when trying to download though?
Vonasi I just tested and I was able to download with no error.
Psari Hi Vonasi, I am a newbie and was wondering whether you could possibly help me with this pro...
Vinks_o_7 Thanks again Vonasi !
Bard Thank you, this is a great tool @Vonasi, especially for those that used to like shorting Ind...
Aragorna Hi Vonasi, is there a reason why it does not work anymore in new version ePRT Platform? tha...
jiddan78 how to convert to afl amibroker ?
Nicolas We do not supply free coding assistance for AFL Amibroker on the website. You can ask for pa...
Ngomsi @ Vonasi, how to use timeframe , 13 minutes ,21 minutes, 34 minutes,et 55 minutes with this...
Theo D'accord merci
tobytarczy Hi, I have been looking for something like this. I have a f questions about the indicator. ...
tobytarczy Hi have been trying to modify the code you so kindly shared to reflect to the image you have...
sycomore Ça ne fonctionne sur aucune valeur, je dois être trop con...
Nicolas il faut appliquer l'indicateur sur le prix.
AntoGH Je crains de ne pas comprendre... Cela indique la probabilité de la prochaine bougie ou donn...
michaelben Bonjour Nicolas . Je cherche une strategie pour faire du trading automatisé. J'ai essaye ave...
manchokcity can we have it in mql4 platform? or how or which platform do we use it?
camporan I don't use MetaTrader so I won't be able to do the translation myself. Sorry!
Alexander9 This can for amibroker ? . Thanks
Nicolas
6 years ago
Tradingrob Hi Nicolas, i am not that of a coder.. Did you make already a new PRC so we can download the...
Tradingrob Was easier than i thought! thanks! it works now great!
falco44 Bonjour Nicolas, L'indicateur n'affiche rien, peux tu m'aider stp ?
riz001 thnk u
geroniman bonjour Nicolas, j ai un indicateur le Tiger . J aiemrai placer des fleches buy et sell dire...
Nicolas Merci de formuler les demandes sur le forum. ça n'est pas le bon endroit et hors sujet ici ! ;)
Nicolas I think that you are trying to put an indicator code into a strategy or a screener code. Ope...
szohori is there a rs indictor that compare the stock to the spy?
Weldzar Could you share the screener you have created?
Teddy Coronak Bonjour Nicolas , je voulais simplement te dire merci pour cet indicateur. Très simple et...
€Ȝ Hi Nicolas, Excellent piece of code. I used your concept in one of my own indicators too wh...
Nicolas Thanks a lot for the tip.
ggolfet Thanks Nicolas, I imported the itf file and solved the problem.
Hasardeur Hallo Nicolas, i tried to code the multi period heat map in combination with the Ehler’s ...
Nicolas Please open a new topic with the code in forum.
redactv7 On my charts, the indicator doesnt go on the upper pannel, on prices, but under like an osci...
Nicolas apply in on the chart, look at this how-to video: https://www.prorealcode.com/blog/video-tut...
jonpt88 interesting code thanks!
Bard I've also just noticed that changing the "Bands Deviation" setting from 1.25 to eg 3 doesn't...
bartekz Hi @Nicolas, Really impressed by your work. I am trying to replicate the Wave-PM indicator t...
Nicolas You don't have to replicate it, download the file and import it into your platform.
JOKAMAURICE Thank you but I don't really understand. The values don't fit with what I see on my chart. I...
LucioleLucide Clean view, thanks for sharing
dertopen hi where i can found the window for candle configuration?
paolosab69 Ciao! . I have seen the pictures that explain this metod but i don't understand when is mome...
Thomas
6 years ago
Thomas Como? no intiendo. Can you write in english . It works! Download the itf file.
Thomas New Version comin soon...
CHARLESRACHELLE OLA NAO SERVE PARA MT4?

Top