Navigation

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

    SmartAPI - book orders

    Python SDK
    0
    7
    77
    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.
    • S
      Sukhwant280 last edited by

      hi @admin and all,

      can you please share running code using smartapi for below:

      • book/modify/cancel optionticker orders
      • Get existing open positions
      • get order book of live bid/ask for option tickers

      i am using the below for get LTP for options:
      data = smartApi.ltpData(exch_seg, symbol, token)

      thanks in advance
      Sukhwant

      1 Reply Last reply Reply Quote 0
      • A
        admin last edited by

        @Sukhwant280 said in SmartAPI - book orders:

        can you please share running code using smartapi for below:

        book/modify/cancel optionticker orders
        Get existing open positions
        get order book of live bid/ask for option tickers

        i am using the below for get LTP for options:
        data = smartApi.ltpData(exch_seg, symbol, token)
        thanks in advance
        Sukhwant

        please follow below link
        https://smartapi.angelbroking.com/topic/1194/basic-smartapi-integration-using-python

        S 2 Replies Last reply Reply Quote 0
        • S
          Sukhwant280 @admin last edited by

          @admin thanks a lot

          1 Reply Last reply Reply Quote 0
          • S
            Sukhwant280 @admin last edited by

            @admin how to find bid and ask live trades for a particular token/symbol of options.

            orderbook = obj.orderBook() is not solving that request of mine

            thanks in advance

            S 2 Replies Last reply Reply Quote 0
            • S
              Sukhwant280 @Sukhwant280 last edited by

              @Sukhwant280 Any Luck @admin on Bid/Ask query code?

              thanks

              1 Reply Last reply Reply Quote 0
              • S
                Sukhwant280 @Sukhwant280 last edited by

                @Sukhwant280 @admin

                HI Admin,

                please provide a running code in python to get Live Bid/Ask for a trading symbol.

                appreciate your help in this

                thanks
                Sukhwant

                A 1 Reply Last reply Reply Quote 0
                • A
                  admin @Sukhwant280 last edited by

                  @Sukhwant280 said in SmartAPI - book orders:

                  @Sukhwant280 @admin
                  HI Admin,
                  please provide a running code in python to get Live Bid/Ask for a trading symbol.
                  appreciate your help in this
                  thanks
                  Sukhwant

                  You have to pass task as dp in websocket code to get the Bid/Ask .

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