Stock Market Forum, Penny Stocks, FOREX, NASDAQ, AMEX, NYSE, Live Chat  

Sponsors


Our Forums
St. Croix Life
Motorized Bicycles
Alternative Energy


Go Back   Stock Market Forum, Penny Stocks, FOREX, NASDAQ, AMEX, NYSE, Live Chat > FOREX FORUM > Forex Strategy

Forex Strategy A carefully devised plan of action to achieve Pips, or the art of developing or carrying out such a plan to make great Trades, using many indicators,-MACD, RSI, Moving Averages, ADX, Stochastic, Money Flow, Volume, CCI, Chaikin Oscillator, Etc.

Reply
 
Thread Tools Display Modes
  #1  
Old 10-01-2008, 05:10 PM
greencat's Avatar
greencat greencat is offline
Administrator
 
Join Date: Jun 2007
Posts: 12,425
greencat is on a distinguished road
Default Multi- MA System - GMMA

This system was invented by Daryl Guppy. I believe he has a web site if you are interested in this system. This system works if you play it correctly. It is also for the trader that has problems with drawing trendlines and other chart patterns. I srtongly recommend you try this system on a demo account. Once learned nice profit can be made. My stock market CD was modified from this system.
If you do decide to try it on a demo let us know how well it worked for you. Or how bad it turned out.

The chart shows this system is about penetrating or not penetrating. If the moving averages can turn over then there is a great chance the price is going to follow it in that direction.

If the moving averages can not completly penetrate it is more than likely it is going to bounce in that direction.

Keep it simpe. I have read a lot on this system and some people have more than likely made it to complex to trade. Good luck.

http://www.forexmt4.com/mt_yahoo/GMMA_Long_v1.mq4

http://www.forexmt4.com/mt_yahoo/GMMA_Short_v1.mq4




For a bigger chart - click this link

http://farm4.static.flickr.com/3289/...1782c6e8_b.jpg
__________________
"People are not remembered by how few times they fail, but how often they succeed."
- Thomas Edison


http://motorbicycling.com/
motorbicycles that get over 150 MPG. Stop by and learn how to beat the gas wars.....

The Green Revelotion has begun. Save the planet. Stop by our green energy site at:
http://www.nature2energy.com


Articles by Gwitt
http://www.triond.com/users/GWitt
Reply With Quote
Sponsored Links
  #2  
Old 10-02-2008, 12:56 PM
greencat's Avatar
greencat greencat is offline
Administrator
 
Join Date: Jun 2007
Posts: 12,425
greencat is on a distinguished road
Default Re: Multi- MA System - GMMA

Here is a chart of the USD/YEN. 1 Hour time frame taken today. Look for a move down on this set-up.

__________________
"People are not remembered by how few times they fail, but how often they succeed."
- Thomas Edison


http://motorbicycling.com/
motorbicycles that get over 150 MPG. Stop by and learn how to beat the gas wars.....

The Green Revelotion has begun. Save the planet. Stop by our green energy site at:
http://www.nature2energy.com


Articles by Gwitt
http://www.triond.com/users/GWitt
Reply With Quote
  #3  
Old 10-06-2008, 12:20 PM
greencat's Avatar
greencat greencat is offline
Administrator
 
Join Date: Jun 2007
Posts: 12,425
greencat is on a distinguished road
Default Re: Multi- MA System - GMMA

Here is the same Forex Chart of the USD/JPY a few days later.

__________________
"People are not remembered by how few times they fail, but how often they succeed."
- Thomas Edison


http://motorbicycling.com/
motorbicycles that get over 150 MPG. Stop by and learn how to beat the gas wars.....

The Green Revelotion has begun. Save the planet. Stop by our green energy site at:
http://www.nature2energy.com


Articles by Gwitt
http://www.triond.com/users/GWitt
Reply With Quote
  #4  
Old 10-06-2008, 01:15 PM
greencat's Avatar
greencat greencat is offline
Administrator
 
Join Date: Jun 2007
Posts: 12,425
greencat is on a distinguished road
Default Re: Multi- MA System - GMMA

Here are the diffent moving averages if you would like to try it on other charts such as the Stock market.

Short Term Group:
Blue 3, 5, 7, 10, 12 and 15 exponential moving averages

Long Term Group
Red 30, 35, 40, 45, 50 and 60 Period exponential moving averages
__________________
"People are not remembered by how few times they fail, but how often they succeed."
- Thomas Edison


http://motorbicycling.com/
motorbicycles that get over 150 MPG. Stop by and learn how to beat the gas wars.....

The Green Revelotion has begun. Save the planet. Stop by our green energy site at:
http://www.nature2energy.com


Articles by Gwitt
http://www.triond.com/users/GWitt
Reply With Quote
  #5  
Old 09-05-2009, 04:57 PM
rtace's Avatar
rtace rtace is offline
AMEX Stock
 
Join Date: Jul 2007
Posts: 342
rtace is on a distinguished road
Default Re: Multi- MA System - GMMA

Coded into Think or Swim
I'll put the strategy code soon so entry's and exits will pop up on the chart

Quote:
input length = 3;
input length1 = 5;
input length2 = 7;
input length3 = 10;
input length4 = 12;
input length5 = 15;

input ll1 = 30;
input ll2 = 35;
input ll3 = 40;
input ll4 = 45;
input ll5 = 50;
input ll6 = 60;

plot ema1 = ExpAverage(close, length);
ema1.SetDefaultColor(Getcolor(2));

plot ema2 = ExpAverage(close, length1);
ema2.SetDefaultColor(Getcolor(2));

plot ema3 = ExpAverage(close, length2);
ema3.SetDefaultColor(Getcolor(2));

plot ema4 = ExpAverage(close, length3);
ema4.SetDefaultColor(Getcolor(2));

plot ema5 = ExpAverage(close, length4);
ema5.SetDefaultColor(Getcolor(2));

plot ema6 = ExpAverage(close, length5);
ema6.SetDefaultColor(Getcolor(2));

plot lema1 = ExpAverage(close, ll1);
lema1.SetDefaultColor(Getcolor(6));

plot lema2 = ExpAverage(close, ll2);
lema2.SetDefaultColor(Getcolor(6));

plot lema3 = ExpAverage(close, ll3);
lema3.SetDefaultColor(Getcolor(6));

plot lema4 = ExpAverage(close, ll4);
lema4.SetDefaultColor(Getcolor(6));

plot lema5 = ExpAverage(close, ll5);
lema5.SetDefaultColor(Getcolor(6));

plot lema6 = ExpAverage(close, ll6);
lema6.SetDefaultColor(Getcolor(6));
__________________
Quantative

New Site
Reply With Quote
  #6  
Old 03-23-2010, 01:36 PM
GoldenBear GoldenBear is offline
Stock Market Newbie
 
Join Date: Feb 2010
Posts: 3
GoldenBear is on a distinguished road
Default Re: Multi- MA System - GMMA

Quote:
Originally Posted by greencat View Post
This system was invented by Daryl Guppy. I believe he has a web site if you are interested in this system. This system works if you play it correctly. It is also for the trader that has problems with drawing trendlines and other chart patterns. I srtongly recommend you try this system on a demo account. Once learned nice profit can be made. My stock market CD was modified from this system.
If you do decide to try it on a demo let us know how well it worked for you. Or how bad it turned out.

The chart shows this system is about penetrating or not penetrating. If the moving averages can turn over then there is a great chance the price is going to follow it in that direction.

If the moving averages can not completly penetrate it is more than likely it is going to bounce in that direction.

Keep it simpe. I have read a lot on this system and some people have more than likely made it to complex to trade. Good luck.

http://www.forexmt4.com/mt_yahoo/GMMA_Long_v1.mq4

http://www.forexmt4.com/mt_yahoo/GMMA_Short_v1.mq4




For a bigger chart - click this link

http://farm4.static.flickr.com/3289/...1782c6e8_b.jpg


i would also like to trade with all this parameters. i think you need 3-4 years to understand all setups, to separate the right and false setups
Reply With Quote
Reply

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Spanish Broadcasting System Inc. (SBSA) greencat Penny Stock Forum 8 01-24-2012 07:58 AM
Do someones know a system dani100 New Trader Q & A 0 07-05-2010 07:40 AM
Any system for trading Futures? KellyJones Forex Brokers, Articles, Accounts & Releted Topics 0 09-16-2009 04:02 AM
cryin' the blues with MA Ice NASDAQ, AMEX, NYSE Stock Forum 5 08-02-2007 03:11 AM


All times are GMT -4. The time now is 12:31 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
StockMarketCats.com