Better NN EA development - page 74

 

The program test1.cpp containing a few typedef and C++ main() function is:

#include

#include

using namespace std;

#include "Spec.h"

#include "Price.h"

using namespace PPBOOK;

typedef Price GoldPrice;

typedef vector GoldPrices;

typedef Price SoybeanPrice;

typedef vector SoybeanPrices;

int main(int, char*[])

{

try {

GoldPrices gp;

gp.push_back(449.10);

SoybeanPrices sp;

sp.push_back(661.74);

}

catch(const exception& e) {

cerr << e.what() << endl;

}

catch(...) {

cerr << "Unknown exception" << endl;

}

return 0;

}

 

I solved better EA.

I know it now. but I dont have EA. I trade by manually. 3 position and 3 layer.

Thanks better thanks everybody. and now money money money....

 
gaspar:
I solved better EA.

I know it now. but I dont have EA. I trade by manually. 3 position and 3 layer.

Thanks better thanks everybody. and now money money money....

care to share?

 
barnix:
Sorry,the dll source is not free.
doshur:
care to share?

sorry it is very expensive.

and it is true. I solved better ea. İt is manually but very profitable from better and barnix.

 

How about share us someting?

would you mind sharing some statements of your live account?

 

If is not able to share, how about guiding us or shed some light or ideas to go about it?

Thanks

 
lvsefa:
How about share us someting? would you mind sharing some statements of your live account?

coming soon.

but manually and now I dont have enough money.

 

last 4 days % 60 net profit. İt is really profitable. it is fantastic.

İt is a money maker.

Max DD:~% 4

But manually. EA is not imposible.

İf Better had to do manually trade you are to be sure, he taked more than profit.

But 18 hours I have to wait at the front my pc.

 

I also feel that Barnix hade grep on Better EA with this templates.

The simpleste normally is the one that works. maybe back to the basic again?

 

Had somebody the ex4 and mq4 file from the Better EA the winer of 2007 championship?

Reason: