@Reddy Download from here https://bit.ly/3CstT5H
Posts made by bh_nil
-
RE: Unable to create session due to totpposted in Java SDK
-
RE: How to automate totp in java sdkposted in NodeJS SDK
@shahroz14 +917986051057 message me if unable to resolve.
-
RE: AngelBroking get_access_token failed: AB1050 : Invalid totpposted in General Discussion
@ajsingh please check the Access rates by admin a few days ago.
-
RE: URGENT - Bug in TOTP Validationposted in Test
@StocksDeveloper oh intermittently! Are u running transactions on seconds timeframe, or facing issue while fetching data feed due to intermittent failures
-
RE: TOTP generated but Null Exceptionposted in NodeJS SDK
@Harman08 said in TOTP generated but Null Exception:
@admin Null Exception after passing TOTP value in Java,Please check! My I'd PONN1001 ,is everything ok from api End?
Issue Resolved just pass Correct Totp
-
RE: URGENT - Bug in TOTP Validationposted in Test
@StocksDeveloper It's not Bug, Totp is Temporarily time based OTP u need to update everytime
-
RE: Getting null value for user when generating sessionposted in Test
@Hargun-Singh Hope issue has Resolved ,u need to use updated V2 jar and pass additional parameter to Generate session
-
RE: AngelBroking get_access_token failed: AB1050 : Invalid totpposted in General Discussion
@ajsingh That is not Totp, u have to scan that qr or put below string to ur Google Authenticator to generate totp, and totp is not Constant, it's temporary it changes with time
-
RE: Unable to create session due to totpposted in Java SDK
@Reddy pass new Totp parameter in generate session and use new V2 jar
-
RE: AngelBroking get_access_token failed: AB1050 : Invalid totpposted in General Discussion
@dsdabhi1 case "AG8001":
case "AG8002":
return new DataException(jsonObject.getString("message"), code);
Seems Exception due to 2FA code, Insert Totp passcode properly in generate session -
RE: TOTP generated but Null Exceptionposted in NodeJS SDK
@shivamdg2411 Resolved or not? Its very simple
-
RE: AngelBroking get_access_token failed: AB1050 : Invalid totpposted in General Discussion
@saimathew123 why tradetron build ur own algo software ,get the signals nd execute the orders thr api
-
RE: AngelBroking get_access_token failed: AB1050 : Invalid totpposted in General Discussion
Simple solution, Add valid totp ,error will be resolved, totp is not Constant and changing with time so u need to update everytime 😞
-
TOTP generated but Null Exceptionposted in NodeJS SDK
@admin Null Exception after passing TOTP value in Java,Please check! My I'd PONN1001 ,is everything ok from api End?
-
RE: Java Sdk not working in android 11-12posted in NodeJS SDK
@techsharad This function is giving error Null pointer exception
public Request createPostRequest(String apiKey, String url, JSONObject params) {
try {MediaType JSON = MediaType.parse("application/json; charset=utf-8"); RequestBody body = RequestBody.create(params.toString(), JSON); String privateKey = apiKey; Request request = new Request.Builder().url(url).post(body).header("Content-Type", "application/json") .header("X-ClientLocalIP", apiheader.getString("clientLocalIP")) .header("X-ClientPublicIP", apiheader.getString("clientPublicIP")) .header("X-MACAddress", apiheader.getString("macAddress")) .header("Accept", apiheader.getString("accept")).header("X-PrivateKey", privateKey) .header("X-UserType", apiheader.getString("userType")) .header("X-SourceID", apiheader.getString("sourceID")).build(); return request; } catch (JSONException e) { System.out.println("exception createPostRequest"); System.out.println(e.getMessage()); return null; } } -
RE: Java Sdk not working in android 11-12posted in NodeJS SDK
@techsharad Error : exception createPostRequest @admin please look into concern
-
RE: Sl limit modify into market orderposted in General Discussion
@hiteshp In SL order , Parameter Trigger price is required,if u leave it empty this error will come
-
RE: Sl limit modify into market orderposted in General Discussion
@hiteshp said in Sl limit modify into market order:
@admin Hello team, I am using a software for trade execution. The software places sl limit order for a particular entry. If order is not filled at that price it converts order into sl market order after 3 seconds. Today the sl order got rejected by giving error that "Market Orders with non zero price are not allowed". Kindly check into the issue why this is happening as same is not the case with other brokers.
Attaching Screenshot for your ref.

Client Code- H52628
👉Trigger price is Zero, Please check!