How to take 3 buy orders and 3 sell orders simultaneously with different lot size at a particular time ?
-
How to take 3 buy orders and 3 sell orders simultaneously with different lot size at a particular time ?
-
is there any relation between those lot size?
if there have any relation use "buy/sell pending order in grid" then regulate volume size.
else use "for each pending order" and make a loop. -
There is no relation and I don’t want pending orders . I want instant orders at specific time example 10 am
-
@vijithtr You can use as many separated buy/sell now blocs as you need. Each one with its specific lot size.
-
Ok thank you
-
You're welcome.