Forex
Google

Go Back   Forex Trading > Discussion Areas > Suggestions for Trading Systems
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-06-2005, 02:51 PM
BrunoFX's Avatar
BrunoFX BrunoFX is offline
Senior Member
 
Join Date: Sep 2005
Posts: 819
BrunoFX will become famous soon enough
Arrow Ganbah Strategy!

Hello Traders,

I found this method on another forum which you undoubtedly know and I wanted to have your opinion.

Quote:
Ganbah Strategy!

--------------------------------------------------------------------------------

This strategy is founded by a friend of mine. I asked him to reveal it here to improve it. His only request is to keep the name intact.

Here is the strategy:

- Open the chart on the pair you want to trade, H1 frame and add RSI of period 3 days "RSI(3)". (All pairs of 2 - 5 pips of spread can be used).

- Go LONG When RSI return from the buttom or at least 30 and gos up.
- Go SHORT When RSI return from the top or at least 70 and gos down.
- Target = 10 points.
- Stop lose = 20 points.

It is better to enter at the returning point from the top/bottom or at least not after the reading passing 30/70.

In the normal days, there are more than 30 chances to open contracts! (I guess!).

The result of this strategy is promising and need to optimize using more indicators to take the right decision to enter.
The Statement here

Rather simple A to undoubtedly carry out a EA, that do you think about it?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-06-2005, 03:30 PM
BrunoFX's Avatar
BrunoFX BrunoFX is offline
Senior Member
 
Join Date: Sep 2005
Posts: 819
BrunoFX will become famous soon enough
hello Group,

There is already a EA. I attach it here
Attached Files
File Type: ex4 Ganbah_tp10_sl22.ex4 (4.9 KB, 82 views)
File Type: mq4 Ganbah_tp10_sl22.mq4 (3.6 KB, 148 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-07-2005, 08:20 AM
BrunoFX's Avatar
BrunoFX BrunoFX is offline
Senior Member
 
Join Date: Sep 2005
Posts: 819
BrunoFX will become famous soon enough
Hello,

This is my message (in the other forum) abort my results :

Quote:
Hello oshaban,

I tested successfully your method manually then I tested your EA.
As you can see you, there are losses and I think of knowing why.
You mention on your method manually that one needs a crossing of line RSI on the reference marks: 30 or 70.
The EA opens position under these reference marks and not with the crossings. I think that by modifying the EA so that it opens the position only with the crossing, one should have more gaining and less losers.
What do you think about it?

I attach statement since yesterday and I continue to test it before the next update of your EA
Attached Files
File Type: html DetailedStatementGanbah_06&07.12.2005.html (17.4 KB, 210 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-07-2005, 10:08 AM
BrunoFX's Avatar
BrunoFX BrunoFX is offline
Senior Member
 
Join Date: Sep 2005
Posts: 819
BrunoFX will become famous soon enough
My last message :

Quote:
Hello,


me, I used RSI with reference marks 20 and 80. Have test yourself with these reference marks? There are more good signals even if you use the Juice indicator. But also you can also still ouvir a position with the accod of JUICE example: for a LONG: crossing of 20 but also with the agreement of Juice above 80 and conversely for the Short positions

To have tried out the RSI, I think that compared to your method and with reference marks of RSI with 20 and 80, you can put a 1°: tp=10 and 2°tp=20 and 3°tp=30. in all the cases you will always have your first TP.

Tried it to validate and if you do not include/understand, I would attach an image.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-27-2007, 04:11 PM
budhax budhax is offline
Junior Member
 
Join Date: Aug 2006
Posts: 8
budhax is on a distinguished road
Is it a wrong parametre for diRSI1 ?

Hello,

I refer this EA:
http://www.forexmt4.com/_MT4_Experts..._tp10_sl22.mq4


1. Should be "1" (instead of 0) for the last parametre on this line?
Code:
double diRSI1=iRSI(NULL,60,3,PRICE_CLOSE,0);
Because, on the previous line there is:
Code:
double diRSI0=iRSI(NULL,60,3,PRICE_CLOSE,0);


2. For what is this function? It is not used in the EA.
Code:
void ModifyStopLoss(double ldStopLoss) { 
   bool fm;
   fm = OrderModify(OrderTicket(),OrderOpenPrice(),ldStopLoss,OrderTakeProfit(),0,CLR_NONE); 
   if (fm && UseSound) PlaySound(NameFileSound); 
}
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 05-27-2007, 05:55 PM
hero_0 hero_0 is offline
Junior Member
 
Join Date: Nov 2005
Posts: 1
hero_0 is on a distinguished road
yeah, this is great system i know the man who creat this system , he use this system without stop loss but this is high risky

the biggest problem now is how to make the stop loss smaller then take profit (MM Rules) and please don't even try to use this system befor slove MM problem

good luck all
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-27-2007, 06:40 PM
billbss billbss is offline
Member
 
Join Date: May 2007
Posts: 39
billbss is on a distinguished road
Quote:
Originally Posted by hero_0
yeah, this is great system i know the man who creat this system , he use this system without stop loss but this is high risky

the biggest problem now is how to make the stop loss smaller then take profit (MM Rules) and please don't even try to use this system befor slove MM problem

good luck all
The SL doesn't have to be smaller than the TP, if the win rate is high enough.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-27-2007, 06:57 PM
Sundowner Sundowner is offline
Member
 
Join Date: Jan 2007
Posts: 75
Sundowner is on a distinguished road
Indicator that may help

Hi,

I've been back testing testing a very similar strategy (manually) and recently discovered this indicator (SMI) on this thread. I'll start forward testing Monday.

Stochastic Momentum Indicator (Index)

I found the relationship between the two indicators very interesting. I'm not sure you'll find this valuable, but here's a screen shot.gbpusd.gif
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-28-2007, 01:34 PM
FXBabe FXBabe is offline
Senior Member
 
Join Date: Oct 2006
Posts: 173
FXBabe is on a distinguished road
Quote:
Originally Posted by Sundowner
Hi,

I've been back testing testing a very similar strategy (manually) and recently discovered this indicator (SMI) on this thread. I'll start forward testing Monday.

Stochastic Momentum Indicator (Index)

I found the relationship between the two indicators very interesting. I'm not sure you'll find this valuable, but here's a screen shot.Attachment 34481
Ive got the whole week off, i can help you test it. pm me.
regards.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
EMA 5 13 62 Strategy MarvinSk Expert Advisors - Metatrader 4 19 03-25-2007 04:08 PM
Strategy frantacech Metatrader 4 0 01-05-2007 05:43 PM
25-34 strategy yossi1177 Expert Advisors - Metatrader 4 4 11-13-2006 08:39 PM
Need help with strategy TWTrader Metatrader 4 8 08-08-2006 07:31 PM
what the best strategy ??? jsw2006 General Discussion 5 07-01-2006 10:46 PM


All times are GMT. The time now is 07:36 AM.