Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Indicators - Metatrader 4


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack (2) Thread Tools Display Modes
  #21 (permalink)  
Old 09-30-2007, 08:51 AM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 332
mladen is on a distinguished road
ElectricSavant
I am afraid I do not understand your question

What I said is that if I left the arrow on the chart after it's first occurrence and disregard the way the signals change (or not) in the meantime, in some cases it would make it an repainting indicator. I did not say that it is doing it that way right now. It does not

As of why did I make this one: I was trying to make something that looks better and that gives more info than the usual Stochastic. That is all. What I see that people are using it (as you say, you too) so it was not a waste of time to make it, don't you agree?

regards
mladen

Quote:
Originally Posted by ElectricSavant View Post
Why did you waste your time with it in the first place then? Just curious?

ES
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22 (permalink)  
Old 09-30-2007, 08:58 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,095
ElectricSavant is on a distinguished road
It appears and disappears thats all...

This makes it hard to use...That's All...

Done

Thank you for your time...

ES


Quote:
Originally Posted by mladen View Post
ElectricSavant
I am afraid I do not understand your question

What I said is that if I left the arrow on the chart after it's first occurrence and disregard the way the signals change (or not) in the meantime, in some cases it would make it an repainting indicator. I did not say that it is doing it that way right now. It does not

As of why did I make this one: I was trying to make something that looks better and that gives more info than the usual Stochastic. That is all. What I see that people are using it (as you say, you too) so it was not a waste of time to make it, don't you agree?

regards
mladen
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23 (permalink)  
Old 12-19-2007, 01:53 PM
Junior Member
 
Join Date: Dec 2006
Location: Malaysia
Posts: 2
alkepong is on a distinguished road
Quote:
Originally Posted by mladen View Post
Added option to draw as bars

PS: version 1.01 had an error when in MTF mode that previous bars colors were not "not inherited" correctly. Corrected in 1.02

Hi, this is my first post here. I really like the like the color stoch indi posted by mladen in previous page. I find this indi quite helpful in my trading and takes away all the clutter in my screen.

I would really appreciate if mladen or anybody could make the arrow's direction to down at 80% level instead of up and arrow up instead of down at 20% level.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24 (permalink)  
Old 12-21-2007, 01:16 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 2,242
fxbs is on a distinguished road
can't tell now 4 which system Stoch Color v102 was developed (trend detection, 35,10,1 early warning signals ... not sure now)
anyway - here's Stochastic color v1.02 - traditional settings (Mladen doesn't mind) - "classic style"
Attached Images
File Type: gif stoch colr102 ml class.gif (24.3 KB, 1000 views)
Attached Files
File Type: mq4 Stochastic_Color_v1.02classic.mq4 (12.7 KB, 231 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25 (permalink)  
Old 12-21-2007, 08:41 AM
Junior Member
 
Join Date: Dec 2006
Location: Malaysia
Posts: 2
alkepong is on a distinguished road
Thanks fxbs

Downloaded the indi, attached it to my mt4 and looks great.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26 (permalink)  
Old 12-30-2007, 06:09 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 2,242
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, 880 views)
Attached Files
File Type: mq4 Stochastic_Color_v1.02classicB.mq4 (13.4 KB, 143 views)

Last edited by fxbs; 03-08-2008 at 06:34 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27 (permalink)  
Old 12-30-2007, 07:01 PM
TheRumpledOne's Avatar
Banned
 
Join Date: Nov 2006
Posts: 802
TheRumpledOne is an unknown quantity at this point


I don't know if anyone here would be interested in displaying the results as meters or not.

I attached the code.
Attached Files
File Type: mq4 _TRO_Multi_Meter_Stochastic.mq4 (10.9 KB, 144 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28 (permalink)  
Old 12-30-2007, 10:42 PM
Senior Member
 
Join Date: Feb 2006
Posts: 1,127
et_phonehome_2 is on a distinguished road
TheRumpledOne

What is XYZ, STR and MAX?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29 (permalink)  
Old 12-30-2007, 10:49 PM
TheRumpledOne's Avatar
Banned
 
Join Date: Nov 2006
Posts: 802
TheRumpledOne is an unknown quantity at this point
Quote:
Originally Posted by et_phonehome_2 View Post
TheRumpledOne

What is XYZ, STR and MAX?
XYZ is just the dummy name in the building block.

STR is strength - I used the code from Signal Bars for that one.

MAX is moving average crossover.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30 (permalink)  
Old 01-24-2008, 03:13 PM
BLUR71's Avatar
Member
 
Join Date: Sep 2007
Location: Atlanta,GA, USA
Posts: 56
BLUR71 is on a distinguished road
Thumbs up Color Directional Stochastic

Hi Mladen,

Is it possible for you to revise the code on your Color Stochastic indicator?

I like the it changes color when it maxs out or surges.

But is it possible for it to be color directional like how 'lswpr_in_color' works?

If you look at IT-Finance Charts, the standard stochastic that comes with it is color directional. Can it be done like that?

Best Regards


BLUR71
Attached Images
File Type: gif sample.GIF (55.2 KB, 723 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
stochastic, stochastic color, Color Stochastic, STOCHASTIC BAR, signal bars

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/indicators-metatrader-4/4108-stochastic-color-bar.html
Posted By For Type Date
■テクニカルについて語ろう■Part4 This thread Refback 12-14-2007 07:42 AM
Indicators For Scalping, please post here - Page 5 - Forex Forum This thread Refback 09-23-2007 04:45 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
color change swall Metatrader 4 2 10-26-2006 12:41 AM
EMA in color european Indicators - Metatrader 4 9 09-18-2006 07:54 PM
Help getting the color of a an indidator. FlatLine Setup Questions 5 07-30-2006 10:59 AM
Color Coded AMA? gabroo_munda Indicators - Metatrader 4 17 05-12-2006 05:42 PM


All times are GMT. The time now is 10:23 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.