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.
would be interesting to try "Peak Min Line - "local PeakOuts" 4 sideways or corrective markets"
Great Kalenzo, can you stick one more line? Drinks on me...
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;
From your post #14 does not produce this graph
but produces a graph like this
Of math aspects for this oscillator please read the folowing : On the Kase...
PS: I do find it offending that you imply that I did not addapt this indi for metatrader
And no, drinks are not on me
Mladen, relax, i'm asking if somebody could add Peak Min – Line to this particular indi (Kalenzo's mq4) what we have
if it was simple, i'd modify it already... ...drinks still on me...
Mladen, relax, i'm asking if somebody could add Peak Min – Line to this particular indi (Kalenzo's mq4) what we have
if it was simple, i'd modify it already... ...drinks still on me...
That is not Kalenzos mq4
I could use some words here, but I decided not to use any words or time anymore on you
And I do not drink, I leave it to you
Bye
would be interesting to try "Peak Min Line - "local PeakOuts" 4 sideways or corrective markets"
Great Kalenzo, can you stick one more line? Drinks on me...
Mladen, I wasn't talking to you... can you read?
//| KasePeakOscilator_v1.mq4 |
//| Kalenzo |
//| bartlomiej.gorski@gmail.com |
Mladen, take it easy.
Fxbs posted the chart with my indicator. From some time it is free to use, I translated the formulas from easy language. The subweb for that indicator is located here Kase Peak Oscilator
__________________
You need proffesional mql coder? Contact me! I will help you!
........................................ http://www.fxservice.eu/
........................................
Last edited by Kalenzo; 07-15-2007 at 08:19 PM.
Reason: some misspelings
Mladen, take it easy.
Fxbs posted the chart with my indicator. From some time it is free to use, I translated the formulas from easy language. The subweb for that indicator is located here Kase Peak Oscilator
Thank you
I was not aware that it is free for download now
I give you a working version of this Indicator but keep in mind that the problem does not come from the convertion but the MT3 code itself !!!
ciao ciao
Yousky
Yousky, your Kase CD for MT4 is a godsend. It gives accurate divergences, both regular and hidden, often when no other indicator gives a divergence. I have a couple of nits: Indicator does not work for gold or oil, and does not work properly for any pair involving Japanese yen. Could this be because of the way the prices for these instruments are stated? Could you take a look?
Also, if you have an updated version, could you please place it in this forum.
Reading a book would be great- especially the book that manifested this indicator- and guess what, you get an added bonus
ITS WRITTEN BY THE AUTHOR OF THE INDICATOR! :O
Cynthia Kase - Trading With The Odds
Can't afford a 40 some odd dollar book? Don't trade. This indicator wasn't meant for divergence hidden or not- but obviously you wouldn't know that because like many other traders, slap on a indicator and just figure out how it works!
... just maybe that's why it doesn't work.
Quote:
Originally Posted by grayghost
Yousky, your Kase CD for MT4 is a godsend. It gives accurate divergences, both regular and hidden, often when no other indicator gives a divergence. I have a couple of nits: Indicator does not work for gold or oil, and does not work properly for any pair involving Japanese yen. Could this be because of the way the prices for these instruments are stated? Could you take a look?
Also, if you have an updated version, could you please place it in this forum.