Problem resolved. Thanks Admin, Yatish and Dotnet Support Team.
Posts made by asksameer
-
RE: Getting error when place order using web application
-
RE: Getting error when place order using web application
Can you please provide any update on this issue?
-
RE: Getting error when place order using web application
@admin
yes. Still facing same issue. -
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
} -
RE: How to get Symbol Token for options
Are you calling angel api / sdk in C# Console application OR Web application?
-
RE: Unable to fetch option data for Banknifty?
Are you calling angel api / sdk in C# Console application OR Web application?
-
RE: get Order Book, get Trade Book, get Holding, get Position, Convert Position, get RMS
Are you calling angel api / sdk in C# Console application OR Web application?
-
RE: connect.placeOrder returns error
Are you calling angel api / sdk in C# Console application OR Web application?
-
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
} -
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
-
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 -
RE: AB2001 error when placing SELL order
@admin
It's working now. I was missing below attributes.
squareoff":"0",
"stoploss":"0" -
RE: AB2001 error when placing SELL order
@admin
BUY order works. But sell order doesn't work. I am getting AB2001 error. -
RE: AB2001 error when placing SELL order
@admin Can you please provide any update on this ?
-
AB2001 error when placing SELL order
Hello Sir @admin
I am getting the below error when placing SELL Order.
Programming Language : C# / DotnetError : 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.
-
RE: Sell authorization and Place Order for Sell
@admin Do we need to submit POA to Angel for SELL order to work ?
-
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. -
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