Stochastic Oscillator, the beginning - page 5

 

MTF Stoch indicator

I would like to try a system on my own based on Stoch and found this Multi Timeframe Stoch indicator with alert that will do great for me but gives error when compiling so was wondering if someone can take a peak at it and fix it for me.

or if you know of a MTF Stoch indicator with alert that works.

Thanks

EDIT: actually I got it fixed but how do I add an email alert?

Files:
 

I have updated my indicator and made a guide for it

 

Thanks for the post Mel. I've been following your Stoch stuff for over a year.

 

hi

Melpheos:
I have updated my indicator and made a guide for it

nice indicator Melp ...thx:)

===================

Forex Indicators Collection

 

hi all,

can anybody help me to make stochastic level show different color ?...80-90 level with red color & 10-20 level with blue color same as picture below.

thanx

 
 
CP6:
hi all,

can anybody help me to make stochastic level show different color ?...80-90 level with red color & 10-20 level with blue color same as picture below.

thanx

Install your stoch then from your tool bar above your chart select a horizontal line and drag it onto your stoch. If you now double click on your line you can drag it to what ever level you like. While it is still highlighted place your cursor over it and right click then select proprieties and change it to what ever color you want. If you save your setup to tmp you will always have your levels show this way.

Hope this helps.

 

for Linuxser & homestudy,

thanx a lot for yur reply friends...really appriciate it.

 

a bit overkill to build whole stoch. ind. (buffers or objects) just 4 diff. color levels (though why not if somebody'll get bored...)

easy way also - drug & drop your Stoch on top of RSI, Stoch, etc (max/min 0/100) set RSI line color to None(Background) and set levels and colors to what you like.

 

Stochastic_Color_v1.02classicB.mq4 (MTF) Mladen's Stoch. Mod

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!

Reason: