Thread: EA-daily-range
View Single Post
  #1 (permalink)  
Old 02-02-2006, 06:28 AM
sunwest's Avatar
sunwest sunwest is offline
Member
 
Join Date: Jan 2006
Location: London
Posts: 93
sunwest is on a distinguished road
Smile EA-daily-range

Hello,

As of yesterday I was showing a simple moving average, today I would like to show a simple system:

Buying and selling depending on yesterday range, buy stop and sell stop are placed at +x% or -x % of yesterday range, only 1 position can be opened a day.
The trade is closed at the first profitable close (00:00) GTM


here the EA attached to the mail.

I also attached the strategy tester for EUR/USD 5 Min from June 2004 to 2th feb 2006, with these parameters:

extern double Long_Entry_pdr = 55;
extern double Short_Entry_pdr = 45;
extern double Long_stop_pdr = 15;
extern double Short_stop_pdr = 25;
extern double Lots_Acc_Equity = 1;
extern double TrailingStop_pdr = 40;
extern double TakeProfit = 75;
extern double Slippage = 3

I will explain later in details how it works, and I hope also we can cork together to arrange this system.
Any idea welcomed

Bernard
Attached Files
File Type: htm Strategy Tester EA-ASHSUN-s4.htm (515.4 KB, 100 views)
File Type: mq4 EA-ASHSUN-s4.mq4 (6.4 KB, 74 views)
Reply With Quote