NexusFi: Find Your Edge


Home Menu

 





Murrey Math


Discussion in Traders Hideout

Updated
      Top Posters
    1. looks_one Big Mike with 36 posts (150 thanks)
    2. looks_two Zambi with 15 posts (4 thanks)
    3. looks_3 bobc with 10 posts (6 thanks)
    4. looks_4 Lmess with 10 posts (0 thanks)
      Best Posters
    1. looks_one Big Mike with 4.2 thanks per post
    2. looks_two Prtester with 1.4 thanks per post
    3. looks_3 eDanny with 0.7 thanks per post
    4. looks_4 bobc with 0.6 thanks per post
    1. trending_up 225,091 views
    2. thumb_up 219 thanks given
    3. group 91 followers
    1. forum 253 posts
    2. attach_file 73 attachments




 
Search this Thread

Murrey Math

  #21 (permalink)
 
wh's Avatar
 wh 
Neubrandenburg, Germany
 
Experience: Advanced
Platform: R
Trading: Stocks
Posts: 538 since Jun 2009
Thanks Given: 298
Thanks Received: 512

sorry can not export can someone insert .... if you want

 
Code
                Add(new Plot(Color.Red,        "-2/8 - BUY: TP1 @ 0/8, TP2 @ 2/8"));
                Add(new Plot(Color.Red,        "-1/8 - BUY: TP1 @ 0/8th, TP2 @ 2/8"));
                Add(new Plot(Color.Red,        "0/8 - If uptrend, BUY & Exit @ 2/8th"));
                Add(new Plot(Color.Red,        "1/8 - If uptrend, BUY & Exit @ 4/8th"));
                Add(new Plot(Color.Red,        "2/8 - Pivot, Reverse"));
                Add(new Plot(Color.Red,        "3/8 - Bottom - ReEntry Short"));
                Add(new Plot(Color.Red,        "4/8 - Major Support/Resistance Line"));
                Add(new Plot(Color.Red,        "5/8 - Top - ReEntry Long"));
                Add(new Plot(Color.Red,        "6/8 - Pivot, Reverse"));
                Add(new Plot(Color.Red,        "7/8 - If downtrend, SELL & Exit @ 4/8th"));
                Add(new Plot(Color.Red,        "8/8 - If downtrend, SELL & Exit @ 6/8th"));
                Add(new Plot(Color.Red,        "+1/8 - SELL: TP1 @ 8/8th, TP2 @ 7/8"));
                Add(new Plot(Color.Red,        "+2/8 - SELL: TP1 @ 8/8, TP2 @ 7/8"));
            
                Plots[0].Pen = new Pen(Color.Blue, 2);
                Plots[1].Pen = new Pen(Color.Blue, 2);
                Plots[2].Pen = new Pen(Color.Blue, 2);
                Plots[3].Pen = new Pen(Color.Blue, 2);
                Plots[4].Pen = new Pen(Color.White, 2);
                Plots[5].Pen = new Pen(Color.Green, 2);
                Plots[6].Pen = new Pen(Color.DodgerBlue, 2);
                Plots[7].Pen = new Pen(Color.Green, 2);
                Plots[8].Pen = new Pen(Color.White, 2);
                Plots[9].Pen = new Pen(Color.Red, 2);
                Plots[10].Pen = new Pen(Color.Red, 2);
                Plots[11].Pen = new Pen(Color.Red, 2);
                Plots[12].Pen = new Pen(Color.Red, 2);

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Better Renko Gaps
The Elite Circle
How to apply profiles
Traders Hideout
MC PL editor upgrade
MultiCharts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
36 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
19 thanks
GFIs1 1 DAX trade per day journal
16 thanks
Spoo-nalysis ES e-mini futures S&P 500
15 thanks
  #22 (permalink)
 Prtester 
SE-Asia
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Amp
Trading: ES
Posts: 151 since Jun 2009
Thanks Given: 66
Thanks Received: 124


Big Mike View Post
PrTester,

Thank you for all of your work on this indicator!! I hope you don't mind, I made a few changes for my personal use and wanted to share in case anyone else benefits from them.

Here is my version, which adds:

- Ability to use Right Margin on chart
- Ability to color the Text Labels differently than the line colors
- Raises the Text Label by 2px so it doesn't touch the line
- Right-aligns the MML text (0/8, 1/8, 2/8 etc)
- Sets default colors to match the colors presented earlier in this thread

Mike

Not at all! do all the mod you want. I think the main idea is that everyone had a nicer, usefull working version :-)

Reply With Quote
  #23 (permalink)
 
Eternum's Avatar
 Eternum 
Washington, DC
 
Experience: Intermediate
Platform: Investor/RT, S5 Trader
Broker: Stage 5 Trading / IQFeed
Trading: ES
Posts: 22 since Jun 2009
Thanks Given: 6
Thanks Received: 17



Prtester View Post
Ok guys here is the deal, this is not fully tested, but should work on Range, and Volume Charts, I include some Bool in case you want the pivots to be calculated Hourly. When you guys think is ready we can move it to the download section.
Regards

Prtester, there is something strange going on in regards of Range bars. I get different lines for different interval settings. To replicate try /NQ and set Range to 5 and then switch to 6. I attached two screenshots to illustrate the problem.

Attached Thumbnails
Click image for larger version

Name:	NQ 5 Range.jpg
Views:	649
Size:	57.1 KB
ID:	306   Click image for larger version

Name:	NQ 6 Range.jpg
Views:	520
Size:	49.8 KB
ID:	307  
Reply With Quote
  #24 (permalink)
 Prtester 
SE-Asia
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Amp
Trading: ES
Posts: 151 since Jun 2009
Thanks Given: 66
Thanks Received: 124


Eternum View Post
Prtester, there is something strange going on in regards of Range bars. I get different lines for different interval settings. To replicate try /NQ and set Range to 5 and then switch to 6. I attached two screenshots to illustrate the problem.

This behavior is kind of expected due to the calculation structure, it uses High?Low from 200 last bars, 200 Bars (5-Range) != 200 Bars(6-Range), hope that explain the issue.

Regards

Reply With Quote
  #25 (permalink)
 
wh's Avatar
 wh 
Neubrandenburg, Germany
 
Experience: Advanced
Platform: R
Trading: Stocks
Posts: 538 since Jun 2009
Thanks Given: 298
Thanks Received: 512

Murrey Math Line X — MetaTrader 4 Indicator

Murrey Math Line X

Murrey Math Line X MetaTrader indicator — a pivot line indicator that will definitely help every trader that know how to trade with support, resistance and pivot lines. It displays 8 different lines (with possible additional lines) on the main chart, helping you to find the best points to sell, buy and exit the positions.
Input parameters:

  • P (default = 64) — period in bars or in other periods (set by MMPeriod), on which the lines will be calculated. The lower is the number the more current but less accurate calculations will be.
  • MMPeriod (default = 1440) — a basic period in minutes (60 — for hourly pivots, 1440 — for daily pivots, 10080 — for weekly and 43200 — for monthly); if greater than zero, indicator will use P amount of MMPeriod minutes to calculate its lines. If zero, indicator will use P amount of the current chart bars to calculate its lines.
  • StepBack (default = 0) — a shift back for calculating the lines (in the current bars or in number of MMPeriod (if set) minutes).
  • Other parameters — affect only visual parameters of the lines.
It's easy to use Murrey Math Line X. 0/8P and 8/8P lines are the ultimate resistance and support lines — they are very hard to break. 1/8P and 7/8P lines are weak support and resistance lines, but if the price stopped near them, it will reverse and change direction. 2/8P and 6/8P lines are strong reverse points. 3/8P and 5/8P are the bottom and the top of the average trading range respectively; it is very likely that the price will either pierce this range fast or will remain inside it for a long time. 4/8P is a major support and resistance line; sell and buy when the price crosses it for a certain profit. The blue arrow marks the final calculated bar.

Reply With Quote
Thanked by:
  #26 (permalink)
 
Todd's Avatar
 Todd 
Alpharetta, GA
 
Experience: Intermediate
Platform: ninja
Broker: Mirus / Zenfire
Trading: ES
Posts: 234 since Jun 2009
Thanks Given: 28
Thanks Received: 40

Mike,

Thanks for your work on this.

Did Richard give you any indication if he would add the labels or not?

I added the new MML's on top of my EOT MML's. Both sets of MML's seem to auto-adjust over the course of the dya but there are more EOT MML's at the end of the day. Notice in the screenshot, the EOT MML at 69.14 which doesn't have a matching colored MML.

2009-06-23_2315

The main question I have is...
Can the labels be "left justified" so they aren't sitting right on top of current price action at the right edge of the chart?

Todd

Reply With Quote
  #27 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,440 since Jun 2009
Thanks Given: 33,214
Thanks Received: 101,599


Todd View Post
Mike,

Thanks for your work on this.

Did Richard give you any indication if he would add the labels or not?

I added the new MML's on top of my EOT MML's. Both sets of MML's seem to auto-adjust over the course of the dya but there are more EOT MML's at the end of the day. Notice in the screenshot, the EOT MML at 69.14 which doesn't have a matching colored MML.

2009-06-23_2315

The main question I have is...
Can the labels be "left justified" so they aren't sitting right on top of current price action at the right edge of the chart?

Todd

Yes they can be left justified, would require code changes. I'll look into it if I do any more changes, or maybe PrTester will do them. I like using the right margin chart option for them so am in no hurry to change the code.

The EOT version has more options. Some of which I don't understand, so I am not entirely sure of all the differences between them.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #28 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,440 since Jun 2009
Thanks Given: 33,214
Thanks Received: 101,599

I also believe there may be a midnight/new day rollover bug.

Twice now, when I had a chart open prior to midnight and midnight came and went, the pivot lines went missing. The text labels remained, oddly enough.

Refreshing the chart actually does NOT bring the lines back. Now two nights in a row, I went to bed before 1am so I am not sure but I feel pretty certain the lines come back @ 1am because they were there waiting for me when I woke up this morning, without refreshing the chart.

I'm using the Hourly setting.



Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #29 (permalink)
 Blz17 
Seattle
 
Experience: Beginner
Platform: NinjaTrader Interactive Brokers
Trading: 6B
Posts: 225 since Jun 2009
Thanks Given: 135
Thanks Received: 270

Here's a 5 min and 60 min on the ZN. Mike and I were getting some different figures.

Attached Thumbnails
Click image for larger version

Name:	ZN 09-09  6_24_2009 (5 Min).jpg
Views:	616
Size:	59.5 KB
ID:	331   Click image for larger version

Name:	ZN 09-09  6_24_2009 (60 Min).jpg
Views:	637
Size:	56.5 KB
ID:	332  
Visit my NexusFi Trade Journal Reply With Quote
  #30 (permalink)
 
RJay's Avatar
 RJay 
Hartford, CT. USA
 
Experience: Intermediate
Platform: NinjaTrader
Broker: AMP/CQG, Kinetick
Trading: RTY
Posts: 683 since Jun 2009
Thanks Given: 758
Thanks Received: 787


Mike,

I gotta admit, this murrey math is pretty scarey stuff.

ES snapshot from this morning.

WOW!!!

RJay

Attached Thumbnails
Click image for larger version

Name:	MurreyMath.jpg
Views:	1396
Size:	181.1 KB
ID:	349  
Reply With Quote
Thanked by:




Last Updated on June 21, 2021


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts