Page 52 of 131

Re: Stochastic indicators for MT4

Posted: Sun Jun 28, 2020 8:40 pm
by moey_dw
DTRCT wrote: Sun Jun 28, 2020 8:28 pm Please what is the name of background color [or code] of your chart, it looks very cool in eyes, Thank you
hello i got from jimmy mt4 dark theme chart templates..................... here in viewtopic.php?p=1295391660#p1295391660 :)

Re: Stochastic indicators for MT4

Posted: Sun Jul 19, 2020 5:51 pm
by Amunra5
dear coders,

can you guys color candles based on stochastic (main window)

1 - equal or greater than 80 (green candles)
2 - equal or less than 20 (red candles)
3 - price between 21-79, price going up (pale green candles)
4 - price between 21-79, price going down (pale red candles)

if 3 and 4 is too much to code, just make them both gray
______________
or if there is such an indicator existing please direct me to it. thanks!

Re: Stochastic indicators for MT4

Posted: Tue Jul 21, 2020 6:25 pm
by Amunra5
Stochastic Candle OBOS

in the pic, i set it to OB 51 OS 49.
acts like goldbands.

Re: Stochastic indicators for MT4

Posted: Thu Jul 23, 2020 5:02 pm
by Banzai
Released date: July 21st, 2020
from the official website mql5 dot com


An oscillator that duplicates the chart of a selected asset in a separate window in three ways: line, bars and candles. This is essentially an indicator Bollinger bands, displayed in a separate window. In my opinion, it will be useful for beginners as a way to look at various technical signals from a different angle. This indicator helped me in an adviser for filtering unfavorable moments for trades.
Calculation of a standard assessment and its conclusion in the form of candles.

Formula:
Image
.
μ - moving average
σ - is the standard deviation

Important features:
the last candle (current candle) can be indicator redrawn strongly, especially at the beginning, this is a feature of the calculation formula
сhecking the accessibility of history is not carried out, which is especially true when using a symbol other than the current

Parameter Description
Period calculation period
Symbol simbol, an empty value is the current simbol
Reverse reverse indicator values
Applied price estimated price. By default, Median Price (HL / 2) is used as the least prone to redrawing
Value and line price type of chart: Line, Bar - High/Low price, Candlestick
Bull color color of the bull candle / bar
Bear color color of the bear candle / bar
Background color background color
Body width thickness of the body of the candle; 0 - auto detect, 1 - body is hidden
Maximum bars maximum number of bars displayed. If 0 - no limit.
Shift shift of the indicator values

Ways of interpretation: (see pictures below)

1. When you hold a trade and it is in the positive zone, moving the indicator values from 2 to 4 indicates a likely local rebound soon, so you should think about fixing a position if your trade is designed for short movements.

2. Confirmation signals of breakout trading ranges, as well as the provision of early signals for transactions.

Re: Stochastic indicators for MT4

Posted: Thu Jul 23, 2020 5:35 pm
by Banzai
Amunra5 wrote: Tue Jul 21, 2020 6:25 pm Stochastic Candle OBOS

in the pic, i set it to OB 51 OS 49.
acts like goldbands.
Here's the source code:

Re: Stochastic indicators for MT4

Posted: Thu Jul 23, 2020 7:00 pm
by cinare
Banzai wrote: Thu Jul 23, 2020 5:02 pm Released date: July 21st, 2020

An oscillator that duplicates the chart of a selected asset in a separate window in three ways: line, bars and candles. This is essentially an indicator Bollinger bands, displayed in a separate window. In my opinion, it will be useful for beginners as a way to look at various technical signals from a different angle. This indicator helped me in an adviser for filtering unfavorable moments for trades.
Calculation of a standard assessment and its conclusion in the form of candles.

Formula:
Image
.
μ - moving average
σ - is the standard deviation

Important features:
the last candle (current candle) can be indicator redrawn strongly, especially at the beginning, this is a feature of the calculation formula
сhecking the accessibility of history is not carried out, which is especially true when using a symbol other than the current

Parameter Description
Period calculation period
Symbol simbol, an empty value is the current simbol
Reverse reverse indicator values
Applied price estimated price. By default, Median Price (HL / 2) is used as the least prone to redrawing
Value and line price type of chart: Line, Bar - High/Low price, Candlestick
Bull color color of the bull candle / bar
Bear color color of the bear candle / bar
Background color background color
Body width thickness of the body of the candle; 0 - auto detect, 1 - body is hidden
Maximum bars maximum number of bars displayed. If 0 - no limit.
Shift shift of the indicator values

Ways of interpretation: (see pictures below)

1. When you hold a trade and it is in the positive zone, moving the indicator values from 2 to 4 indicates a likely local rebound soon, so you should think about fixing a position if your trade is designed for short movements.

2. Confirmation signals of breakout trading ranges, as well as the provision of early signals for transactions.
I LOVE THIS! :In Love: <3 Thank you!! :D :thumbup:

Re: Stochastic indicators for MT4

Posted: Thu Jul 23, 2020 7:22 pm
by josi
Banzai wrote: Thu Jul 23, 2020 5:02 pm
Ways of interpretation: (see pictures below)

1. When you hold a trade and it is in the positive zone, moving the indicator values from 2 to 4 indicates a likely local rebound soon, so you should think about fixing a position if your trade is designed for short movements.

2. Confirmation signals of breakout trading ranges, as well as the provision of early signals for transactions.
I wish it was that simple:
After the big blue candle above 4 you expect a correction - and it seems to be about to develop - until it doesn't and you are vaporized in the next upward move (if your MA and higher TF doesn't save you). At least you know that momentum is diminishing.

Re: Stochastic indicators for MT4

Posted: Fri Jul 24, 2020 6:48 am
by society
Banzai wrote: Thu Jul 23, 2020 5:35 pm

Here's the source code:
sweet indi bro :thumbup:
you think we can have this mtf?

Re: Stochastic indicators for MT4

Posted: Fri Jul 24, 2020 9:08 am
by Banzai
society wrote: Fri Jul 24, 2020 6:48 am sweet indi bro :thumbup:
you think we can have this mtf?
Uh, mtf doesn't work well with button indicators.
I just give you another source code and you can ask Mr. Tools to make mtf.
This indicator doesn't have button and he can make it mtf.

Re: Stochastic indicators for MT4

Posted: Sat Jul 25, 2020 9:26 am
by Banzai
I move these indicators here.
They got buried in a thread that has over 1000 pages.