Navigation

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

    smartalgo

    @smartalgo

    0
    Reputation
    5
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    smartalgo Follow

    Best posts made by smartalgo

    This user hasn't posted anything yet.

    Latest posts made by smartalgo

    • Getting an issue with order placement Api

      I'm trying to place the orders using the python sdk and it gives me an error

      In Exception of Angel Order Placement we are trying to do Re order placement in Angel Couldn't parse the JSON response received from the server: b'<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body>\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.25.1</center>\r\n</body>\r\n</html>\r\n'

      Is there any api that gives me the error that today's angel one's order placement or anything have the issue ?

      please give me solution asap
      Thank You!!

      @Angel-algo @angel-api @admin @API

      posted in Python SDK
      S
      smartalgo
    • How can i do margin trading using angelone api?

      I want to do Margin Trading using angelone api how can i do?

      posted in Python SDK
      S
      smartalgo
    • RE: I want place limit order

      @rajanprabu i removed trigger price but still it is executing instantly

      posted in Bugs
      S
      smartalgo
    • RE: I want place limit order

      @rajanprabu okay i will update it and get back with results

      posted in Bugs
      S
      smartalgo
    • I want place limit order

      Hello all

      I want place limit order through api. But when I run api, order will execute immediately instead of pending order.

      Here is the actual code of limit order

      0|index    | ORDER {
      0|index    |   variety: 'NORMAL',
      0|index    |   exchange: 'NFO',
      0|index    |   producttype: 'INTRADAY',
      0|index    |   duration: 'DAY',
      0|index    |   squareoff: '0',
      0|index    |   stoploss: '0',
      0|index    |   quantity: 25,
      0|index    |   tradingsymbol: 'BANKNIFTY05AUG2134800PE',
      0|index    |   symboltoken: '38656',
      0|index    |   transactiontype: 'BUY',
      0|index    |   ordertype: 'LIMIT',
      0|index    |   price: 305,
      0|index    |   triggerprice: 305
      0|index    | }
      
      

      Is there any issue in this?

      posted in Bugs
      S
      smartalgo