Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. truesyssoftech
    3. Posts
    T
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by truesyssoftech

    • ROBO ORDER SQUAREOFF

      How to squareoff ROBO Order ?

      posted in General Discussion
      T
      truesyssoftech
    • Place Market Order With SL and TARGET

      I want to place market order with stoploss and target , below is request object for same

      {
      "variety":"NORMAL",
      "tradingsymbol":"SBIN-EQ",
      "symboltoken":"3045",
      "transactiontype":"BUY",
      "exchange":"NSE",
      "ordertype":"MARKET",
      "producttype":"INTRADAY",
      "duration":"DAY",
      "price":"0",
      "squareoff":"0",
      "stoploss":"0",
      "quantity":"1"
      }

      for above json at market order we are not sure for the price order placed so what we need to pass as value of squareoff and stoploss

      let's say my order placed at 100 rs and i want 20 pts target and 10 pts stoploss so what i need to pass as value of squareoff and stoploss on above json is it 120 and 90 or 20 and 10

      any help is appriciated

      posted in General Discussion
      T
      truesyssoftech
    • RE: is postback working?

      @Moderator_3 I created post back as http post method but when i place order it is not fired , i already set it up in api

      my client id : D61577389

      api key : Ui2eHIA3

      I placed on order using api and it is rejected , but webhook not fired for same check below order details from my angle one portal

      ed8de067-9ce2-4d55-87ef-b1544f26c4cb-image.png

      posted in Python SDK
      T
      truesyssoftech
    • RE: is postback working?

      Still it is not working for me is it fixed now ?

      posted in Python SDK
      T
      truesyssoftech
    • Callback Url Not Working for order Update

      I entered callback url on api creation but it is not fired at time order palced

      posted in Bugs
      T
      truesyssoftech