Lot size increment
-
Dear fxDreema,
I want to create martingale position (market order, not pending order) with lot size rules as follow:
buy01 : 0.01 lot
buy02 : 0.02 lot
buy03 : 0.03 lot (buy01 + buy02)
buy04 : 0.05 lot (buy02 + buy03)
buy05 : 0.08 lot (buy03 + buy04)
buy06 : 0.13 lot (buy04 + buy05)
so fort.I tried to find blocks which can check lot size for each trade, but no luck.
How do you suggest to achieve it ?
Additional question:
- what is "group mode", and what to fill it with ? (is it the magic number related to the trade ?)
- what is "specified market" in market mode, what to fill it with ? (is it like "EURUSD" ?)
- what is the difference between bucket of trades and (in loop) Trade/order in loop ? I've tried opening new trade by condition when "current ask price" > or < "bucket trade max/min open price" but no luck. so then i use (in loop) trade/order in loop.
- what is "change status to", and what to fill it with ?
Looking forward to hearing from you, thank you.
Best regards,
Hewee -
This sequence is called Fibonacci and there is a MM option for this as well
- https://fxdreema.com/help/-/working%20w ... d%20groups
- If empty, this is the current market (symbol), otherwise it's what you specify
- Take a look at this and this
- The status is near the spread meter when you run an EA, look at the lower left corner
-
after re-read the documentations, I understood then. Thanks for the hint!
-
-
I think I fixed that. But these betting strategies should normally be used with 1 trade at a time