Order margin is the funds that must be on a trader’s account when placing an order. Order margin is denominated in DGTX.
For a buy order:
Order Margin = q * (Entry Price / Leverage) / Tick Index
For a sell order:
Order Margin = q * (max(BestBid Price,Entry Price) / Leverage) / Tick Index
where q - number of orders, Best Bid Price - max price for a buy contract on the market at the time of sending the order.