Page 26 of 131

Re: Stochastic indicator(s)

Posted: Thu Oct 05, 2017 4:50 pm
by Krelian99
vvFish wrote: Thu Oct 05, 2017 2:34 pm I apologize,
____________________________________________
No problem. Ok, the values are the H-L distance in ticks. It's just Zigzag and stoch OB/OS combined. It still give more false signals.

Re: Stochastic indicator(s)

Posted: Thu Oct 05, 2017 4:56 pm
by Pava
Krelian99 wrote: Thu Oct 05, 2017 4:50 pm

No problem. Ok, the values are the H-L distance in ticks. It's just Zigzag and stoch OB/OS combined. It still give more false signals.
How can it give false signals if pictures shows clearly that signals given are right on the money?...How?

Re: Stochastic indicator(s)

Posted: Thu Oct 05, 2017 5:12 pm
by Krelian99
Pava wrote: Thu Oct 05, 2017 4:56 pm How can it give false signals if pictures shows clearly that signals given are right on the money?...How?
The false signals are real, but the time hides all bad signals. The truth is the world isn't always fair, but she goes on turning and turning around as nothing had happened. IDK what is crueler.

Re: Stochastic indicator(s)

Posted: Thu Oct 05, 2017 10:00 pm
by vvFish
Krelian99 wrote: Thu Oct 05, 2017 4:50 pm

No problem. Ok, the values are the H-L distance in ticks. It's just Zigzag and stoch OB/OS combined. It still give more false signals.
the question is different: is there such a stochastic for mt4?

Re: Stochastic indicator(s)

Posted: Thu Oct 05, 2017 11:17 pm
by Krelian99
vvFish wrote: Thu Oct 05, 2017 10:00 pm the question is different: is there such a stochastic for mt4?
Hmm, IDK, but now I remember where I have seen this part of a strategy before. Elliott Waves. The idea is that when the oscillator reaches the OB/OS level and returns, the impulse wave is over. But keep in mind it is just a confirmation for EWs or maybe another strategy, no strategy itself. You would have to filter Zigzag and Stoch/RSI.


Re: Stochastic indicator(s)

Posted: Sun Oct 08, 2017 9:19 pm
by mntiwana
Volatility adjusted Dss
The version by Mrtools with - dual choice interpolated mtf - 20 prices - stoch and volatility both smoothed options with select able periods/values
There are many more versions of it with extended options and features by our kind Experts

Re: Stochastic indicator(s)

Posted: Sun Oct 08, 2017 10:11 pm
by mrtools
vvFish wrote: Thu Oct 05, 2017 10:00 pm
the question is different: is there such a stochastic for mt4?
Made this version but not sure if this is what your looking for.

Re: Stochastic indicator(s)

Posted: Sun Oct 08, 2017 10:49 pm
by vvFish
mrtools wrote: Sun Oct 08, 2017 10:11 pm

Made this version but not sure if this is what your looking for.
Thank you.

Re: Stochastic indicator(s)

Posted: Mon Oct 09, 2017 8:56 am
by Nurlan Karimov
Mister Mntiwana!
не могли бы Вы поделить рабочей версией индикатора Stochastic experiment которая работает в новом билде,
я попытался сам изменить код и декомпилировать - ничего не вышло
could you share the working version of the indicator Stochastic experiment which works in a new build,
I tried to modify the code myself and decompile it - no dice

Re: Stochastic indicator(s)

Posted: Mon Oct 09, 2017 9:02 am
by mladen
Nurlan Karimov wrote: Mon Oct 09, 2017 8:56 am Mister Mntiwana!
не могли бы Вы поделить рабочей версией индикатора Stochastic experiment которая работает в новом билде,
я попытался сам изменить код и декомпилировать - ничего не вышло
could you share the working version of the indicator Stochastic experiment which works in a new build,
I tried to modify the code myself and decompile it - no dice
Add this line :

Code: Select all

   for (int i=0; i<indicator_buffers; i++) SetIndexStyle(i,DRAW_LINE);
to the beginning of the OnInit() function (that is the "good" old build 1090 doing its thing :))