Monday Zone Break Out EA
-
nonlinear
- Trader
- Posts: 293
- Joined: Fri Jun 01, 2012 2:56 pm
- Location: Washington DC
Monday Zone Break Out EA
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.
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Monday Zone Break Out EA
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..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.
Cheers
Tommaso
Global Prime is the official SHF broker 
Searching for Servers and Workstations with individual configuration?
Just PM
Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Searching for Servers and Workstations with individual configuration?
Just PM
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
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).
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Monday Zone Break Out EA
This would be an other EA.. and I am not sure how much sense this would make to be honest..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).
Cheers
Tommaso
Global Prime is the official SHF broker 
Searching for Servers and Workstations with individual configuration?
Just PM
Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Searching for Servers and Workstations with individual configuration?
Just PM
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
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.
- mirador
- Trader
- Posts: 67
- Joined: Thu Nov 14, 2013 1:00 pm
Monday Zone Break Out EA
So it means that if not all positions are closed on Friday, no new trade will open on Monday ?milanese » Wed Feb 26, 2014 8:27 am wrote:No, this is as aspected as only a part of the positions will be closed..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
Cheers
Tommaso
Wich positions are closed on Friday, trade 1, 2 or 3 ?
Thanks
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Monday Zone Break Out EA
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
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 
Searching for Servers and Workstations with individual configuration?
Just PM
Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Searching for Servers and Workstations with individual configuration?
Just PM
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
- mirador
- Trader
- Posts: 67
- Joined: Thu Nov 14, 2013 1:00 pm
Monday Zone Break Out EA
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.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 ?
Thanksif 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
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!
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
[New version]Monday Zone Break Out EA
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
Should be too work fine with UJ... Cheers
Tommaso
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... Cheers
Tommaso
You do not have the required permissions to view the files attached to this post.
Global Prime is the official SHF broker 
Searching for Servers and Workstations with individual configuration?
Just PM
Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Searching for Servers and Workstations with individual configuration?
Just PM
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Monday Zone Break Out EA
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
You can use it with only open data if you want fast ideas.. Cheers
Tommaso
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.. Cheers
Tommaso
You do not have the required permissions to view the files attached to this post.
Global Prime is the official SHF broker 
Searching for Servers and Workstations with individual configuration?
Just PM
Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Searching for Servers and Workstations with individual configuration?
Just PM
NOTE: Cookies and JavaScript are required for the using the board, with full functionality