|
|
|
MACD_Colored Indicator for 4 Hour Strategy (300+ Pips per Month)
 |
|
|

Mar 6, 2007 2:25pm
|
 |
Stupid MQL Tricks Master
|
|
|
|
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)
Last edited by irusoh, Mar 6, 2007 4:56pm
|

Mar 6, 2007 3:07pm
|
 |
Cruising The Outer Rim...
|
|
|
|
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...
|

Mar 6, 2007 3:09pm
|
 |
Member
|
|
|
|
Please explain bullet 1 in more detail
Quote:
Originally Posted by irusoh
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
|

Mar 6, 2007 3:19pm
|
 |
J16 Senior Member cczar
|
|
|
|
Quote:
Originally Posted by irusoh
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
|

Mar 6, 2007 3:40pm
|
 |
Stupid MQL Tricks Master
|
|
|
|
Quote:
Originally Posted by jarroo
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).
|

Mar 6, 2007 3:42pm
|
 |
J16 Senior Member cczar
|
|
|
|
Quote:
Originally Posted by irusoh
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
|

Mar 6, 2007 3:45pm
|
 |
Member
|
|
|
|
Make sense
Quote:
Originally Posted by irusoh
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
|

Mar 6, 2007 3:47pm
|
 |
J16 Senior Member cczar
|
|
|
|
Quote:
Originally Posted by irusoh
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
|

Mar 6, 2007 3:48pm
|
 |
Stupid MQL Tricks Master
|
|
|
|
Quote:
Originally Posted by Golfer
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.
|

Mar 6, 2007 3:49pm
|
 |
Stupid MQL Tricks Master
|
|
|
|
Quote:
Originally Posted by jarroo
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. 
|

Mar 6, 2007 4:01pm
|
 |
Member
|
|
|
|
Great job!!!!!!!!!!!!!
Quote:
Originally Posted by irusoh
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
|

Mar 6, 2007 4:05pm
|
 |
Stupid MQL Tricks Master
|
|
|
|
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
|

Apr 9, 2007 10:31am
|
 |
Stupid MQL Tricks Master
|
|
|
|
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.
|

Apr 9, 2007 10:36am
|
 |
Pipchaser
|
|
|
|
Quote:
Originally Posted by irusoh
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. 
|

Apr 9, 2007 11:03am
|
 |
Member
|
|
|
|
great! Thanks a lot.
Quote:
Originally Posted by irusoh
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)
|
|
 |
|
|
1 Trader Viewing This Thread (0 are members)
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
|