EA made One Million from 1000 in a week - page 2

 

One Million from 1000 in a week?

Work!

 

TF? Pair?

I tried Strat Tester, all TF, UJ... nothing came out!

 

I was joking ...

I did not try this EA.

I only replied ... person asked

"does One Million from 1000 in a week work?"

So, I replied

"yes, of course and even more millions in a week ...".

To say seriusly I did not try this EA.

Not because I don't need one million ... because it is difficult to understand seriously this "One Million from 1000 in a week".

 

There are 2 EAs on this thread:

- Spread EA;

- PipMaster EA.

Spread EA.

As I see from inside the code so condition for buy and sell is the following:

sell=false;

buy=false;

if( Close[1]>Open[1] ) { buy=true; sell=false; }

if( Close[1]<Open[1] ) { sell=true; buy=false; }

So, if close price of previous bar more than open price of this bar - buy. Opposite for sell.

 

And I backtested this Spread EA with demo data and with real data (on real account as well) so it works. Only need to change slippage in the settings from 0 to 3 or 5.

 

i see , so it works.. great

can't run in backtest, ordersend error..hehe

 

And as I see from inside the code so this PipMaster EA is the same with Spread EA. It is just same EA with 2 different names.

 

This EA was converted from Metatrader 3.

And I found the thread about this EA (MT3) https://www.mql5.com/en/forum/174176

 

great thanks Digital

 

does anyone know what's the recommended timeframe for this EA?

Reason: