Brakeout of the monday's night

Place your new trading idea here to see if someone can automate it.
Locked
User avatar
RedLineFred
Trader
Posts: 52
Joined: Wed May 01, 2013 6:15 am
Location: Brisbane, Australia

Re: Brakeout of the monday's night

Post by RedLineFred »

phil_trade wrote: .................Windev with an Empty4 API to drive multiple instance of Empty4. ...........
Philippe
Hi Philippe,

Could you tell us more about how to code with API or where to get started.

All my coding is in mq4, but the idea of being able to get away from it has intrigued me for a while.

Thanks for any advice offered.
Fred
SWG123
Trader
Posts: 565
Joined: Wed Nov 16, 2011 3:02 pm
Location: Cape Town

Re: Brakeout of the monday's night

Post by SWG123 »

RedLineFred wrote:
phil_trade wrote: .................Windev with an Empty4 API to drive multiple instance of Empty4. ...........
Philippe
Hi Philippe,

Could you tell us more about how to code with API or where to get started.

All my coding is in mq4, but the idea of being able to get away from it has intrigued me for a while.

Thanks for any advice offered.
Fred
API = Application Programming Interface

An application programming interface specifies how some software components should interact with each other - Wikipedia
phil_trade

Re: Brakeout of the monday's night

Post by phil_trade »

RedLineFred wrote:
phil_trade wrote: .................Windev with an Empty4 API to drive multiple instance of Empty4. ...........
Philippe
Hi Philippe,

Could you tell us more about how to code with API or where to get started.

All my coding is in mq4, but the idea of being able to get away from it has intrigued me for a while.

Thanks for any advice offered.
Fred
Hello

I'm using Empty4 API from http://www.mt4api.net/
Very stable. You can integrated it via .NET in your development software.

cheers

Philippe
phil_trade

Re: Brakeout of the monday's night

Post by phil_trade »

Hi all

I have optimized the strategy for 6 pairs for now : EURJPY / AUDJPY / CHFJPY / XAUUSD / GBPJPY / USDJPY. I have modified the original concept with new parametrs as
- SizeZoneMultiplier
- % Size Zone to move SL on TPx hit
- % Size Zone to move SL before TPx hit

From 01/2009 to 09/2013 : 10K$ with fixed 0.3 lot cut in 3 TP return 125 K$

Very good result for a so simple strategy.

2 Big DD must be corrected from 06/2010 to 12/2010 and from 06/2012 to 10/2012
MondayZoneBreakOut_MultiPairs_2009_2013.PNG
MondayZoneBreakOut_MultiPairs_2009_2013 trade analisys.PNG
any comments are welcome

cheers

Philippe
You do not have the required permissions to view the files attached to this post.
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:Hi all

I have optimized the strategy for 6 pairs for now : EURJPY / AUDJPY / CHFJPY / XAUUSD / GBPJPY / USDJPY. I have modifu the original concept with new parametrs as
- SizeZoneMultiplier
- % Size Zone to move SL on TPx hit
- % Size Zone to move SL before TPx hit

From 01/2009 to 09/2013 : 10K$ with fixed 0.3 lot cut in 3 TP return 125 K$

Very good result for a so simple strategy.

2 Big DD must be corrected from 06/2010 to 12/2010 and from 06/2012 to 10/2012
MondayZoneBreakOut_MultiPairs_2009_2013.PNG
MondayZoneBreakOut_MultiPairs_2009_2013 trade analisys.PNG
any comments are welcome

cheers

Philippe
maybe closing the trade, if the D1 candle, where we entered the trade closes lower than the openprice and the nextcandle also closes lower than the openprice (in case of BUY) or maybe using tf H4 for this.. would be an idea ..like spotdespot had suggested for BASA

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
michalkraus
Trader
Posts: 22
Joined: Sun Sep 02, 2012 2:29 pm

Re: Brakeout of the monday's night

Post by michalkraus »

phil_trade wrote:Hi all

I have optimized the strategy for 6 pairs for now : EURJPY / AUDJPY / CHFJPY / XAUUSD / GBPJPY / USDJPY. I have modifu the original concept with new parametrs as
- SizeZoneMultiplier
- % Size Zone to move SL on TPx hit
- % Size Zone to move SL before TPx hit

From 01/2009 to 09/2013 : 10K$ with fixed 0.3 lot cut in 3 TP return 125 K$

Very good result for a so simple strategy.

2 Big DD must be corrected from 06/2010 to 12/2010 and from 06/2012 to 10/2012
MondayZoneBreakOut_MultiPairs_2009_2013.PNG
MondayZoneBreakOut_MultiPairs_2009_2013 trade analisys.PNG
any comments are welcome

cheers

Philippe

Hello Philippe, I am ready to start testing this strategy on my live account. I see you did really hard work and hopefully it will pay off, I cant say how thankful I am. I hope I will be able to bring some adjustments ASAP.

Do you have EA for Empty4 or you are planning some changes, like trying to eliminate the drawdowns?
phil_trade

Re: Brakeout of the monday's night

Post by phil_trade »

michalkraus wrote:
phil_trade wrote:Hi all

I have optimized the strategy for 6 pairs for now : EURJPY / AUDJPY / CHFJPY / XAUUSD / GBPJPY / USDJPY. I have modifu the original concept with new parametrs as
- SizeZoneMultiplier
- % Size Zone to move SL on TPx hit
- % Size Zone to move SL before TPx hit

From 01/2009 to 09/2013 : 10K$ with fixed 0.3 lot cut in 3 TP return 125 K$

Very good result for a so simple strategy.

2 Big DD must be corrected from 06/2010 to 12/2010 and from 06/2012 to 10/2012
MondayZoneBreakOut_MultiPairs_2009_2013.PNG
MondayZoneBreakOut_MultiPairs_2009_2013 trade analisys.PNG
any comments are welcome

cheers

Philippe

Hello Philippe, I am ready to start testing this strategy on my live account. I see you did really hard work and hopefully it will pay off, I cant say how thankful I am. I hope I will be able to bring some adjustments ASAP.

Do you have EA for Empty4 or you are planning some changes, like trying to eliminate the drawdowns?
Hi

I will publish FT code when ready. I guess Tommaso could translate in MQL.

But yes, before that, we need to learn why such DD in these period cause I've learn something with Forex... worse come sooner than you expect it :)
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:
Hi

I will publish FT code when ready. I guess Tommaso could translate in MQL.

But yes, before that, we need to learn why such DD in these period cause I've learn something with Forex... worse come sooner than you expect it :)
Hi,

yes I will look :)

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
SpiderX
Trader
Posts: 554
Joined: Thu Aug 22, 2013 4:50 pm

Re: Brakeout of the monday's night

Post by SpiderX »

phil_trade wrote: Hi

I will publish FT code when ready. I guess Tommaso could translate in MQL.

But yes, before that, we need to learn why such DD in these period cause I've learn something with Forex... worse come sooner than you expect it :)

Hi Phil,

The good thing is that these periods are fairly extended, so it might be possible to do some trade management on equity curve, to either keep out of the market during that period or lower risk until equity curve starts improving.
One possibility is to draw a 10 EMA on the equity curve and stay out of the market when equity curve is below 10 EMA.

Of course equity management method will fail if equity curve fluctuates up and down in a short period of time.


It might be unrealistic for us to expect a strategy to work in ALL market conditions, but at least we can know when things are going south and cut our risk accordingly.


Cheers
"Love is patient, love is kind. It does not envy, it does not boast, it is not proud. It does not dishonor others, it is not self-seeking, it is not easily angered, it keeps no record of wrongs.Love does not delight in evil but rejoices with the truth. It always protects, always trusts, always hopes, always perseveres."
-Corinthians 13:4-8
spotdespot
Trader
Posts: 768
Joined: Sun Jan 22, 2012 11:38 pm

Re: Brakeout of the monday's night

Post by spotdespot »

michalkraus wrote:
I have one idea : what if we set some size of range that is too much for setting the trade. For example lets say that zone must have range at most 200 pips, when it is bigger, we wont trade it. I am not saying 200 pips is that correct number it will probably vary, but might work as a good filter....

Thanks Phil
Just arrived here from Philippe's link from the Marylin thread.

I am not sure if this point above was ever taken in to consideration with the testing as I think it is pretty important. I trade manually from Frankfurt open onwards and I have a simple mental rule that if the "Asian" range (I define this as NY close to Frankfurt open) is greater than half the ADR then only take cast iron trades - basically don't trade that pair for the day unless a trade absolutely smacks you between the eyes :o The reason being that in my experience price often just bounces around, ranging with little clear direction and often presents dodgy setups that reverse against you.

I think this same principle would save this strategy some pain too. My "rule" is a mental one but I suspect there is no reason why a more mathematically solid % of ADR rule for the Asian session to prevent trading couldn't be tested?

Cheers,
Dave.
Locked

Return to “Ideas for Possible Automation”