Page 43 of 118

Re: Stochastic indicators for MT4

Posted: Thu Jan 23, 2020 3:59 am
by ChuChu Rocket
mrtools wrote: Thu Jan 23, 2020 3:38 am

If they are all garbage why would you want to add it to stochastic, sorry not understanding?
Hahaha "all divergence indicators are shit but can someone make one for me (for free)?" Yeah right.

Re: Stochastic indicators for MT4

Posted: Thu Jan 23, 2020 9:48 am
by Amunra5
mrtools wrote: Thu Jan 23, 2020 3:38 am

If they are all garbage why would you want to add it to stochastic, sorry not understanding?
Sorry for lashing out and my unclear comment. The divergence that i was looking for should compare two highs or two lows (one should be from an OB or OS). Also the minimum gap of comparison is 3 highs (first high to third high). But this is a bit hard to code i think. and its ok if you cant coz of priority.

Ogee: thanks buddy for help but the thing is every divergence on m1 would compare two highs or lows, both are not on OB/OS zone. divergence on two correction areas are not divergence, its crap! lol
Divergence is a reversal strat tool, you cant do reversal on correction, its suicide

ChuChu Rocket: yes, the rules says it is free if the coder wants to help you :)

Re: Stochastic indicators for MT4

Posted: Fri Jan 24, 2020 11:47 am
by Banzai
mrtools wrote: Wed May 02, 2018 3:47 am

Try this one seems to be working now.
Modified a little bit so we can choose any Wingdings font symbol.
It's a Stochastic but was smoothed by CCI and RSI.

Re: Stochastic indicators for MT4

Posted: Tue Jan 28, 2020 10:45 am
by Banzai
Inspired by Spudfyre's Stochastic Threads from 2007.
I make RCI Threads.
RCI = Rank Correlation Index

The Rank Correlation Index (RCI) is based on an analysis algorithm by Spearman.
RCI is also known as Spearman Rank Correlation.
It uses a combination of price change data and time change data to identify
potential changes in market sentiment, thereby exposing turning points.

Zero crossings are seen as buy and sell signals, with tops and bottoms yielding overbought and oversold information.

Re: Stochastic indicators for MT4

Posted: Tue Jan 28, 2020 12:28 pm
by gordianukpong
Hi mntiwana or mrtools,
Could you please help me double this indicator so that 2 of the same indicator will be perfectly aligned in the same window when they are used in multi time frame.
I've attached 2 pictures as well as the indicator I want modified. Thanks in advance

Re: Stochastic indicators for MT4

Posted: Wed Jan 29, 2020 4:40 am
by mrtools
gordianukpong wrote: Tue Jan 28, 2020 12:28 pm Hi mntiwana or mrtools,
Could you please help me double this indicator so that 2 of the same indicator will be perfectly aligned in the same window when they are used in multi time frame.
I've attached 2 pictures as well as the indicator I want modified. Thanks in advance
Sorry not understanding what you are wanting.

Re: Stochastic indicators for MT4

Posted: Wed Jan 29, 2020 2:35 pm
by Banzai
There's a Japanese trader and he has a "RCI_6line" indicator so I make it.
We didn't have it.

He uses a combo of RCI, Stochastic, and MA ribbons.
I'm not sure what Stochastic settings he uses.

Here's the template and the indicator:

Re: Stochastic indicators for MT4

Posted: Wed Jan 29, 2020 3:31 pm
by Banzai
Banzai wrote: Wed Jan 29, 2020 2:35 pm There's a Japanese trader and he has a "RCI_6line" indicator so I make it.

He uses a combo of RCI, Stochastic, and MA ribbons. I'm not sure what Stochastic settings he uses.

Here's the template and the indicator:
For now, let's use the Spudfyre's Stochastic Thread (from 2007).
We will find out what Stochastic settings he uses later.

Re: Stochastic indicators for MT4

Posted: Thu Jan 30, 2020 7:35 am
by Banzai
Banzai wrote: Wed Jan 29, 2020 2:35 pm There's a Japanese trader and he has a "RCI_6line" indicator so I make it.
We didn't have it.

He uses a combo of RCI, Stochastic, and MA ribbons.
I'm not sure what Stochastic settings he uses.

Here's the template and the indicator:

OK, I did some digging and in 2006, Robert Hill made two Stochastic Crossover indicators:
Stochastic_Cross_Alert_Normal.mq4
Stochastic_Cross_Alert_Except.mq4

and he created a Stochastic Guppy consisting of
Stoch(81,6,5,LWMA,Close), Stoch(81,12,6), Stoch(81,24,7), Stoch(81,30,8),
Stoch(81,48,9), Stoch(81,72,10), Stoch(81,108,11), Stoch(81,243,12).

In 2017, Kotaro Hashimoto made a Stochastic EA based on Robert Hill's Stochastic Crossover indicator.
He modified the Stoch Guppy to
Stoch(89,6,5,LWMA,Close), Stoch(89,13,6), Stoch(89,21,7), Stoch(89,34,8),
Stoch(89,55,9), Stoch(89,89,10), Stoch(89,144,11), Stoch(89,243,12).
Most of these numbers are Fibonacci numbers.

In the same year, a trader goes by the name tensoko added the Moving Average Ribbons and RCI Guppy to the Stochastic Guppy and made a trading strategy.

I could be wrong. Anyone can edit the source code and never add their name so I thought it was Robert Hill all along.

Here are the templates, pdf, and indicators:

Re: Stochastic indicators for MT4

Posted: Thu Jan 30, 2020 7:06 pm
by gordianukpong
mrtools wrote: Wed Jan 29, 2020 4:40 am Sorry not understanding what you are wanting.
Not to worry Sir, I found my way around it. Thanks very much.