Stochastic Color Bar! - page 4

 

Change Candle Color

Hi,

I am a newbie. Would anyone have an example of a simple indicator that change the chart candles color if the Stochastic goes overbought or oversold?

I aplogise if this is not the correct forum for this type of post...

Thanks,

Tori

 

Stoch candles

If you look at the link that I have posted you should find the stoch candles there.https://www.mql5.com/en/forum/177881

 
toriacht:
Hi,

I am a newbie. Would anyone have an example of a simple indicator that change the chart candles color if the Stochastic goes overbought or oversold?

I aplogise if this is not the correct forum for this type of post...

Thanks,

Tori

No problem, take a look at the current thread.

Aalso, see this one and this other

 

Stochastic_Color_v1.02classicB

Stochastic_Color_v1.02classicB.mq4 [ MTF ] Mladen's Stoch. Mod - more staff added

extern int KPeriod = 14;

extern int Slowing = 3;

extern int DPeriod = 3;

extern int MAMethod = 2;

extern int PriceField = 0;

extern int overBought = 80;

extern int overSold = 20;

extern string timeFrame = "Current TF";

extern string note_timeFrames = "M1;5,15,30,60\H1;H4;D1;W1;MN||0-CurrentTF";

extern bool showBars = false; // Bars as Sidebar(overlay) - drop in any sep.window

extern int BarsLevel = 5; //BarsLevel 0-100

extern int BarsSize = 2; //0-5

extern bool showArrows = true;

extern color ArrowUpClr = LimeGreen;

extern color ArrowDnClr = Red;

extern int ArrowSize = 1;

extern bool alertsOn = false;

extern bool alertsMessage = true;

extern bool alertsSound = false;

extern bool alertsEmail = false;

------------------------

+ Unic#generator (thanks Mladen)

string MakeUniqueName(string first, string rest)

Happy New Year!

update: 2008

Stochastic_Color_v1.02classicC.mq4 link:

https://www.mql5.com/en/forum/177239

 

Cheers!

Thank you very much for the replies... very much appreciated...

Best regards,

Tori

 

...

Not sure if I have posted this allready, but... here it is

MTF (switchable) + arrows (switchable) + alerts (switchable)

can easily be addapted to bars

good luck

Files:
stochastic.gif  11 kb
 

MACD Color Bar

Anybody know of an indicator that will do the same as discussed here but using the MACD?

That is, color the bars green while the histogram is positive and red while the histogram is negative?

If not, I will start a new thread with the heading as of this post, thanks, John

 

Help with Color Stochastic 1.04

Hi, I love this indy, and it works great but I keep getting dozens of alerts after it's crossed the OVB or OVS levels.

Is there a way to limit it to just 1 alert per instance of going OVB/OVS?

THANKS!!

 

Hi Mladen,

Thanks for your color stochastic. I'm sure it has benefited many people.

By the way,i require some help in making amendments to this indicator as my way of using it differs and am wondering if anybody is able to help me with it.

I only wish for the sound and message alert to be triggered when the k% goes into overbought and not when there is a crossover.

I'm using the stochastic as a trigger after my setup is fulfilled and going overbought is my sign to enter a trade

Thanks a bunch

 

please correct it

Hi, mladen

as color stochastic 1.4 version. I have one problem which I was thinking the problem at less 2 years ago, however, has not solved.

as for arrow show buy signal some how will only show when it reached 80 or above, should it be when line go over 20.

can you fix it?

Reason: