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-15-2006, 07:29 PM
frantacech's Avatar
Senior Member
 
Join Date: Sep 2006
Posts: 477
frantacech is on a distinguished road
LSMA and EMA with angle ?

Hello everybody?
I need LSMA and EMA indy with angle view.
Please, exist?

It is http://www.forex-tsd.com/attachments...f?d=1155319249
Attached Images
File Type: gif WoodiesCCI.gif (68.9 KB, 906 views)

Last edited by frantacech; 09-15-2006 at 08:29 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-28-2007, 06:20 PM
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 552
MrPip is on a distinguished road
LSMA and EMA Angle view

I am not sure what you are asking for here.

I will be starting a new thread for LSMA EA shortly and will be posting lsma, lsma angle, ema angle and other lsma related indicators as well as an EA based on LSMA.

Robert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-07-2007, 11:54 PM
Junior Member
 
Join Date: Dec 2005
Posts: 9
Bobo is on a distinguished road
LSMA with Angle Reading

Fran, just like you, I'd love to get a reading on the angle of my LSMA in degrees. Unfortunately it appears that coding is somewhat challenging. If you find the indic that shows the LSMA and EMA angles in the pic you posted, please share it.

And Mr. Pip, maybe you'd be "pulled" in by the angle-coding challenge. Also I like your LSMA thread; keep it going.

Happy trading all!

jr
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-08-2007, 12:30 AM
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 552
MrPip is on a distinguished road
MA Angle indicator

Quote:
Originally Posted by Bobo View Post
Fran, just like you, I'd love to get a reading on the angle of my LSMA in degrees. Unfortunately it appears that coding is somewhat challenging. If you find the indic that shows the LSMA and EMA angles in the pic you posted, please share it.

And Mr. Pip, maybe you'd be "pulled" in by the angle-coding challenge. Also I like your LSMA thread; keep it going.

Happy trading all!

jr
I have alreaqdy been working on the MA Angle code. The problem is similar to the old days of aspect ratio for different screen resolutions. The biggest issue is that the x axis is constant whille the Y axis has different movements based on timeframe. What might be needed is to use minutes as a base for X and pips for the Y axis and calculate everything based on that. I have been very busy with writing EAs and will get back to this problem when time allows.

Robert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-08-2007, 07:36 AM
Senior Member
 
Join Date: Feb 2006
Posts: 513
Michel is on a distinguished road
Quote:
Originally Posted by MrPip View Post
I have alreaqdy been working on the MA Angle code. The problem is similar to the old days of aspect ratio for different screen resolutions. The biggest issue is that the x axis is constant whille the Y axis has different movements based on timeframe. What might be needed is to use minutes as a base for X and pips for the Y axis and calculate everything based on that. I have been very busy with writing EAs and will get back to this problem when time allows.

Robert
Don't use angles, use slopes instead (pips per minutes), it's far easier as you do not have to fight against the zoom, timeframe change, axe's scales etc of the chart representation. Angles are not at all an absolut concept as slopes are.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-08-2007, 09:29 AM
svifx's Avatar
Member
 
Join Date: Mar 2007
Posts: 36
svifx is on a distinguished road
Chart setup template and indicators

Hi Frantacech,

Your charts on the first post are by far the neareast I have seen to trading woodie's CCI system nice job.

Would you share your template and indicators with me/us ?

I'm running woodie's version on Esignal and the code is password protected but the angles of the MA averages you are looking for are actually just used to state if the market is flat, trending up or trending down have a look at the upper left of the charts posted

CU
Attached Images
File Type: jpg EURJPY15mflat.jpg (72.7 KB, 524 views)
File Type: jpg EURJPY1HTrendingup.jpg (61.6 KB, 523 views)

Last edited by svifx; 07-08-2007 at 09:39 AM. Reason: Charts too small
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-08-2007, 06:51 PM
Junior Member
 
Join Date: Dec 2005
Posts: 9
Bobo is on a distinguished road
Robert, I got you man, I see where you coming from (I´ve seen numerous discussions about Angle indics, and I understand its challenges). Thx for the prompt reply and efforts.

And here a very nice Woodies panel for Metatrader Woodiepedia CCI Trading University :: View topic - Woodies CCI for MT4
created by Heart1010. This is as good as it gets and approaches eSignal's and other fine platforms using Woodies. You might also want to visit his/her site at market-talk.de for more insight (some Dutch might help).

Happy trading all!

jr
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-09-2007, 12:33 AM
Senior Member
 
Join Date: May 2006
Posts: 133
waltini is on a distinguished road
LSMA with angle

Hi all,

I could be wrong but I believe I saw a MA indicator with the angle in degrees made by Fx_Sniper. You could try and PM him and ask him. I did a quick search but couldnt find it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 07-09-2007, 03:19 AM
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 552
MrPip is on a distinguished road
MA Angle

Quote:
Originally Posted by Michel View Post
Don't use angles, use slopes instead (pips per minutes), it's far easier as you do not have to fight against the zoom, timeframe change, axe's scales etc of the chart representation. Angles are not at all an absolut concept as slopes are.
Angles are basically using a trig function (MathArcTan) to convert slope(DeltaY / DeltaX) to angle in radians or degrees. The problem still remains. I modified using pips per minute and still find the same problem as before. When moving out to higher timeframes the range of values decreases at each step.

On GBPUSD the ranges are

1 minute 1.4 to -1.5
5 minute 0.47 to -0.61
15 minute 0.20 to -0.21
30 minute 0.13 to -0.10
60 minute 0.12 to -0.15
240 minute 0.05 to -0.07
1440 minute 0.03 to -0.03

Robert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 07-09-2007, 06:42 AM
Senior Member
 
Join Date: Feb 2006
Posts: 513
Michel is on a distinguished road
Quote:
Originally Posted by MrPip View Post
Angles are basically using a trig function (MathArcTan) to convert slope(DeltaY / DeltaX) to angle in radians or degrees. The problem still remains. I modified using pips per minute and still find the same problem as before. When moving out to higher timeframes the range of values decreases at each step.

On GBPUSD the ranges are

1 minute 1.4 to -1.5
5 minute 0.47 to -0.61
15 minute 0.20 to -0.21
30 minute 0.13 to -0.10
60 minute 0.12 to -0.15
240 minute 0.05 to -0.07
1440 minute 0.03 to -0.03

Robert
I think you did a mistake : changing TF, you change the time unit, so what you obtain is DeltaY/(DeltaX*Period()).
You should just have to compute DeltaY/DeltaX where DeltaX is in minutes, not in period; then TF doesn't matter.
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
Ema Angle Zero forexts Indicators - Metatrader 4 15 05-12-2008 08:04 PM
MA Angle Indicator help mrebersv Metatrader 4 2 09-05-2007 03:22 AM
Lsma forexts Indicators - Metatrader 4 11 06-28-2007 06:45 PM
Request: JMA Angle Histogram camisa Metatrader 4 5 12-22-2005 01:02 PM


All times are GMT. The time now is 09:00 PM.



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