Home
Search Forums
Keywords:
Search Titles Only
User Name:
Exact Match
Show Results As:
Advanced Options
Reply
 
Thread Tools Search this Thread
  #1  
Old Mar 6, 2007 2:25pm
irusoh's Avatar
Stupid MQL Tricks Master
 
Member Since Jul 2006
Default MACD_Colored Indicator for 4 Hour Strategy (300+ Pips per Month)

I have created a new version of MACD for 4 Hour Strategy
I put it here in separate thread, so maybe it wil be easier to find.

1. I added new parameter MinDiff which if set greater than zero will color yellow those lines which differ from a prior bar by less than a set amount.

2. I added a number that will show at 1st bar. This number tells how many pips up or down price has to go for a bar to change color

Here it is.

Let me know if you have any problems.

This a link to 4 Hour Strategy (300+ Pips per Month)
Attached Files
File Type: mq4 MACD_Colored_v102.mq4 (5.7 KB, 11943 views)

Last edited by irusoh, Mar 6, 2007 4:56pm
Reply With Quote
  #2  
Old Mar 6, 2007 3:07pm
Palmer's Avatar
Cruising The Outer Rim...
 
Member Since Apr 2005
Default

Cool stuff man. Does the value on the MACD bar change with the price change? Nevermind, just got my question answered. Hmmm, set an audible alert for the price differnence/level...
__________________
May The Pips be with you.
http://www.fxtradeblog.com
Reply With Quote
  #3  
Old Mar 6, 2007 3:09pm
Golfer's Avatar
Member
 
Member Since Feb 2007
Default Please explain bullet 1 in more detail

Quote:
Originally Posted by irusoh View Post
I have created a new version of MACD for 4 Hour Strategy
I put it here in separate thread, so maybe it wil be easier to find.

1. I added new parameter MinDiff which if set greater than zero will color yellow those lines which differ from a prior bar by less than a set amount.

2. I added a number that will show at 1st bar. This number tells how many pips up or down price has to go for a bar to change color

Here it is.

Let me know if you have any problems.

This a link to 4 Hour Strategy (300+ Pips per Month)
I don' understand bullet 1 - could you please explain it becasue I don't see difference between your MACD and Phillip's MACD colours.

Tx

Willem
Reply With Quote
  #4  
Old Mar 6, 2007 3:19pm
jarroo's Avatar
J16 Senior Member cczar
 
Member Since Sep 2005
Default

Quote:
Originally Posted by irusoh View Post
I have created a new version of MACD for 4 Hour Strategy
I put it here in separate thread, so maybe it wil be easier to find.

1. I added new parameter MinDiff which if set greater than zero will color yellow those lines which differ from a prior bar by less than a set amount.

2. I added a number that will show at 1st bar. This number tells how many pips up or down price has to go for a bar to change color

Here it is.

Let me know if you have any problems.

This a link to 4 Hour Strategy (300+ Pips per Month)
I don't see the yellow lines.

Jim
Reply With Quote
  #5  
Old Mar 6, 2007 3:40pm
irusoh's Avatar
Stupid MQL Tricks Master
 
Member Since Jul 2006
Default

Quote:
Originally Posted by jarroo View Post
I don't see the yellow lines.

Jim
you can set MinDiff=0.5 if you consider that too small a difference between 2 bars for exmaple.

if bar1 is 10.6 and bar2 is 10.8 then bar2 will be colored yellow since difference less than MinDiff parm.
MACD is difference between 2 MAs in pips. So it could be 1 pip. That's might even hard to see on some charts. So you can conisder it negligeable.
On the other hand some people want to see all changes, then leave MinDiff at zero, it will display as an old inidcator.
By the way the old ind MACD_H4_300 is also my creation (to avoid confusion).
Reply With Quote
  #6  
Old Mar 6, 2007 3:42pm
jarroo's Avatar
J16 Senior Member cczar
 
Member Since Sep 2005
Default

Quote:
Originally Posted by irusoh View Post
you can set MinDiff=0.5 if you consider that too small a difference between 2 bars for exmaple.

if bar1 is 10.6 and bar2 is 10.8 then bar2 will be colored yellow since difference less than MinDiff parm.
MACD is difference between 2 MAs in pips. So it could be 1 pip. That's might even hard to see on some charts. So you can conisder it negligeable.
On the other hand some people want to see all changes, then leave MinDiff at zero, it will display as an old inidcator.
By the way the old ind MACD_H4_300 is also my creation (to avoid confusion).

Oh, I see. Thanks.

Jim
Reply With Quote
  #7  
Old Mar 6, 2007 3:45pm
Golfer's Avatar
Member
 
Member Since Feb 2007
Default Make sense

Quote:
Originally Posted by irusoh View Post
you can set MinDiff=0.5 if you consider that too small a difference between 2 bars for exmaple.

if bar1 is 10.6 and bar2 is 10.8 then bar2 will be colored yellow since difference less than MinDiff parm.
MACD is difference between 2 MAs in pips. So it could be 1 pip. That's might even hard to see on some charts. So you can conisder it negligeable.
On the other hand some people want to see all changes, then leave MinDiff at zero, it will display as an old inidcator.
By the way the old ind MACD_H4_300 is also my creation (to avoid confusion).
Irusoh

Tx, that makes sense. Great work with the indicator - very easy to read. How do you set the MinDiff (sory but I am not very computer/MT4 literate)?

Willem
Reply With Quote
  #8  
Old Mar 6, 2007 3:47pm
jarroo's Avatar
J16 Senior Member cczar
 
Member Since Sep 2005
Default

Quote:
Originally Posted by irusoh View Post
you can set MinDiff=0.5 if you consider that too small a difference between 2 bars for exmaple.

if bar1 is 10.6 and bar2 is 10.8 then bar2 will be colored yellow since difference less than MinDiff parm.
MACD is difference between 2 MAs in pips. So it could be 1 pip. That's might even hard to see on some charts. So you can conisder it negligeable.
On the other hand some people want to see all changes, then leave MinDiff at zero, it will display as an old inidcator.
By the way the old ind MACD_H4_300 is also my creation (to avoid confusion).
Have you see this post(#1828) from Phillip Nel :

"Can someone write us an alert that when the MACD makes a direction change at the close of a MACD bar than the previous 2 MACD bars. This will help during sleeping time to catch the actual one and not have to get up every 4 hours during the night. Maybe someone has a better idea.
Thanks"

Your help in this matter would be appreciated.

Thanks again,

Jim
Reply With Quote
  #9  
Old Mar 6, 2007 3:48pm
irusoh's Avatar
Stupid MQL Tricks Master
 
Member Since Jul 2006
Default

Quote:
Originally Posted by Golfer View Post
Irusoh

Tx, that makes sense. Great work with the indicator - very easy to read. How do you set the MinDiff (sory but I am not very computer/MT4 literate)?

Willem
You set it when inputs window comes up at first. Just click on Inputs, double-click on MinDiff and set.
Reply With Quote
  #10  
Old Mar 6, 2007 3:49pm
irusoh's Avatar
Stupid MQL Tricks Master
 
Member Since Jul 2006
Default

Quote:
Originally Posted by jarroo View Post
Have you see this post(#1828) from Phillip Nel :

"Can someone write us an alert that when the MACD makes a direction change at the close of a MACD bar than the previous 2 MACD bars. This will help during sleeping time to catch the actual one and not have to get up every 4 hours during the night. Maybe someone has a better idea.
Thanks"

Your help in this matter would be appreciated.

Thanks again,

Jim
I will look into it.
Reply With Quote
  #11  
Old Mar 6, 2007 4:01pm
Golfer's Avatar
Member
 
Member Since Feb 2007
Talking Great job!!!!!!!!!!!!!

Quote:
Originally Posted by irusoh View Post
I will look into it.
Hi Irusoh

Tx for all your efforts. Do appreciate it. Glad we do have experts like you - make trading a fun exercise.

Willem
Reply With Quote
  #12  
Old Mar 6, 2007 4:05pm
irusoh's Avatar
Stupid MQL Tricks Master
 
Member Since Jul 2006
Default

I just uploaded corrected version AGAIN
Sorry for reposting. Apparently EMA need the whole price array to recalculate itslef corretly.
The old one was printing some debugging messages in the expert log.
Get It from the first post.

Last edited by irusoh, Mar 6, 2007 4:57pm
Reply With Quote
  #13  
Old Apr 9, 2007 10:31am
irusoh's Avatar
Stupid MQL Tricks Master
 
Member Since Jul 2006
Default NEW VERSION: MACD_colored indicator version 3

This is an new version of MACD colored indicator.
It includes signals and alerts.

All explanations are in macd_colored.doc attached.

Please download and test. Post me here with any questions.
Attached Files
File Type: mq4 MACD_Colored_v103.mq4 (13.0 KB, 6985 views)
File Type: doc MACD Colored Indicator.doc (80.5 KB, 9532 views)
Reply With Quote
  #14  
Old Apr 9, 2007 10:36am
alcastro's Avatar
Pipchaser
 
Member Since Sep 2006
1 Vouchers  512 Posts
Thumbs up

Quote:
Originally Posted by irusoh View Post
This is an new version of MACD colored indicator.
It includes signals and alerts.

All explanations are in macd_colored.doc attached.

Please download and test. Post me here with any questions.

This look is very helpful.

Thanks for your efforts.
Reply With Quote
  #15  
Old Apr 9, 2007 11:03am
tradeigel's Avatar
Member
 
Member Since Jun 2006
Default

great! Thanks a lot.

Quote:
Originally Posted by irusoh View Post
I have created a new version of MACD for 4 Hour Strategy
I put it here in separate thread, so maybe it wil be easier to find.

1. I added new parameter MinDiff which if set greater than zero will color yellow those lines which differ from a prior bar by less than a set amount.

2. I added a number that will show at 1st bar. This number tells how many pips up or down price has to go for a bar to change color

Here it is.

Let me know if you have any problems.

This a link to 4 Hour Strategy (300+ Pips per Month)
Reply With Quote
Reply

1 Trader Viewing This Thread (0 are members)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads
Thread Thread Starter Forum Replies Last Post
Two-Stroke System (Mechanical Price Action +300 pips per month) Inflection Rookie Discussion 113 Jul 1, 2009 6:41am
Stupid System (200-300 pips per month) Inflection Trading Systems 33 Jun 29, 2009 2:14pm
4 Hour Strategy Macd+other Indicator lucmat Trading Discussion 19 Jun 15, 2009 8:53pm
300+ pips MACD strategy Poll Mr demark Rookie Discussion 20 Feb 26, 2009 5:12pm
I got 300 pips today fx-trader777 Trading Discussion 10 Dec 21, 2005 6:27am