Forex
Google
New signals service!

Go Back   Forex Trading > Discussion Areas > Suggestions for Trading Systems


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 03-18-2007, 02:55 PM
Cryten's Avatar
Senior Member
 
Join Date: Sep 2006
Location: UK
Posts: 177
Cryten is on a distinguished road
Lightbulb Part Time Wealth Builder - Daily Scalping

**Found this on another forum**

Daily trading rule are as follows:

1. Create daily chart on any pair

2. Enter Buy/Sell order upon Sunday or Monday open at 2400 GMT. Order should be consistent with previous days trend (i.e; Previous day up, Place "Buy" market order, Previous day down, enter "Sell" market order at open)

2. Place opposite side trade 40 PIPS aways from initial market order (i.e.; if initial order was a Buy Place immediate Sell side order 40 PIP away from initial market entry)

3. If same trend for three consecutive days, place next days open order opposite of previous three days trend. i.e; If Monday, Tuesday and Wednesday were up days, Thursday would be a Sell order.

4. Use 40 PIP stops on all orders.

5. Close between 2300 and 2400.

6. Repeat trade rules at 2400 GMT.

No straddling the price entry. Enter market immediately with 40 PIP reversal companion order...

EA is coded by SKYLINE and is not my own.

User settings usage :

GMT_Shift = Your broker shift related to GMT time zone (if it's GMT+3 then put 3 , if GMT-1 then put -1)
TakeProfit = Take profit in pips when EA will close current order
StopLoss = Stop loss in pips when EA will close current order
HourToCloseOrders = Hour when EA will close ALL positions
SundayCandleExists = Flag to let the EA to don't take care about Sunday Candle. If your broker get the Sunday candle put true elsewhere put false
Lots = Number of fixed contracts (used only if UseMoneyManagement = false)
UseMoneyManagement = Flag to let the EA to use money management routine with Risk value per trade
Risk = Risk per trade allowed (used only if UseMoneyManagement = true)
Slippage = Max slippage allowed in pips
MaxLossesTradesPerDay = Max losses trades allowed in a day per single pair (Setting to 2 , if EA will hit 2 consecutive losses in a day then will stop to trade until new day start even if HourToCloseOrders is not reached)

Note :

The EA will also handle automatically the MagicNumber generation so that you can put it with multiple pairs or multiple EA within the same account without any interference

Optimized Settings :

TakeProfit = 200;
StopLoss = 40;
HourToCloseOrders = 17;
MaxLossesTradesPerDay = 2;

(Optimized settings are still in researching and all traders are encouraged to share his result here)
Attached Files
File Type: mq4 Daily Scalping EA v1.0GATR.mq4 (20.0 KB, 232 views)

Last edited by Cryten; 03-18-2007 at 03:36 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-18-2007, 03:25 PM
Cryten's Avatar
Senior Member
 
Join Date: Sep 2006
Location: UK
Posts: 177
Cryten is on a distinguished road
Quote:
Originally Posted by Cryten
This is a fabulous system. I've taken it and adapted it to my style of trading and over the last two weeks I'm up 205 pips on the Cable. Over the last 4 weeks I'm up 406 pips - and so on.

I've adapted it in a slightly different way in that I take my profits at around 8am - or just before. I have a 40 pip stop-loss, 100 pip target (though this is rarely hit in overnight trading) and I don't trade on Non-Farm Payroll day (too whippy). I don't get the huge profits that are available, but then again I don't get stopped out as much and take a consistent but smaller profit.
Maybe some better settings?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-18-2007, 03:29 PM
Cryten's Avatar
Senior Member
 
Join Date: Sep 2006
Location: UK
Posts: 177
Cryten is on a distinguished road
Quote:
Originally Posted by Other forum
my results for this week:
GBPJPY: +200 Pips
GBPCHF: +270 Pips
I use a 40 pips stop on both with a porfit target of 120 on GBPJPY and 100 on GBPCHF

Overall results using this strategy in the last 22 trading days: +1591 Pips.

Thank you TK for introducing this fantastic simple strategy!
And some more settings. These are from manual testing but I may adjust ea accordingly
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-18-2007, 07:32 PM
Member
 
Join Date: Mar 2006
Posts: 85
yass is on a distinguished road
Quote:
TakeProfit = 200;
StopLoss = 40;
HourToCloseOrders = 17;
MaxLossesTradesPerDay = 2;
Cryton!
I will try to check this EA in this comiing week,what is your setting for BreakEvenAfterPips?
Yass
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 03-18-2007, 09:23 PM
Cryten's Avatar
Senior Member
 
Join Date: Sep 2006
Location: UK
Posts: 177
Cryten is on a distinguished road
I'm using these settings, starting to demo EA for the first time tomorrow. I post comments from others testing from the other forum.

GBPJPY:
GBPCHF:
40 pips stop on both with a porfit target of 120 on GBPJPY and 100 on GBPCHF

Quite a low tp for this system but a problem can be whip saws so will try these settings first as someone else is having success.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 03-20-2007, 06:14 AM
Senior Member
 
Join Date: Oct 2006
Posts: 183
Trader83 is on a distinguished road
Cryten, can you tell what is the other forum where you got that EA?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 03-21-2007, 08:56 AM
Senior Member
 
Join Date: Oct 2006
Posts: 183
Trader83 is on a distinguished road
Cryten, you posted EA with SL which depends on ATR. not fixed SL...
Are there optimized settings for posted version of the EA?
Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 03-21-2007, 09:53 AM
Cryten's Avatar
Senior Member
 
Join Date: Sep 2006
Location: UK
Posts: 177
Cryten is on a distinguished road
the other forum is forex factory.

My ea is not trading yet, maybe its conflicting with other ea on my demo account. will have to look into this when i get home
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 03-22-2007, 07:01 AM
Junior Member
 
Join Date: Nov 2006
Posts: 19
ice_for_trading is on a distinguished road
simple but nice system

i think it still need a lot off research, but quite promising
do you already try to do some backtest
if yes then i hope you post the result soon

at what pairs u use this system, seem at volatil pairs only like gbp/jpy and gbb/chf
how you define the optimum tp and sl for this system for each pairs

about the rule, entry that opposite with the trend an after 3 consecutif same candle. is it wise?based on what back testing or else
as i know for currency pairs especially gbp/jpy usually the trend will last from 2 till more than 5 day

thx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 03-22-2007, 07:32 AM
Senior Member
 
Join Date: Sep 2006
Posts: 179
ssotiro is on a distinguished road
From a short visual backtesting, it looks promising to me.
I will look into it further next week.
I am using Northfinance who work at GMT+2. Since this is a daily plan, I don't think this GMT+2 instead of your GMT will make much difference, right?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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 Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
LBR + 1000 pips in one week! Kalenzo Indicators - Metatrader 4 303 09-25-2008 08:08 PM
OILFXPRO D T S S 150 Pips per day/40,000 pips per annum el cid Manual trading systems 194 08-08-2008 07:22 PM
SPOUTNIKH1V1.1 = 600 PIPS A WEEK (per currency) TRADING SYSTEM IS LOOKING FOR EA !!! winners Suggestions for Trading Systems 167 05-26-2008 06:47 AM
Week forecast for USD/JPY GFSignals Analytics 31 10-29-2007 06:49 PM


All times are GMT. The time now is 07:45 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.