- Katılım
- 23 Eki 2020
- Mesajlar
- 1,828
From: Jim Eaves <jimeaves / at / gci.net> To: Metastockusers / at / yahoogroups.com <Metastockusers / at / yahoogroups.com> Date: Tuesday, March 11, 2003, 12:14:22 AM Subject: [Metastockusers] Cumming's 4MACD for MetaStock Hi Hal, Here is how I construct my MetaStock version of Robert Cumming's 4MACD. Again the multipliers for MACDBlue and MACDYellow are necessary for MetaStock I believe because of the differences in the way TC-2000 and MetaStock handle the MACD function and differences in the way they scale charts. Each stock has a different multiplier, but I have found the below settings to work well enough for most stocks in general. If you want a perfect match with the TC-2000 version you have to play with the yellow and blue multipliers. Below are the formulas for 4 different MACD indicators (MACDBlue, MACDRed, MACDYellow, and MACDGreen). Each should be saved to a different indicator via MetaStock's Indicator Builder. You should be able to copy and paste into Indicator Builder from this e-mail. Once you have all four indicators installed, grab the MACDBlue indicator and place it into a new window on a chart. Then change its color to blue. Leave it as a line graph for now (very important). Then grab and drop MACDRed into the same window and change its color to red. Again leave it as a line graph (very important). Then grab and drop MACDYellow into the same window and change its color to yellow. Again leave it as a line function (very important). It MetaStock asks you about scaling tell it to use the same scaling on the right. Then grab and drop MACDGreen into the same window and change its color to green. Now right click on the blue line and select MACDBlue properties. Now change it to a histogram and select the second thickness. Do the same procedure for MACDRed, MACDYellow and MACDGreen in that order (very important). That should set it up. Jim |
|
MACDBlue (The Blue Cumming's 4MACD Histogram) 4.3*((Mov(C,17,E)-Mov( C,14,E))-Mov((Mov(C,17,E)-Mov(C,14,E)),5,E )) |
|
MACDRed (The Red Cumming's MACD Histogram) (Mov(C,17,E)-Mov( C,8,E))-Mov((Mov(C,17,E)-Mov(C,8,E)),5,E ) |
|
MACDYellow (The Yellow Cumming's 4MACD Histogram) 1.4*((Mov(C,10,E)-Mov(C,16,E))-Mov((Mov(C,10,E)-Mov(C,16,E)),5,E )) |
|
MACDGreen (The Green Cumming's 4MACD Histogram) (Mov(C,5,E)-Mov( C,10,E))-Mov((Mov(C,5,E)-Mov(C,10,E)),5,E ) |
|
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= From: Kevin Howard <kjhoward / at / bigpond.net.au> To: Metastockusers / at / yahoogroups.com <Metastockusers / at / yahoogroups.com> Date: Tuesday, March 11, 2003, 10:22:32 AM Subject: [Metastockusers] Cumming's 4MACD for MetaStock Hi Jim, I found your posting the most helpful of any posting from any share discussion group that to date I have logged into. Your instructions are precise and clear and the indicator code is simply eloquent. Most importantly it runs like a dream. I just wanted to say thank you. Regards, Kevin =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= From: aktrader99577 <jimeaves / at / gci.net> To: Metastockusers / at / yahoogroups.com <Metastockusers / at / yahoogroups.com> Date: Tuesday, March 11, 2003, 7:55:10 PM Subject: [Metastockusers] Re: Cumming's 4MACD for MetaStock Hi Kevin, Thank you for your kind words. I hope you enjoy the indicator. Jim =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= From: Schulzbacher <schulzbacher / at / terra.com.br> To: Metastockusers / at / yahoogroups.com <Metastockusers / at / yahoogroups.com> Date: Tuesday, March 11, 2003, 3:18:31 PM Subject: RES: [Metastockusers] Cumming's 4MACD for MetaStock Hello Jim, First, i would like to ask excuses for my English, because I am Brazilian. I would like to thank his generosity in sharing his knowledge with us. I agree with Kevin and with their words in relationship his á generosity. With base in their formulas, I developed a system trading, that is not still ready, but it already presented results superiors in relation to conventional MACD, in historical series. Favor evaluate and they make their important suggestions. Simply copy and paste in the system tester, and evaluate the results making improvements. Thank you. |
|
4MACD System Enter Long: ( Fml( "MACDGreen (The Green Cumming's 4MACD Histogram)") > 0.03 AND Fml( "MACDGreen (The Green Cumming's 4MACD Histogram)") > Fml( "MACDRed (The Red Cumming's MACD Histogram") AND Fml( "MACDGreen (The Green Cumming's 4MACD Histogram)") > Fml( "MACDBlue (The Blue Cumming's 4MACD Histogram)") AND Fml( "MACDGreen (The Green Cumming's 4MACD Histogram)") > Fml( "MACDYellow (The Yellow Cumming's 4MACD Histogram)")) AND Fml( "MACDYellow (The Yellow Cumming's 4MACD Histogram)") > Fml( "MACDRed (The Red Cumming's MACD Histogram") AND Fml( "MACDYellow (The Yellow Cumming's 4MACD Histogram)") > Fml( "MACDBlue (The Blue Cumming's 4MACD Histogram)") Close Long: ( Fml( "MACDRed (The Red Cumming's MACD Histogram") > Fml( "MACDGreen (The Green Cumming's 4MACD Histogram)") AND Fml( "MACDRed (The Red Cumming's MACD Histogram") > Fml( "MACDBlue (The Blue Cumming's 4MACD Histogram)") AND Fml( "MACDRed (The Red Cumming's MACD Histogram") > Fml( "MACDYellow (The Yellow Cumming's 4MACD Histogram)")) OR ( Fml( "MACDBlue (The Blue Cumming's 4MACD Histogram)") > Fml( "MACDGreen (The Green Cumming's 4MACD Histogram)") AND Fml( "MACDBlue (The Blue Cumming's 4MACD Histogram)") > Fml( "MACDYellow (The Yellow Cumming's 4MACD Histogram)") AND Fml( "MACDBlue (The Blue Cumming's 4MACD Histogram)") > Fml( "MACDRed (The Red Cumming's MACD Histogram") ) |
Regards, Paulo =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= From: StochRsi <ronka / at / marlin.com.br> To: Metastockusers / at / yahoogroups.com <Metastockusers / at / yahoogroups.com> Date: Tuesday, March 11, 2003, 8:29:29 PM Subject: [Metastockusers] Re: Paulo Schulzbacher- 4MACDean Hi Paulo, I also belong to Brazil and for coincidence I also am working with the 4MACD. I would like very entering in touch with you. My email: ronka / at / marlin.com.br regards ronald =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= From: aktrader99577 <jimeaves / at / gci.net> To: Metastockusers / at / yahoogroups.com <Metastockusers / at / yahoogroups.com> Date: Tuesday, March 11, 2003, 8:02:47 PM Subject: RES: [Metastockusers] Cumming's 4MACD for MetaStock Hi Paulo, Your English is very good. Thank you for your kind words and for sharing the code for your 4MACD system. Best wishes. Jim | |
| |
| |
| |
Source / From: |