PipMaker v1 - Price action based EA - page 8

 
static:
Actually you may have answered my question, its not possible to get zero slippage on a live account is it? I will have to see if this fixes thing tomorrow.

No, On live account it is not possible get zero slippage.

The min. what brokers are using is spread. If is spread 2 pips, slippage is min. 2. Slippage is different on open and close possition too.

Don_Forex, will be good if you can ad max trades for buy and sell.

For example if you see trend is up; max. buy 3 and sell only 1.

etc.

Thanks

B.

 

MaxTrades

I tried this formula

but is not working:

extern int MaxTrades = 5;

bool ContinueOpening=True;

double LastPrice=0;

int PreviousOpenOrders=0;

int OpenOrders=0;

//---------

PreviousOpenOrders=OpenOrders;

if (OpenOrders>=MaxTrades)

{

ContinueOpening=False;

} else {

ContinueOpening=True;

}

B.

 

Well, I tried playing around with various things and I still couldn't get it to trade live, which is too bad because this EA definitely has some potential. Probably my broker doesn't allow automated "scalping" however they choose define it.

 
static:
Well, I tried playing around with various things and I still couldn't get it to trade live, which is too bad because this EA definitely has some potential. Probably my broker doesn't allow automated "scalping" however they choose define it.

Who is your broker?

FXDD is not allow using lots=0.01!

 

Resultes for today- 4 hours.

Files:
 

I demoed it on non-labeled a MT4 platform which is run through MIG investments I think at 0.1 lots, and live on IBFX at 0.01 lots. Are your results live or demo?

 

good EA, needs a bit finetuning

I've run 1 week forward testing on 4 pairs and I must say that although started quite promising, Pipmaker V5 Neo took a big hit on EURJPY M1 on Monday. I suggest a stoploss or an earlier OrderClose be used.

 

hello

i am in process of testing this ea,but add some modefictions ,but don,t know why all position buy only.worest perfomance was on CAD/USE ,i stoped tes this currency please take look any sugesstion aprecciated

Files:
statement_5.htm  45 kb
 

Change MAPeriod from 1200 to 40, etc.

 

hello

Bongo:
Change MAPeriod from 1200 to 40, etc.

i did change multiplyer option from 0 to 1 it now open sell .whats a defference between this option and priod option

Reason: