Navigation

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

    raaxus

    @raaxus

    0
    Reputation
    6
    Posts
    12
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    raaxus Follow

    Best posts made by raaxus

    This user hasn't posted anything yet.

    Latest posts made by raaxus

    • RE: Must required fields are missing from Position Book API

      @admin There is one other query related to positions book.

      Normally we gets DAY and NET two different types of positions from positions API. In Angel's API we are getting only single response and not mentioned in document that it is DAY or NET. I hopw we are getting NET Positions,

      Please confirm?

      posted in General Discussion
      R
      raaxus
    • How to Unsubscribe Symbol from WebSocket?

      Documentation mentions the Subscription for any Symbol / ticker by mentioning "task":"mw"

      How can i unsubscribe for any symbol? what should be the task value?

      posted in General Discussion
      R
      raaxus
    • Order Status is not coming properly under Order Book

      Hi,

      I tried to place an Order with Trigger Price mentioned in that, order got placed successfully and it was showing Trig Pending on web.

      However when i check through API, status is coming as completed and text coming as "order is not open".

      Even when order was fully executed on web, status was still coming same.

      If status comes completed to me then my app will not fire any cancellation / modification because order was already completed.

      Documentation also needs to be more clear on the status.

      Please check.

      posted in Bugs
      R
      raaxus
    • Some clarity required for Order Modification

      Regarding Order Modification: Is it mandatory to send all the fileds or i can send the fields required for modification.

      Eg if i just wanted to modify the Quantity, still do i need to send below fields?

      "producttype":"INTRADAY",
      "duration":"DAY",
      "price":"19400",
      "tradingsymbol":"SBIN-EQ",
      "symboltoken":"3045",
      "exchange":"NSE"

      posted in General Discussion
      R
      raaxus
    • How to place the Robo (BO) Order

      Hi,

      Wanted to place the Robo (BO) or CO order using the API but documentation is not very clear in this regards.

      However i tried to place STOPLOSS order as OrderType = STOPLOSS_MARKET by providing values to squareoff, stoploss and trailingStopLoss but it seems that order was provided like normal order.

      Moreover i couldn't able to find any way to exit the Robo (BO) order.

      In many provided SDK's you have mentioned constants for BO and CO under product type, what are the uses of those?

      posted in General Discussion
      R
      raaxus
    • Must required fields are missing from Position Book API

      There are few fields which are normally part of position book API of any broker are missing. Please consider those to be added.

      MTM
      LTP (This is the most important which is missing)
      Unrealized Profit / Loss
      Realised Profit / Loss

      posted in General Discussion
      R
      raaxus