EURGBP easy and profitable EA - page 18

 
frantacech:
Any question

MinLots=NormalizeDouble(MarketInfo(Symbol(),MODE_MINLOT),2);

if (LotsDigit == 2) MinLots = 0.01;

if (LotsDigit == 1) MinLots = 0.1;

if (LotsDigit == 0) MinLots = 1;

Why, MinLots=NormalizeDouble(MarketInfo(Symbol(),MODE_MINLOT),2); before next lines and why before

extern double MinLots = 0.1;

**********

extern double PointOfPair = 0.00001; //0.00001;

maybe receive from broker from

double point =MarketInfo(null,MODE_POINT);

or variable Point

OrderSend(Symbol(),OP_BUY,Lots,Ask,3,0,Ask+TakeProfit*Point);

if use code

if (Ask - Bid > MaxSpread*PointOfPair) return (0);

for spread procection after start, ea do not open new trade if big spread, but do not close trade... ? It is plane?

YES.... !!!

Thank You very much frantacech

you a very good coder, and your explanation really help me

 

This is Your Lucky result from my forward test on Alpari Demo :

 
frantacech:
I testing live in IBFX ... it is very bad broker... nominal spread 3pips, real 6-11pips. If profit > spread ... ibfx safe financial world with my 2usd

I agree...

ibfx is very bad broker for Your_Lucky EA, but not for Thunder4WD...

I have Forward Test in ibfx with my Thunder4WD EA :

 

Nice result _rdb_.

 

i am sorry to bother you (ihipro)

can you give me the server for fx pro?

thanks

 
_rdb_:
I agree...

ibfx is very bad broker for Your_Lucky EA, but not for Thunder4WD...

I have Forward Test in ibfx with my Thunder4WD EA :

Hmm, very nice result...

I find one smal bugs in Lucky v1c ... Comments - do not work ok.

In working time ea trade ok, but comments write out session.

 

bugs in Lucky v1c. check risk problem

 
yan7181:
i am sorry to bother you (ihipro)

can you give me the server for fx pro?

thanks

You mean the website?

http://www.fxpro.com

 
weezer:
Here is the trades since tuesday night (from 2:00 GMT until 3:00).

Plese disregard the trdes opened with0.10, 0.20, 0.30, and 0.40 lots. This trades are from a comercial eurgbp scalper.

I like what im seeing until know, but to soon to make conclusions.

RDB, is the ea prepared to Handle with lose of energy?

If the energy goes down and turns off your computer, after you restart the trading platform will the trades still open or will close with the energy fail?

If not, this would be an option to introduce in the ea.

I will keep you updated with the results of the ea.

Keep the good work

P.S: Dagolard when you have the results from ooptimization would you mind sharing?

I would like to run another demo account with those settings. Thanks

Hi Weeser,

This RDB ia quit new for me. How could it be that EA continue to work if an energy failor occuers.

Interesing!!!

 

i mean the demo server shown in the MT4.

Reason: