Petit Pip Eater - page 5

 

It sure would be nice if we could adjust lotsize

 
ElectricSavant:
It sure would be nice if we could adjust lotsize

https://www.mql5.com/en/forum/178465/page3

first version has that option.

 

Hey Thanks!

Is there any other difference between the two versions?

ES

zomg:
https://www.mql5.com/en/forum/178465/page3 first version has that option.
 

zomg,

Do you or does anybody know what these inputs mean in the first version?

POS_lot_rate: 1.0

POS_lot_min: 0.1

POS_lot_max: 5.0

POS_rev: 100.0

ES

zomg:
https://www.mql5.com/en/forum/178465/page3 first version has that option.
 
ElectricSavant:
zomg,

Do you or does anybody know what these inputs mean in the first version?

POS_lot_rate: 1.0

POS_lot_min: 0.1

POS_lot_max: 5.0

POS_rev: 100.0

ES

POS_lot_min: 0.1 is minimal lotsize for open position

POS_lot_max: 5.0 is maximal lotsize for open position

(it has an equity based MM)

anybody knows what POS_open_time_ml:55 is?

 
anybody knows what POS_open_time_ml:55 is?

its the fraction for the seconds. maybe they are named nanoseconds...I really do not know..

20:00:55

 

Can one turn MM off and just use lotsize?

BigBoppa:
POS_lot_min: 0.1 is minimal lotsize for open position

POS_lot_max: 5.0 is maximal lotsize for open position

(it has an equity based MM)

anybody knows what POS_open_time_ml:55 is?
 
ElectricSavant:
Can one turn MM off and just use lotsize?

You can set min and max at the same value, then MM should be off:

POS_lot_min: 0.1

POS_lot_max: 0.1

 

ok ty very much

BigBoppa:
You can set min and max at the same value, then MM should be off:

POS_lot_min: 0.1

POS_lot_max: 0.1