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 08-13-2006, 12:44 PM
Senior Member
 
Join Date: Dec 2005
Location: In front of my trading desk
Posts: 340
Devil2000 is on a distinguished road
MA Cross Indicator

Hi all..
Anybody has an indicator which plot an arrow on MA cross? Or there's anybody kind enough to help me coding this indicator? I have one which close with my need, unfortunately it is apply on price_close only. Anybody pls help me to complete this indicator so we can apply the parameter to open, close, high and low. Hopefully if it will appears like my stop reversal indicator, there's a line to connect each arrow, and add an alert in it.
More preferably if somebody tell me how to do it step by step so I can learn.
Thanks in advance
Attached Files
File Type: mq4 MA_Crossover_Signal.mq4 (3.8 KB, 70 views)
File Type: mq4 StopReversalv2Alert.mq4 (6.7 KB, 58 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 08-13-2006, 02:39 PM
Administrator
 
Join Date: Sep 2005
Posts: 15,954
Blog Entries: 65
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Check this thread Cross!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-16-2006, 02:52 AM
Senior Member
 
Join Date: Dec 2005
Location: In front of my trading desk
Posts: 340
Devil2000 is on a distinguished road
Quote:
Originally Posted by newdigital
Check this thread Cross!
Thanks New Digital, but what MA_crossover indicator I found there is only applied to price_close. My idea is to use 2 MA with same period but one MA apply to open price, the other apply to close price, and for filtering I use the same method but with longer period. Using 4 MA with similar appearance is too noisy for my eyes.

Anybody could help me?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-16-2006, 03:17 AM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 617
increase is on a distinguished road
Quote:
Originally Posted by Devil2000
Thanks New Digital, but what MA_crossover indicator I found there is only applied to price_close. My idea is to use 2 MA with same period but one MA apply to open price, the other apply to close price, and for filtering I use the same method but with longer period. Using 4 MA with similar appearance is too noisy for my eyes.

Anybody could help me?
Here is one I changed, it pretty much covers all needs, it includes lines and arrows and can be changed in the setup for SMA, EMA etc it also has alerts
Attached Files
File Type: mq4 trendtest.mq4 (5.0 KB, 92 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 08-16-2006, 03:32 AM
Senior Member
 
Join Date: Dec 2005
Location: In front of my trading desk
Posts: 340
Devil2000 is on a distinguished road
Quote:
Originally Posted by increase
Here is one I changed, it pretty much covers all needs, it includes lines and arrows and can be changed in the setup for SMA, EMA etc it also has alerts

Hi Increase, thanks for your reply. But your indicator is only applied to "price_close", can you modify it so it can applied to open, close, high and low of the candle?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 08-16-2006, 04:56 AM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 617
increase is on a distinguished road
Quote:
Originally Posted by Devil2000
Hi Increase, thanks for your reply. But your indicator is only applied to "price_close", can you modify it so it can applied to open, close, high and low of the candle?
I am not at all sure what you exactly mean, you will need to spell it out.

it is probably beyond my skill, but take a look at this and tell me how it differs from your idea?
Attached Files
File Type: mq4 trendtest_oc.mq4 (5.0 KB, 58 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 08-16-2006, 05:59 AM
Senior Member
 
Join Date: Dec 2005
Location: In front of my trading desk
Posts: 340
Devil2000 is on a distinguished road
Quote:
Originally Posted by increase
I am not at all sure what you exactly mean, you will need to spell it out.

it is probably beyond my skill, but take a look at this and tell me how it differs from your idea?
Sorry if I wasn't make myself clear. Here is an indicator with an "applied price" parameter. Once you see the code, you'll understand what I mean.
Btw, I like your 1st trendtest.
Attached Files
File Type: mq4 #MTF_MovingAverageSW.mq4 (4.4 KB, 54 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 08-16-2006, 06:42 AM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 617
increase is on a distinguished road
Quote:
Originally Posted by Devil2000
Sorry if I wasn't make myself clear. Here is an indicator with an "applied price" parameter. Once you see the code, you'll understand what I mean.
Btw, I like your 1st trendtest.
Thanks, yes the trendtest worked quite well but gives a few too many signals.

Your indicator looks interesting perhaps someone else will pick it up, bit too advanced for little me

P.S. here is my 'cute' wav file for the alert
Attached Files
File Type: rar sounds.rar (387.3 KB, 61 views)

Last edited by increase; 08-16-2006 at 06:49 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 08-16-2006, 09:29 AM
Senior Member
 
Join Date: Dec 2005
Location: In front of my trading desk
Posts: 340
Devil2000 is on a distinguished road
Quote:
Originally Posted by increase
Thanks, yes the trendtest worked quite well but gives a few too many signals.

Your indicator looks interesting perhaps someone else will pick it up, bit too advanced for little me

P.S. here is my 'cute' wav file for the alert
Thanks for the wav file.

Somebody please help me..?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 08-17-2006, 12:04 PM
Senior Member
 
Join Date: Dec 2005
Location: In front of my trading desk
Posts: 340
Devil2000 is on a distinguished road
Just want to catch an attention from programmers here..
Anybody can show me how to solve my problem?

Thanks
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 On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Stoch cross indicator Den Metatrader 4 0 04-27-2007 06:56 AM
Three MA cross indicator Den Metatrader 4 3 11-20-2006 10:53 AM
Best MA Cross Indicator w/Alerts? ycomp Metatrader 4 7 11-19-2006 05:17 PM
EMA cross over indicator Alert!!! connecting4less Suggestions for Trading Systems 2 06-13-2006 01:16 PM
Stochastic cross indicator/EA alert babarmughal Metatrader 4 1 06-02-2006 06:06 AM


All times are GMT. The time now is 12:39 AM.



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