Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    required margin calculations

    Bugs
    0
    1
    2
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      trading_plus last edited by

      i am not able to get the required margin for limit order, In the nodejs library for marginapi price key is present but i am not able to figure out how exactly it is working .
      [
      {
      exchange: 'NFO',
      productType: 'CARRYFORWARD',
      price: 10,
      qty: 100,
      token: '65474',
      tradeType: 'BUY'
      },
      {
      exchange: 'NFO',
      productType: 'CARRYFORWARD',
      price: 20,
      qty: 100,
      token: '48290',
      tradeType: 'SELL'
      }
      ] this is the reqest data but the response is not changing.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post