PipMaker v1 - Price action based EA - page 47

 

Test on UJ, Up 5% today

and

on EU up 5% too for today

 

Already have 10% today on GU

But because the lot increment and multiplier have problem, It took little longer

I attach result using NF Balance $1.000 and FXOPEN Balance $10.000

All have no floating position

 

From my test waltini version about max open orders works well.

The price is coming down. but the EA just open 7 open buy.

I set spacing to 0 (zero).

But there is bug in multiplier, countertrend multiplier or in lot increment. I don't know which one.

I set initial lot 1.5

lot incremeant 0

counter trend multiplier 2

It should open lot

1,5

3

6

12

24

But infact the EA open

1.5

3,0

3,0

3,0

3,0

And

Initial lot 0.1 lot

lot increment 0.1 lot

counter trend multiplier 1.0

It should be open

0.1

0.2

0.3

0.4

0.5

But infact it open

0.1

0.1

0.1

0.1

0.1

The multiplier and counter trend multiplier and lot increment don't work

Anybody can fix it?

I attach the Neo latest version, I rename it to v2, modified by waltini

 

hi, I just make a test..

I set 0.1 lot

1.0 multiplier

and 0.1 lot increment

trend spacing is 0 With max sell is 7, just to know max sell is working or not

I'm using matrixebiz advise

here u can see the result. there are 9 open position. and lot increment is not working

Files:
 
buy67:
Hi, duyduy thanks for the reports, I am interested to the setting and time frame that you have on INTERBANK. Ciao Massimo

Start on Monday, I test it on NF.

Because it's best use broker that give 1:500 leverage

 

Thaks to waltini n matrixebiz

To waltini, what is the different with matixebiz method?

What I mean is..

For example : I set spacing to 2

If I sell EU on 1.4000

and then price go up, every 2 pips up, the EA will open sell position until your margin run out.

If the price up to 1.4022, the EA will make 11 open sell as long as your margin is enough.

So I want to have max open position, for example 7

Then the EA make max 7 open sell.

Well I'll test it both on Monday

thanks to both of u.

is the new version of two of u is the same?

 
waltini:
If you post the ea here I will have a look at it. I couldnt see it in post 1. I am no hotshot but max orders type coding is fairly simple.

Great, here is the EA

I can't wait to test it on monday

Thanks in advance.

 

Anybody in here kindly can modify the Neo_EnhancedV1 EA, so there are maximum open position?

Because I know nothing about coding

Right know the EA has no maximum, so it can open many position. it consume margin..

 
matrixebiz:
Also you could try changing the code;

extern bool TradeLong = false;

extern double LotSize = 0.1;

extern int Multiplier = 0;

I was told before that

bool is used for True/False variables

double is used for decimal numbers

int is used for whole numbers

Try changing;

extern int Multiplier = 0;

to

extern double Multiplier = 0;

Thanks, I already modified it, and can input, 1.5 lot

Will try different setting on Monday

 
erdenmensch:
@duyduy What means profit- and session target?

Profit is the profit u want to close for each position.

Session target is the target u want for each day.

If it reach, the EA won't open any position again.

If u edit the EA setting anc click ok.

The sesion target sometimes count 2 times. Be careful

Reason: