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 Thread Tools Display Modes
  #1 (permalink)  
Old 09-16-2006, 09:30 PM
european's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 284
european is on a distinguished road
EMA in color

Anybody can post or direct to EMA (MA) indicator in 2/3 colors.

The one that draws the same line as normal MA but in different colors.

Thanks

euro
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 09-17-2006, 12:09 PM
Member
 
Join Date: Dec 2005
Posts: 69
ibadah is on a distinguished road
MA_in_color

Quote:
Originally Posted by european
Anybody can post or direct to EMA (MA) indicator in 2/3 colors.

The one that draws the same line as normal MA but in different colors.

Thanks

euro
Here you are.

Rgds - Ben
Attached Files
File Type: mq4 MA_in_Color.mq4 (3.6 KB, 91 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-17-2006, 12:15 PM
FX_Sniper's Avatar
Senior Member
 
Join Date: Jan 2006
Location: South Africa
Posts: 201
FX_Sniper is on a distinguished road
Ok, why not? The one in the previous post is just some knock-off of some code I did called the LSMA which got slaughtered by the wolves who never even realized it had a fundamental coding error in it. Here is a cleaner and better version of a simple colored moving average indicator, ready for the gallows

SETTINGS:

MAType
  • 0 - Simple Moving Average
  • 1 - Exponential Moving Average (Default)
  • 2 - Smoothed Moving Average
  • 3 - Linear Weighted Moving Average
MAPeriod
  • Whatever period you like (Default = 34).
MAShift
  • Shift Moving average forward how many bars (Default = 0).
PriceType
  • 0 - Close Price
  • 1 - Open Price
  • 2 - High Price
  • 3 - Low Price
  • 4 - Median Price, (high+low)/2.
  • 5 - Typical Price, (high+low+close)/3.
  • 6 - Weighted Close Price, (high+low+close+close)/4.
So long.

FX Sniper
Attached Files
File Type: mq4 FX Sniper's MA.mq4 (2.1 KB, 371 views)
__________________
"I do not need a compass to tell me which way the wind is shining."

Last edited by FX_Sniper; 09-17-2006 at 12:29 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-17-2006, 03:09 PM
fxcruiser's Avatar
Senior Member
 
Join Date: Jul 2006
Posts: 885
fxcruiser is on a distinguished road
Quote:
Originally Posted by FX_Sniper
Ok, why not? The one in the previous post is just some knock-off of some code I did called the LSMA which got slaughtered by the wolves who never even realized it had a fundamental coding error in it. Here is a cleaner and better version of a simple colored moving average indicator, ready for the gallows
Another FX Sniper's INGENUITY. Simply....


fxcruiser

P.S. If you would just hand me over your MO indicator, I will be all set. You have my e mail address. Thanks again for your valued contribution to TSD.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-17-2006, 04:42 PM
xard777's Avatar
Senior Member
 
Join Date: Mar 2006
Location: Dominican Republic
Posts: 391
xard777 is on a distinguished road
Quote:
Originally Posted by FX_Sniper
Ok, why not? The one in the previous post is just some
Thanx FX_Sniper....Exactly what I am looking for....

Xard777
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 09-17-2006, 04:52 PM
FX_Sniper's Avatar
Senior Member
 
Join Date: Jan 2006
Location: South Africa
Posts: 201
FX_Sniper is on a distinguished road
No worries !

__________________
"I do not need a compass to tell me which way the wind is shining."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 09-18-2006, 12:38 PM
Linuxser's Avatar
Moderator
 
Join Date: May 2006
Location: Helliconia (Spring)
Posts: 2,860
Blog Entries: 34
Linuxser has disabled reputation
Great Job.

A compilation of FX_Sniper utilities
Attached Images
File Type: gif sniper.gif (20.0 KB, 256 views)
__________________
Elite Manual Trading | Portfolio | Calendar | Suggestions to improve the forum | My Blog

Remember: Signatures must have three lines as maximum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 09-18-2006, 05:04 PM
european's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 284
european is on a distinguished road
Smile

Many thanks to FX Sniper for MA in color,

I use several great indicators of his.

Although it might not be exactly the subject of the thread but does anybody, including the author have mq4 code or file for 'FX Sniper's CCI.ex4',
nice idicator, but only with 1 CCI, would be great to have 2-3 (34,50 as well) displayed.
I would appreciate if you could post the mq4 file with or without addition

euro
Attached Images
File Type: jpg FX Sniper's CCI.JPG (52.5 KB, 216 views)

Last edited by european; 09-18-2006 at 05:06 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 09-18-2006, 05:09 PM
FX_Sniper's Avatar
Senior Member
 
Join Date: Jan 2006
Location: South Africa
Posts: 201
FX_Sniper is on a distinguished road
Quote:
Originally Posted by european
Many thanks to FX Sniper for MA in color,

I use several great indicators of his.

Although it might not be exactly the subject of the thread but does anybody, including the author have mq4 code or file for 'FX Sniper's CCI.ex4',
nice idicator, but only with 1 CCI, would be great to have 2-3 (34,50 as well) displayed.
I would appreciate if you could post the mq4 file with or without addition

euro
Hey there,

The code will do you no good as all 8 available buffers are used up hence why there is no room to put a second or third CCI, best you simply drag more CCI's over this one from the Indicator menu. MT4 only allows for 8 indicator buffers and all the coloring etc...used them all up

Laters,

FX Sniper
__________________
"I do not need a compass to tell me which way the wind is shining."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 09-18-2006, 06:54 PM
european's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 284
european is on a distinguished road
Quote:
Originally Posted by FX_Sniper
Hey there,

The code will do you no good as all 8 available buffers are used up hence why there is no room to put a second or third CCI, best you simply drag more CCI's over this one from the Indicator menu. MT4 only allows for 8 indicator buffers and all the coloring etc...used them all up

Laters,

FX Sniper
With the code I could have freed some buffers and made say upper/lower histogram color static(hard coded) that could only be changed from the code.

The problem with 'dragging' and over-laying of normal CCI on top, is that zero line (and other important levels) on 2 grapghs do not line up


cheers,

euro
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Stochastic Color Bar! turspedie Indicators - Metatrader 4 37 03-08-2008 03:00 PM
color change swall Metatrader 4 2 10-25-2006 11:41 PM
Help getting the color of a an indidator. FlatLine Setup Questions 5 07-30-2006 09:59 AM
Color Coded AMA? gabroo_munda Indicators - Metatrader 4 17 05-12-2006 04:42 PM


All times are GMT. The time now is 04:57 AM.



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