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
  #91 (permalink)  
Old 08-13-2006, 06:15 AM
Trading MM's Avatar
Member
 
Join Date: Aug 2006
Posts: 74
Trading MM is on a distinguished road
Quote:
Originally Posted by DanielTyrkiel
Hi guys, I've been using the octaves indicator on the 4hr cable with success, but have a question. Does it work for you on other pairs? I never could get it to work properly on pairs like the eurusd. It seems to plot its lines on a fixed range of prices that suit cables range, but nothing else. Had anyone the same problem?
Well as a start use the 4 Hr chart and not a monthly chart.

It works on any stock or future. Attached a 4 hrs eur/usd

HTH
Attached Images
File Type: gif 4hrs.gif (23.9 KB, 2270 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
  #92 (permalink)  
Old 08-13-2006, 10:48 AM
xard777's Avatar
Senior Member
 
Join Date: Mar 2006
Location: Dominican Republic
Posts: 683
xard777 is on a distinguished road
Quote:
Originally Posted by Trading MM
Well as a start use the 4 Hr chart and not a monthly chart.

It works on any stock or future. Attached a 4 hrs eur/usd

HTH

Thats a TimeFrame indicator your using, the other trader was using an octave indicator....(suggest you go back a few posts for clarity)
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
  #93 (permalink)  
Old 08-14-2006, 12:13 PM
Trading MM's Avatar
Member
 
Join Date: Aug 2006
Posts: 74
Trading MM is on a distinguished road
Quote:
Originally Posted by xard777
If you move the mouse over to the right of the chart it will highlight "vertical scale"...hold the left mouse button down and drag the mouse down the screen...the whole MM range will now be available.

Xard777
Thanks going to like MT4 more and more
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
  #94 (permalink)  
Old 08-14-2006, 05:12 PM
Trading MM's Avatar
Member
 
Join Date: Aug 2006
Posts: 74
Trading MM is on a distinguished road
Highest and lowest CLOSE

@xard777

For the proper MM calculation based on Highest and Lowest CLOSE
use:
v1=(Close[Lowest(NULL,0,MODE_CLOSE,P+StepBack,0)]);
v2=(Close[Highest(NULL,0,MODE_CLOSE,P+StepBack,0)]);

Best regards,
Attached Files
File Type: mq4 #00MurreyMath-TimeFrame_onCLOSE.mq4 (18.8 KB, 730 views)

Last edited by Trading MM; 08-14-2006 at 05:59 PM.
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
  #95 (permalink)  
Old 08-14-2006, 06:47 PM
xard777's Avatar
Senior Member
 
Join Date: Mar 2006
Location: Dominican Republic
Posts: 683
xard777 is on a distinguished road
Quote:
Originally Posted by Trading MM
@xard777

For the proper MM calculation based on Highest and Lowest CLOSE
use:
v1=(Close[Lowest(NULL,0,MODE_CLOSE,P+StepBack,0)]);
v2=(Close[Highest(NULL,0,MODE_CLOSE,P+StepBack,0)]);

Best regards,
Thanx very much for the update, it is greatly appreciated, and spot on:-)

Xard777

Enc TimeFrame with Period set at 32 (very nice on cable 30min:-)
Attached Images
File Type: gif cable 30min.gif (34.8 KB, 2085 views)
Attached Files
File Type: mq4 #00MM-TimeFrame.mq4 (10.0 KB, 662 views)

Last edited by xard777; 08-14-2006 at 09:55 PM.
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
  #96 (permalink)  
Old 08-15-2006, 10:25 AM
Trading MM's Avatar
Member
 
Join Date: Aug 2006
Posts: 74
Trading MM is on a distinguished road
In addition to MM

In addition to MM I also use the Market Profile indicator so you can see where the volume is at given price

http://www.forex-tsd.com/general-dis...indicator.html

Regards,
Attached Images
File Type: gif mm+mp.gif (26.8 KB, 2346 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
  #97 (permalink)  
Old 08-15-2006, 11:26 AM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 676
cja is on a distinguished road
MM Recalculating

Quote:
Originally Posted by xard777
Thanx very much for the update, it is greatly appreciated, and spot on:-)

Xard777

Enc TimeFrame with Period set at 32 (very nice on cable 30min:-)

I am finding that the new update still does not recaculate the MM unless you change time frames and then it resets, the MM#LabelLevels & the #00MurreyMath-TimeFrame both don't work with the new update, the original code works in the MM#LabelLevels but not in the #00MurreyMath-TimeFrame indicator I have tested all three on a 1 minute chart tonight. Could someone have a look at this please.
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
  #98 (permalink)  
Old 08-15-2006, 11:29 AM
increase's Avatar
Senior Member
 
Join Date: May 2006
Posts: 845
increase is on a distinguished road
Quote:
Originally Posted by cja
I am finding that the new update still does not recaculate the MM unless you change time frames and then it resets, the MM#LabelLevels & the #MurreyMath-TimeFrame both don't work with the new update, the original code works in the MM#LabelLevels but not in the #MurreyMath-TimeFrame indicator I have tested all three on a 1 minute chart tonight. Could someone have a look at this please.
also I find that the lines squeeze so close together on small timeframes such as M5 is there any way around this.

I tried the Murray math level, where you can set the gap, but then after a while it also cramps so that you can hardly see the divisions?
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
  #99 (permalink)  
Old 08-15-2006, 11:47 AM
Trading MM's Avatar
Member
 
Join Date: Aug 2006
Posts: 74
Trading MM is on a distinguished road
Quote:
Originally Posted by increase
also I find that the lines squeeze so close together on small timeframes such as M5 is there any way around this.

I tried the Murray math level, where you can set the gap, but then after a while it also cramps so that you can hardly see the divisions?
Zoom in and use a very limited timespan on the 5 min chart

Edit: But ALWAYS look at a higher timeframe for confirmation
Attached Images
File Type: gif 5 min.gif (21.1 KB, 2200 views)

Last edited by Trading MM; 08-15-2006 at 12:11 PM.
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
  #100 (permalink)  
Old 08-15-2006, 12:54 PM
xard777's Avatar
Senior Member
 
Join Date: Mar 2006
Location: Dominican Republic
Posts: 683
xard777 is on a distinguished road
Quote:
Originally Posted by increase
also I find that the lines squeeze so close together on small timeframes such as M5 is there any way around this.

I tried the Murray math level, where you can set the gap, but then after a while it also cramps so that you can hardly see the divisions?

I've tested the #00MM-TimeFrame indicator live @ 1min along with the labelLvels indicator....set Period on both to 32....works fine....bear in mind it's the candles close that #00MM-TimeFrame indicator uses....both charts did change frame automatically when candle closed beyond the frame.

I had three good trades on the 1hr chart last night...works fine

If you want, change the period to 64

Xard777

enc charts.

ps I also ran the Hi-Close/Lo-Close figure through AMM.exe - they matched up even when the chart moved into a larger frame.
Attached Images
File Type: gif cable 1min.gif (41.3 KB, 2028 views)
File Type: gif cable2 1min.gif (46.1 KB, 1934 views)
Attached Files
File Type: rar AMM.rar (45.8 KB, 495 views)
File Type: mq4 #00MM-TimeFrame64.mq4 (10.0 KB, 602 views)
File Type: mq4 #00MM-TimeFrame32.mq4 (10.0 KB, 585 views)

Last edited by xard777; 08-15-2006 at 01:18 PM.
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: 2 (1 members and 1 guests)
Lonya
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 05:22 AM.



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