Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. vijayyande
    3. Topics
    V
    • Profile
    • Following 0
    • Followers 1
    • Topics 16
    • Posts 65
    • Best 7
    • Groups 0

    Topics created by vijayyande

    • V

      today websocket ticker not working
      General Discussion • • vijayyande

      2
      1
      Votes
      2
      Posts
      16
      Views

      M

      Hello @vijayyande,

      We have stopped non secure websocket for SmartAPI. It was scheduled for 30th November 2023.
      Websocket URL Change

      Please make the requisite changes and it should be working.
      Apologies for the inconvenience.

      Regards
      SmartAPi Team

    • V

      Is there any plugin available for AmiBroker? if not can i create one
      General Discussion • • vijayyande

      1
      0
      Votes
      1
      Posts
      15
      Views

      No one has replied

    • V

      How to get current portfolio using api
      General Discussion • • vijayyande

      5
      0
      Votes
      5
      Posts
      75
      Views

      M

      Hi all,

      Apologies for delayed response.
      Get All Holding API provides entire investments, including individual stock holdings and a summary of your total investments.

      Ref Doc: https://smartapi.angelbroking.com/docs/Portfolio

      Thanks & Regards,
      SmartAPI team

    • V

      RMS should return correct trading balance
      General Discussion • • vijayyande

      23
      2
      Votes
      23
      Posts
      186
      Views

      S

      I am Suneel Maghani, can you explain in detial with example?

    • V

      How to use WebSocket 2 api
      C#/.Net SDK • • vijayyande

      2
      0
      Votes
      2
      Posts
      184
      Views

      A

      Hi @vijayyande ,

      You can read the websocket 2.0 documentation here - https://smartapi.angelbroking.com/docs/WebSocket2

      We have released the sample code for Python language here - https://smartapi.angelbroking.com/topic/1861/user-feedback-websocket-2-0-beta-rollout-python-language

      I am sorry but launching Websocket 2.0 in C# library is not on our list. Our SDKs are all open source, and we encourage pull requests and other contributions from the community.

    • V

      Ticker not working
      General Discussion • • vijayyande

      5
      0
      Votes
      5
      Posts
      59
      Views

      A

      Hi @Karthikeyan ,
      We have released the sample code for Python language here - https://smartapi.angelbroking.com/topic/1861/user-feedback-websocket-2-0-beta-rollout-python-language

    • V

      Please give us tentative date to support C# for TOTP
      C#/.Net SDK • • vijayyande

      5
      0
      Votes
      5
      Posts
      80
      Views

      J

      @vijayyande ENABLE totp in angel smart api
      then change generate sesson methods and third parms is totp and change to methods

      thats work perfect

    • V

      unable to login through smart api and no ticks
      C#/.Net SDK • • vijayyande

      2
      0
      Votes
      2
      Posts
      40
      Views

      A

      @vijayyande A issue has been identified on SSl Certificate on trade.angelbroking.com, tab.angelbroking.com, SmartAPI and Smartstore. We are working on it and will keep you posted. Regret the inconvenience caused.

    • V

      unable to login
      Python SDK • • vijayyande

      8
      0
      Votes
      8
      Posts
      113
      Views

      N

      @admin which documentation I need to check

    • V

      How to retrieve current fund balance
      Test • • vijayyande

      2
      0
      Votes
      2
      Posts
      44
      Views

      A

      @vijayyande said in How to retrieve current fund balance:

      How to retrieve exact current fund balance?

      Hi, availablecash in RMS gives you the the available fund balanace.

    • V

      getRMS() always gives wrong fund balance
      C#/.Net SDK • • vijayyande

      3
      0
      Votes
      3
      Posts
      30
      Views

      A

      @vijayyande

      Maintaining single thread on this issue - https://smartapi.angelbroking.com/topic/1805/how-to-retrieve-current-fund-balance

    • V

      have funds still order getting rejected
      General Discussion • • vijayyande

      4
      0
      Votes
      4
      Posts
      20
      Views

      V

      @admin

      please provide details how to connect with RMS teams

    • V

      History not found , tick missing
      Test • • vijayyande

      2
      0
      Votes
      2
      Posts
      21
      Views

      A

      @vijayyande we have noted this we will test and update you.

    • V

      Why live stream stops automatically
      C#/.Net SDK • • vijayyande

      3
      0
      Votes
      3
      Posts
      44
      Views

      A

      Hi @vijayyande Our team is working on websocket we will post here you once we have an update for you.

    • V

      How to dynamically subscribe to new live data feed
      C#/.Net SDK • • vijayyande

      3
      0
      Votes
      3
      Posts
      30
      Views

      V

      @admin said in How to dynamically subscribe to new live data feed:

      @vijayyande said in How to dynamically subscribe to new live data feed:

      I have subscribed to 5 symbols currently and now i want to add more symbols so that i can receive LTP ticks over websockets. How is that possible?
      Its really very improtant

      Our websocket is in beta mode our team is working on it this functionality will be added in updated websocket.

      Also, web socket sample code that you have provided works in console mode but it is not working in Winforms application. In case of winforms no ticks are received at all. Am i missing something or not available from your side?

    • V

      How to use both historical and Trading api in single app
      C#/.Net SDK • • vijayyande

      2
      0
      Votes
      2
      Posts
      23
      Views

      A

      @vijayyande said in How to use both historical and Trading api in single app:

      I want to use both trading api and historical api in single app. How can i use them?
      I dont want to login two times, i want to login only once.
      This is very important otherwise its all useless to me

      You can use historical data api() in trading api.