View Single Post
  #26 (permalink)  
Old 12-30-2007, 05:09 PM
fxbs fxbs is offline
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
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:
http://www.forex-tsd.com/187281-post79.html
Attached Images
File Type: gif stoch 102 class b2.gif (22.3 KB, 1455 views)
Attached Files
File Type: mq4 Stochastic_Color_v1.02classicB.mq4 (13.4 KB, 248 views)

Last edited by fxbs; 03-08-2008 at 05:34 AM.
Reply With Quote