Forex



Go Back   Forex Trading > Downloads > Indicators - Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #631 (permalink)  
Old 12-30-2006, 01:28 AM
daraknor's Avatar
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 996
daraknor is on a distinguished road
Murrey Math Trading Software uses different scales for the same currencies for different versions. Sometimes Murrey claims that GBPUSD = 1.5625 scale, other times he claims 100,000 scale. The current beta software treats all currencies as 1.5625 scale, even USDJPY.

I'm making an EA to use as a scale and time frame confirmer.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #632 (permalink)  
Old 12-31-2006, 01:25 PM
Senior Member
 
Join Date: Feb 2006
Posts: 1,211
et_phonehome_2 is on a distinguished road
When using MM to trade, I have found that some MQ4 implementation of MM changes as the price action changes while the others remains static [not flipping between TFs]. Is there actually a correct way, and which one do most of you trade with?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #633 (permalink)  
Old 01-02-2007, 12:37 AM
Junior Member
 
Join Date: Dec 2006
Posts: 3
crispy55 is on a distinguished road
MM Time Frames

Technically, I believe the MM lines should change with the time frame. In the MMLines indicator I use (MMlines), the periods variable is set at P=64. My understanding is the MM lines are calculated on the last 64 sets of data. (Any coders that know, please correct me if this is wrong.) On the daily chart, this would be the previous 64 days. On the H1 chart, the previous 64 hours, etc.

There is a second variable called MMperiod with a default setting of 1440. With this value, the MM lines are only calculated on the daily data. (I have no idea where this value comes from.) When you change time frames, the daily lines are displayed regardless of the time frame. Since the currencies generally stay within a repeating range, the daily lines don't change too often.

If you change MMperiod = 0, the lines change based on the time frame displayed. Again, I'm not sure why MMperiod affects this, but it does work. Unfortunately, I don't have MM software to verify the H1 lines (or M5, M15, M30) are correct, but visually the price behaves as if they are correct.

Of course, if you change the value of P to 32 or 16, you'll get different lines. Murrey says to use the longer time frames, so I think 64 is a good value for this variable.

Regarding trading, I started out using the daily lines on MM software, but I now think shorter time frames are more appropriate because of the volatility. (I can get stopped out a dozen times before the currency actually reverses on the daily 8/8ths line, for example.) I'm experimenting with M15, M30 and H1 time frames right now...but can't say which is the best since I haven't been using MQ4 and the MMlines indicator for a significant period of time. The CentralPips.com website suggests using M30 time frame.

C55

Last edited by crispy55; 01-02-2007 at 12:49 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #634 (permalink)  
Old 01-02-2007, 12:49 AM
Senior Member
 
Join Date: Feb 2006
Posts: 1,211
et_phonehome_2 is on a distinguished road
Quote:
Originally Posted by crispy55
Technically, I believe the MM lines should change with the time frame. In the MMLines indicator I use (MMlines), the periods variable is set at P=64. My understanding is the MM lines are calculated on the last 64 sets of data. (Any coders that know, please correct me if this is wrong.) On the daily chart, this would be the previous 64 days. On the H1 chart, the previous 64 hours, etc.

There is a second variable called MMperiod with a default setting of 1440. With this value, the MM lines are only calculated on the daily data. (I have no idea where this value comes from.) When you change time frames, the daily lines are displayed regardless of the time frame. Since the currencies generally stay within a repeating range, the daily lines don't change too often.

If you change MMperiod = 0, the lines change based on the time frame displayed. Again, I'm not sure why MMperiod affects this, but it does work. Unfortunately, I don't have MM software to verify the H1 lines (or M5, M15, M30) are correct, but visually the price behaves as if they are correct.

Of course, if you change the value of P to 32 or 16, you'll get different lines. Murrey says to use the longer time frames, so I think 64 is a good value for this variable.

C55
Thank you for making the explanation so easy that I can understand it in layman's terms.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #635 (permalink)  
Old 01-02-2007, 11:37 AM
Trading MM's Avatar
Member
 
Join Date: Aug 2006
Posts: 74
Trading MM is on a distinguished road
Quote:
Originally Posted by crispy55

There is a second variable called MMperiod with a default setting of 1440. With this value, the MM lines are only calculated on the daily data. (I have no idea where this value comes from.)

C55

24 x 60 = 1440
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #636 (permalink)  
Old 01-02-2007, 01:13 PM
Junior Member
 
Join Date: Dec 2006
Posts: 3
crispy55 is on a distinguished road
MMPeriod variable

Quote:
Originally Posted by Trading MM
24 x 60 = 1440
Trading MM:
Thanks. I presume, then, that the daily setting is created because 24 = 24 hours and 60 = 60 minutes. This suggests the indicator is taking M1 data for its calculation?

Is setting this value to 0 the correct way to create lines for other time frames?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #637 (permalink)  
Old 01-02-2007, 01:19 PM
Senior Member
 
Join Date: Feb 2006
Posts: 1,211
et_phonehome_2 is on a distinguished road
Does anyone use bMML [Baby MML] and mMML [Minor MML]? If so, what timeframe since I could not see how the values for these two fall even within the Major MML. I am using one of the MM files I had downloaded from this thread.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #638 (permalink)  
Old 01-04-2007, 12:22 AM
dbbpj's Avatar
Junior Member
 
Join Date: May 2006
Posts: 21
dbbpj is on a distinguished road
Starting Date

Happy New Year everyone.

Great Thread!

Gann's quote: "Like causes produce like effect. ... The limit of future predictions based on exact mathematical law is only restricted by lack of knowledge of the correct data on past history to work from. It is just as easy to figure 100 years or 1000 years in the future as one or two years ahead, if you have the correct starting point and know the cycle which is going to be repeated."

According to Murrey, the starting date on a one year frame is the harvest moon. Does anyone have suggestions regarding a starting point beyond the one year period... eg. a 4-year frame (4.88 years) or 10-year frame (9.77 years)?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #639 (permalink)  
Old 01-10-2007, 04:00 AM
xard777's Avatar
Senior Member
 
Join Date: Mar 2006
Location: Dominican Republic
Posts: 683
xard777 is on a distinguished road
re post #602

I put up a piccy in post #602 and ppl have been mailing me asking for indicators off it...

here it is zipped up (rar files)

Just curious....does anyone know how to get around the virtualstore in vista as it stores all new indicator files in this folder and does not allow you to write to the program files directory after the install setup???

Xard777
Attached Images
File Type: gif cable m30.gif (51.2 KB, 988 views)
Attached Files
File Type: rar #MM-TimeFrame-2007.rar (20.3 KB, 805 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #640 (permalink)  
Old 01-10-2007, 04:50 AM
DudeWorks's Avatar
Member
 
Join Date: Nov 2005
Posts: 55
DudeWorks is on a distinguished road
try disabling UAC, its a real pain, Vista is locked down tight now..

http://www.petri.co.il/disable_uac_in_windows_vista.htm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
filetype: ex4, Forex math, murray math, murray math forex, murray math trading, murray math trading system, murrey, Murrey Math, Murrey MAth ea, murrey math forex, murrey math indicator, MURREY MATH LINES, murrey math system, murrey math trading system, Murrey Maths, Murrey_Math_Line_X, The Murrey Math Trading System, x-tdi, Xard777, Murrey Math EA, murrey math trading, TimeFrame-2007-v0.04, zigzag_pointer_alert, trading, murray maths, murrey math forex tsd, search, murrey math strategy, murray i-Regr.mq4, murreymath, Forex TSD, XARD-LITE, xard lite, murrey math metatrader, murrey lines, murrey math tsd, forex tsd murrey math, Murrey Math Line X, i-Regr mq4, Murrey Math Levels


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
Murrey Math EA ForexStyle Expert Advisors - Metatrader 4 22 05-11-2009 02:39 PM


All times are GMT. The time now is 02:54 PM.



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