@dipankar For testing, you can just ask the program to note down scrip, entry price, exit price, entry time and exit time in CSV. you will not need a static IP for that.
Posts made by admin
-
RE: Developmentposted in Python SDK
-
RE: ERROR IN EXECUTION IN TRADETRON, WHAT TO DO ?posted in General Discussion
@aaaa401828 SmartAPI is meant for the tech savvy users to write their own code and connect it to Angel One. Angel One does not support any third party algo provider.
-
RE: ONE_MINUTE Interval Historical Data inconsistentposted in Bugs
@nimish05z Please share your api request snippet.
-
RE: Ticker disconnected and error during reconnectposted in Java SDK
@anand-n04 The status line is: HTTP/1.1 429 Too Many Requests.
One client is only allowed to create 3 connections only.
-
RE: Receiving CORS error while creating new appposted in Bugs
@darshil611 You can clear you cache and try again.
-
RE: Static IP based API keys now live - Old flow still supported temporarilyposted in General Discussion
@pari You can use the same API key that you had created earlier.
-
RE: Does smartapi provide a way to fetch OI data?posted in General Discussion
@swogatpradhan22 It does provide OI data. For scrips where OI is not applicable, eg. cash, the OI will be shown as 0.
-
RE: Security is under the following list of cautions:posted in General Discussion
@popular003 As of now, you will have to trade via web or app in such stocks. We will be coming up with a solution soon.
-
RE: Unable To Place Cover Orders.posted in General Discussion
@dibyendu1997 we do not support cover orders via smartapi
-
RE: Order Place Failingposted in Python SDK
@mahidaparth7 please use 'producttype': 'INTRADAY' instead of 'MIS'
-
RE: Invalid API Key - "errorCode":"AG8004"posted in Bugs
@pareshbhatiya Place order is working fine. Please cross check the API key in your header for place order.
-
RE: API Invalid token Error errorCode AG8001posted in Bugs
@mryash AG8001 comes due to invalid token. You need to log in daily and create a new JWT token daily to be able to use other APIs.
-
RE: websocket 2.0 , extact binary data in stringposted in Test
@smartapi-0 Web socket responds in hex. Please check using postman, and then use the websocket in your code.
-
RE: The order cannot be processed as the token is categorised under cautionary listings by the exchange.posted in General Discussion
@rahim1021 As per the exchange guidelines, it is mandatory to show a pop up message of all the cautionary messages and to capture user's consent on the order flow after the user reads all the messages.
This cannot be done on an API level. So, we do not allow such scrips from API as of now.
You can place orders in such scrips via app and web of Angel One.
-
RE: put market order but it is placed as AMO ..WHyposted in Python SDK
@ananthapad all the orders placed after market go as AMO orders. You can read it here in the place orders section - https://smartapi.angelone.in/docs/Orders
-
RE: Invalid API Key", "errorCode": "AG8004",posted in NodeJS SDK
@satishdwivedi Your screenshot is not visible.
-
RE: Execution Error:AG8004 - Invalid API Keyposted in General Discussion
@v52717774 This error comes when the API key you are mentioning in the header of the API request is not the same as the one you have generated or using which you have logged in and created a JWT token.
-
RE: Static IP based API keys now live - Old flow still supported temporarilyposted in General Discussion
@sachin0521 Since you are an algo provider, as per guidelines of SEBI, you need to empanel with exchanges. Once you are empanelled, you can get into a commercial agreement with brokers.
The static IP flow here is for the tech savvy clients who are making their own algos by coding and using smartAPI to trade.
-
RE: Invalid API Key: Historical Data and Market Dataposted in Bugs
@dibyendu1997 please put API Key (not secret key) in the X-PrivateKey parameter. It should run.
-
RE: Invalid API Key", "errorCode": "AG8004",posted in NodeJS SDK
@satishdwivedi This error happens due to following reasons:
- API key used in login is not the same as API key generated
- API key used in login is different from the API key used in other API's request.
Request you to check the same. In case you are still unable to figure it out, you can share the API request snippet and API key screenshot here.