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