Monday Zone Break Out EA

Post Reply
nonlinear
Trader
Posts: 293
Joined: Fri Jun 01, 2012 2:56 pm
Location: Washington DC

Monday Zone Break Out EA

Post by nonlinear »

At this risk of alienating you, Tommaso, could I try a version that works on bar open without the SR indicator, i.e., just the breakout box and the MA filter. PPPPPpppplease. :) Either build is fine.
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Monday Zone Break Out EA

Post by milanese »

nonlinear » Wed Feb 26, 2014 4:07 pm wrote:At this risk of alienating you, Tommaso, could I try a version that works on bar open without the SR indicator, i.e., just the breakout box and the MA filter. PPPPPpppplease. :)
it can't create the breakout zone with only open data..(here are the highs/and lows needed) that's the problem.. the SR indi makes here nor problem..

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
nonlinear
Trader
Posts: 293
Joined: Fri Jun 01, 2012 2:56 pm
Location: Washington DC

Monday Zone Break Out EA

Post by nonlinear »

Ahhh, now I am following you! Lets just use a box created from bar open then. Might still work given the nature of this system and the trade length. (I know I getting way off topic here, apologies for that).
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Monday Zone Break Out EA

Post by milanese »

nonlinear » Wed Feb 26, 2014 4:22 pm wrote:Ahhh, now I am following you! Lets just use a box created from bar open then. Might still work given the nature of this system and the trade length. (I know I getting way off topic here, apologies for that).
This would be an other EA.. and I am not sure how much sense this would make to be honest..

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
nonlinear
Trader
Posts: 293
Joined: Fri Jun 01, 2012 2:56 pm
Location: Washington DC

Monday Zone Break Out EA

Post by nonlinear »

Understood. Tough to say without some experimenting, but perhaps a week of profitable trades from a Hi/low 8 bar box might also result in a week of profitable trades from an open-open 9 bar box as we are talking about longer term moves here. Anyway, I am done distracting this thread. I will run some tests and a demo on the original concept. Thanks again Tommaso.
User avatar
mirador
Trader
Posts: 67
Joined: Thu Nov 14, 2013 1:00 pm

Monday Zone Break Out EA

Post by mirador »

milanese » Wed Feb 26, 2014 8:27 am wrote:
mirador » Wed Feb 26, 2014 1:14 pm wrote:Surprize ! Look at this result with close on Friday.

Not sur about it though. Only 153 trades. It was 567 with UseCloseFriday false. It should be more when UseCloseFriday On.

Cheers
No, this is as aspected as only a part of the positions will be closed..


Cheers :)

Tommaso
So it means that if not all positions are closed on Friday, no new trade will open on Monday ?

Wich positions are closed on Friday, trade 1, 2 or 3 ?

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

Monday Zone Break Out EA

Post by milanese »

mirador » Wed Feb 26, 2014 11:26 pm wrote:
So it means that if not all positions are closed on Friday, no new trade will open on Monday ?

Wich positions are closed on Friday, trade 1, 2 or 3 ?

Thanks
;) if you look at your test results you will see it..
It is a feature we have for sure again possibilities for improvements as it so far not was set as standart..

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
User avatar
mirador
Trader
Posts: 67
Joined: Thu Nov 14, 2013 1:00 pm

Monday Zone Break Out EA

Post by mirador »

milanese » Wed Feb 26, 2014 6:28 pm wrote:
mirador » Wed Feb 26, 2014 11:26 pm wrote:
So it means that if not all positions are closed on Friday, no new trade will open on Monday ?

Wich positions are closed on Friday, trade 1, 2 or 3 ?

Thanks
;) if you look at your test results you will see it..
It is a feature we have for sure again possibilities for imporvements as it so far not was set as standart..

Cheers :)

Tommaso
Yes. Looks like it's one trade per friday, must be starting with trade 1. Not sure about trade 2, but trade 3 waits as long as it reaches its TP or SL. They are closed only at profit, but can't figure out the trigger.

My intuition about closing on friday would be to add flexibility to be able to close all the trade on friday sooner. One way could be to close them only if they have reached a profit percentage or a distance in pips to be choosen in settings.

Have a great day!
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

[New version]Monday Zone Break Out EA

Post by milanese »

Here comes a new version, with the SL TP2 management of the X versions and a smaller SL. New is the fridaypart close OOTB.
Use extern double SetBEminPipTP3=110; extern double SetBEminPipTP2=50; for setting the min distance the the new SL must have to the actual price...
Should be too work fine with UJ...
MondayBreakoutSR_A_6xx.mq4
Cheers :)

Tommaso
You do not have the required permissions to view the files attached to this post.
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
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Monday Zone Break Out EA

Post by milanese »

nonlinear asked me for a special version that can be used for simultan forward testing in crappy backtester, this version uses only open bars, it sets all for the zonebuild needed stuff automatic to the right EndOfZoneDetermingHour you have set, you can use it on a M1,M5 or M15 tf best would be M1 tf...
You can use it with only open data if you want fast ideas..
MondayBreakoutSR_OpenNL_A_6xx.mq4
Cheers :)

Tommaso
You do not have the required permissions to view the files attached to this post.
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
Post Reply

Return to “Automated trading systems”