Break EA - with move pending

Post Reply
grat001

Break EA - with move pending

Post by grat001 »

Hello,

There is a breakOut EA.
When you run open 2 orders (BUYStoP and SELLstop). With the movement of the Ask the positions shift also. When moving Ask faster activated is.

It also uses 2 speed trailing.
When activated, the speed trailing (2 PIPs)

Code: Select all

TrailingStopPipsFast = 2

and after reaching point

Code: Select all

TrailingSwitch = 10;

activates slow trailing

Code: Select all

TrailingStopPipsSlow = 20; 
Other important parameters:
extern int DistanceUP = 10;
extern int DistanceDN = 10;
extern int Hysteresis = 2;

Have nice day,

Grat
You do not have the required permissions to view the files attached to this post.
jiaxingx
Trader
Posts: 43
Joined: Fri Jun 22, 2012 10:45 am

Break EA - with move pending

Post by jiaxingx »

test and look forward.
cheers..
Image
User avatar
ovisun
Trader
Posts: 63
Joined: Sun Mar 18, 2012 11:54 am
Location: Romania, Constanta

Break EA - with move pending

Post by ovisun »

Hi,
Thanks for sharing. In backtest looks very nice. I opened a demo and we'll see. See my second signature.

Regards.

PS: could you add please an automatic money management?
Image
AGT
Trader
Posts: 889
Joined: Thu Nov 17, 2011 7:20 pm
Location: Germany

Break EA - with move pending

Post by AGT »

:hi:

I included now this bot into my EA portfolio:

http://www.myfxbook.com/members/TGT_FX/ ... -gp/914678

:D
grat001

Break EA - with move pending

Post by grat001 »

hi friends,

I'm add a new EA for trading NEWS into your hands. Try in RED news.

a) EA open 1-5 orders depend by setting:
   extern int ObchodyPocet = 5; / / How many open orders - one direction

b) EA put pending orders into Charts after click button: start

c) before must set this variable:

extern int Hodina=-1; // hour for run
extern int Minuta=0; // minute for run
extern int Vterina=-1; // second
extern int HourPosun=1; // shift between server time and local

d) next important is:
extern int nExpire = 20; // How long wait pending orders

after 20sec EA close all pending orders.

Any coments are welcome

Enjoy Grat
You do not have the required permissions to view the files attached to this post.
AGT
Trader
Posts: 889
Joined: Thu Nov 17, 2011 7:20 pm
Location: Germany

Break EA - with move pending

Post by AGT »

It seems that the Break EA failed ?
http://www.myfxbook.com/members/TGT_FX/ ... -gp/914678

Maybe of course any setfile changes are possible ... but I cant see a strong advantage of this bot justifying an optimization work ... a lot of bots exist doing a good job (so far) .... :smile:

Any thoughts, proposals ..... ? :?
grat001

Break EA - with move pending

Post by grat001 »

Hi AGT,

u got too big SL. I have max 10 PIPs. EA works well in the RED news.

Grat
AGT
Trader
Posts: 889
Joined: Thu Nov 17, 2011 7:20 pm
Location: Germany

Break EA - with move pending

Post by AGT »

grat001 » Sun May 18, 2014 9:23 am wrote:Hi AGT,

u got too big SL. I have max 10 PIPs. EA works well in the RED news.

Grat
Hmmm, ok - good to hear that from your side.
So you use that bot further and you have success - right ?
AND: do you use it only during the red news ? If yes: it would be quite important to have some detailed explanations.
Post Reply

Return to “Automated trading systems”