Navigation

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

    Posts made by asksameer

    • RE: Getting error when place order using web application

      @admin

      Problem resolved. Thanks Admin, Yatish and Dotnet Support Team.

      posted in C#/.Net SDK
      A
      asksameer
    • RE: Getting error when place order using web application

      @admin

      Can you please provide any update on this issue?

      posted in C#/.Net SDK
      A
      asksameer
    • RE: Getting error when place order using web application

      @admin

      Client id: S769044

      posted in C#/.Net SDK
      A
      asksameer
    • RE: Getting error when place order using web application

      @admin
      yes. Still facing same issue.

      posted in C#/.Net SDK
      A
      asksameer
    • RE: connect.placeOrder returns error

      @redmouseindia
      Ok Thanks buddy

      posted in C#/.Net SDK
      A
      asksameer
    • RE: Getting error when place order using web application

      @admin
      I am getting same error in WEB application.
      Response:
      {
      "status":false,
      "message":"Internal Error",
      "errorcode":"AB2001",
      "data":null
      }

      posted in C#/.Net SDK
      A
      asksameer
    • RE: How to get Symbol Token for options

      @TradeMonk

      Are you calling angel api / sdk in C# Console application OR Web application?

      posted in C#/.Net SDK
      A
      asksameer
    • RE: Unable to fetch option data for Banknifty?

      @sts
      @TradeMonk

      Are you calling angel api / sdk in C# Console application OR Web application?

      posted in C#/.Net SDK
      A
      asksameer
    • RE: get Order Book, get Trade Book, get Holding, get Position, Convert Position, get RMS

      @ashishmavani

      Are you calling angel api / sdk in C# Console application OR Web application?

      posted in C#/.Net SDK
      A
      asksameer
    • RE: connect.placeOrder returns error

      @redmouseindia

      Are you calling angel api / sdk in C# Console application OR Web application?

      posted in C#/.Net SDK
      A
      asksameer
    • RE: Getting error when place order using web application

      @admin
      I am dotnet sdk.
      CONSOLE c# application:
      Order placement works correctly in console application.

      WEB c# application: If I use web application to place order, it doesnt work.

      Request:
      {
      "orderid":null,
      "variety":"NORMAL",
      "tradingsymbol":"PHILIPCARB-EQ",
      "symboltoken":"2649",
      "transactiontype":"BUY",
      "exchange":"NSE",
      "ordertype":"MARKET",
      "producttype":"DELIVERY",
      "duration":"DAY",
      "price":"0",
      "squareoff":"0",
      "stoploss":"0",
      "quantity":"1",
      "triggerprice":null
      }

      Response:
      {
      "status":false,
      "message":"Internal Error",
      "errorcode":"AB2001",
      "data":null
      }

      posted in C#/.Net SDK
      A
      asksameer
    • RE: Getting error when place order using web application

      I am not passing jwt token or refresh token when placing orders. Just passing trading api key

      posted in C#/.Net SDK
      A
      asksameer
    • Getting error when place order using web application

      Hello @admin ,

      Order placement works properly when I use console application for order placement.
      I am using TRADING api_key for order placement.

      But when I place order using WEB APPLICATION (localhost), I am getting error as "Internal error".
      I am using TRADING api_key for order placement.

      Not sure why it works in CONSOLE app but fails in WEB application.

      Thanks,
      Sam

      posted in C#/.Net SDK
      A
      asksameer
    • RE: AB2001 error when placing SELL order

      @admin
      It's working now. I was missing below attributes.
      squareoff":"0",
      "stoploss":"0"

      posted in General Discussion
      A
      asksameer
    • RE: AB2001 error when placing SELL order

      @admin
      BUY order works. But sell order doesn't work. I am getting AB2001 error.

      posted in General Discussion
      A
      asksameer
    • RE: AB2001 error when placing SELL order

      @admin Can you please provide any update on this ?

      posted in General Discussion
      A
      asksameer
    • AB2001 error when placing SELL order

      Hello Sir @admin
      I am getting the below error when placing SELL Order.
      Programming Language : C# / Dotnet

      Error : AB2001

      I am using below code:
      OrderInfo ord = new OrderInfo();
      ord.variety = "NORMAL";
      ord.symboltoken = "154";
      ord.tradingsymbol = "APCOTEXIND-EQ";
      ord.transactiontype = "SELL";
      ord.exchange = Constants.EXCHANGE_NSE;
      ord.price = "0";
      ord.ordertype = "MARKET";
      ord.producttype = "DELIVERY";
      ord.duration = "DAY";
      ord.quantity = "1";
      obj = connect.placeOrder(ord);
      OrderResponse Ores = obj.PlaceOrderResponse;

      Please advise.

      posted in General Discussion
      A
      asksameer
    • RE: Sell authorization and Place Order for Sell

      @admin Do we need to submit POA to Angel for SELL order to work ?

      posted in Bugs
      A
      asksameer
    • RE: "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007"

      @asksameer said in "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007":

      S769044

      Hi @admin ,
      Can you please check my id S769044 ?. I have already filled up the form.

      posted in General Discussion
      A
      asksameer
    • RE: "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007"

      @admin I have filled the form for migration. Please confirm the migration status. My client id is S769044. Thanks in advance

      posted in General Discussion
      A
      asksameer