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
|