Brakeout of the monday's night

Place your new trading idea here to see if someone can automate it.
Locked
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Re: Brakeout of the monday's night

Post by milanese »

phil_trade wrote:Anyone has done a Empty4 backtest with EURJPY to see if you get same result I have with FT ?
Hi Philippe ,

what were the settings for this values, that you used in your BT?(some variable names are changed because were too long for Empty4)
DeltaPipsToTakeTrade=1;
DeltaPipsToAddSLOnMondayZone=30;
SL_Multiplier=6;
TP_Multiplier=1;
FixedTPforTrade3=true;
TailleZPerCentToDecideMoveSL=0.9; //means 90%
TailleZonePerCentToMoveSL=0.9; //means 90%

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
phil_trade

Re: Brakeout of the monday's night

Post by phil_trade »

milanese wrote:
phil_trade wrote:Anyone has done a Empty4 backtest with EURJPY to see if you get same result I have with FT ?
Hi Philippe ,

what were the settings for this values, that you used in your BT?(some variable names are changed because were too long for Empty4)
DeltaPipsToTakeTrade=1;
DeltaPipsToAddSLOnMondayZone=30;
SL_Multiplier=6;
TP_Multiplier=1;
FixedTPforTrade3=true;
TailleZPerCentToDecideMoveSL=0.9; //means 90%
TailleZonePerCentToMoveSL=0.9; //means 90%

Cheers :)

Tommaso
Hello Tommaso

Hour Monday Zone = 7 GMT+1
DeltaPipsToTakeTrade=0;
DeltaPipsToAddSLOnMondayZone=0;
SL_Multiplier=1;
TP_Multiplier=2;
FixedTPforTrade3=false;
TailleZPerCentToDecideMoveSL=0.75 mean 75% TailleZone
TailleZonePerCentToMoveSL=0 -> mean OrderOpenPrice
Missing parametrs ?
TailleZoneMini = 0
TailleZoneMaxi = 200 pips

cheers

Philippe
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Re: Brakeout of the monday's night

Post by milanese »

phil_trade wrote:
Hello Tommaso

Hour Monday Zone = 7 GMT+1
DeltaPipsToTakeTrade=0;
DeltaPipsToAddSLOnMondayZone=0;
SL_Multiplier=1;
TP_Multiplier=2;
FixedTPforTrade3=false;
TailleZPerCentToDecideMoveSL=0.75 mean 75% TailleZone
TailleZonePerCentToMoveSL=0 -> mean OrderOpenPrice
Missing parametrs ?
TailleZoneMini = 0
TailleZoneMaxi = 200 pips

cheers

Philippe
Hello Philippe,

thank you for this :D so I fixed again some bugs and now it does the Empty4 Backtest here simily as yours, I think now Empty4 version is ready for testing on Demo for next week.
Edit: As Philippe has set FixedTPforTrade3=false, here is again an update that has the missing TPset modul for the third trade deactivated, I uploaded first the wrong version, with FixedTPforTrade3=true, please redownload, thank you :)
Update found (for fixing error1 message) in later post
Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
bazze

Re: Brakeout of the monday's night

Post by bazze »

My localtime(Norway) is 23:00 and brokertime is 00:00...What to insert in the EndOfZoneDetermingHour tab?
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Re: Brakeout of the monday's night

Post by milanese »

bazze wrote:My localtime(Norway) is 23:00 and brokertime is 00:00...What to insert in the EndOfZoneDetermingHour tab?
Hi bazze,

if broker is GMT you must set it to 8

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
bazze

Re: Brakeout of the monday's night

Post by bazze »

Yes,that's GMT...Can I also change the spread? It seem's like 0.7 is to small,I have attach the ea to the recommended JPY-pairs,but almost all of them are approx. +-4(Gold is all the way up to 50???)
Thank you for answering :D
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Re: Brakeout of the monday's night

Post by milanese »

bazze wrote:Yes,that's GMT...Can I also change the spread? It seem's like 0.7 is to small,I have attach the ea to the recommended JPY-pairs,but almost all of them are approx. +-4(Gold is all the way up to 50???)
Thank you for answering :D
ah sure this is only a test configuration, set it to 5.0 I think that should work..
Edit:about gold I don't know normally it should work with the code but 50 seems a little too much spread..and remember what Phil has written, it seems only really good on EJ

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
bazze

Re: Brakeout of the monday's night

Post by bazze »

Thank you :D
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Re: Brakeout of the monday's night

Post by milanese »

As the latest version has created some error 1 messages in Empty4 Tester here comes again a fix, now no error's again in BT with Empty4..

Cheers and a great weekend for all :)
Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
phil_trade

Re: Brakeout of the monday's night

Post by phil_trade »

Hi all

I have created a new section in Automated system. Please migrate to :

http://www.stevehopwoodforex.com/phpBB3 ... 430#p81430

tomorrow will be first day trading with MZBO ! Hope best wishes to all ;)
Locked

Return to “Ideas for Possible Automation”