Forex
Google

Go Back   Forex Trading > Downloads > Indicators - Metatrader 4
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


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 11-06-2005, 05:33 PM
forexts's Avatar
forexts forexts is offline
Administrator
 
Join Date: Sep 2005
Posts: 290
forexts has disabled reputation
Ema Angle Zero

EMAAngleZero is a filter to keep out of sideways markets when there is no trend. It uses EMA 34 with an angle threshold of .2 to .33 to detect a sideways market. As explained in the comments found in the indicator, when the angle is near zero do not trade.
The angles are measured in Radians where 1 radian is about 57 degrees. So .33 is about 19 degrees and .2 is about 11 degrees.

These values are parameters to the expert so can be changed. This includes the 3 period values for LSMA as well as the period for EMAAngleZero and the threshold.
Attached Files
File Type: mq4 EmaAngleZero.mq4 (5.0 KB, 1021 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11-07-2005, 01:02 PM
Alex.Piech.FinGeR's Avatar
Alex.Piech.FinGeR Alex.Piech.FinGeR is online now
Senior Member
 
Join Date: Oct 2005
Location: Germany
Posts: 305
Alex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud of
Great Indicator
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-07-2005, 01:40 PM
forexts's Avatar
forexts forexts is offline
Administrator
 
Join Date: Sep 2005
Posts: 290
forexts has disabled reputation
Quote:
Originally Posted by Alex.Piech.FinGeR
Great Indicator
Thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 11-20-2005, 07:03 PM
forexpipmaster forexpipmaster is offline
Member
 
Join Date: Nov 2005
Posts: 65
forexpipmaster is on a distinguished road
EMA Anglezero

I understand the basics on how it works, is it possible to program it right into another EA and make it part of that EA code , instead of having it work like an indicator ??
George T

Last edited by forexpipmaster : 11-21-2005 at 05:06 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-21-2006, 06:45 PM
camisa's Avatar
camisa camisa is offline
Senior Member
 
Join Date: Dec 2005
Location: Portugal
Posts: 225
camisa is on a distinguished road
can someone please program an alert so that a sound plays when bars change from yellow to green or fro yellow to red??????
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 09-21-2006, 09:29 PM
et_phonehome_2 et_phonehome_2 is offline
Senior Member
 
Join Date: Feb 2006
Posts: 1,085
et_phonehome_2 is on a distinguished road
Very good idea, which slope do you use to determine whether its a good entry or not, and what TF?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-24-2007, 05:47 PM
MrPip MrPip is offline
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 551
MrPip is on a distinguished road
MA Angle indicator

I donot know if this thread is still alive.

I have not seen this version in a while.

Here is a new version with alert. It can use any MA including LSMA as well as any price mode.

I also have several EAs with the code written in the EA without needing to use the indicator.

Robert
Attached Files
File Type: mq4 MA_Angle_Alert.mq4 (8.6 KB, 438 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-31-2007, 07:20 PM
cbrock5000's Avatar
cbrock5000 cbrock5000 is offline
Senior Member
 
Join Date: Nov 2006
Posts: 109
cbrock5000 is on a distinguished road
thanks for the update

Quote:
Originally Posted by MrPip
I donot know if this thread is still alive.

I have not seen this version in a while.

Here is a new version with alert. It can use any MA including LSMA as well as any price mode.

I also have several EAs with the code written in the EA without needing to use the indicator.

Robert

thanks for the update
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 09-04-2007, 11:49 AM
Jagg Jagg is offline
Junior Member
 
Join Date: Oct 2006
Posts: 23
Jagg is on a distinguished road
@MrPip

To clerify.... to get the °degree from the angle of the *MA I have to multiply the value from your indicator with 57?!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 11-28-2007, 10:50 PM
MrPip MrPip is offline
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 551
MrPip is on a distinguished road
Quote:
Originally Posted by Jagg View Post
@MrPip

To clerify.... to get the °degree from the angle of the *MA I have to multiply the value from your indicator with 57?!
This is not really the angle, just an attempt to simulate the angle. It is the ratio between rise(price) and run(Number of Candles) also called Tangent of the angle. The original code used a factor to get a larger value because the run is usually a value from 2 to 6 while the rise might be much larger, especially on daily chart GBPUSD where 6 days can have a movement of 1000 pips. The resulting tangent would be 6/1000, a very small angle.

The indicator shows when the "angle" is increasing, decreasing or so small that the trend is flat.

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


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

vB 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
MA Angle Indicator help mrebersv Metatrader 4 2 09-05-2007 03:22 AM
LSMA and EMA with angle ? frantacech Indicators - Metatrader 4 12 07-09-2007 10:02 PM
Request: JMA Angle Histogram camisa Metatrader 4 5 12-22-2005 01:02 PM


All times are GMT. The time now is 08:59 PM.