Navigation

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

    Posts made by Vignesha

    • RE: Ran my code this morning and got URLError

      @mudit236 @admin has there been any change in the urls that is not updated in SDK? I only use python SDK and download the packages based on requirement txt file which is in github.

      posted in Python SDK
      V
      Vignesha
    • Ran my code this morning and got URLError

      I've been running this code since 4 months and make sure I'm keeping updated but this morning when I download all the dependencies and run it, it failed due to url error while placing the order.

      1. I download the requirement module from github everyday so saying my module is outdated isnt correct
      2. Tried running with different device and wifi but still failing

      Anyone know how to fix this?

      URLError: <urlopen error [Errno 111] Connection refused>

      posted in Python SDK
      V
      Vignesha
    • RE: Announcing EDIS API for SmartAPI Users

      I havent done this one but I cant even verify sell using TPIN. Because of this does the TPIN auth got decommissioned?

      posted in General Discussion
      V
      Vignesha
    • Sell order not working

      I'm trying to place a sell order from portfolio and its not working. I cant even verify tpin from mobile app

      posted in General Discussion
      V
      Vignesha
    • RE: Did stop loss and shorting stopped working?

      @DIYD20997 Thanks for confirming. The above param. itself somehow started to work.

      posted in Python SDK
      V
      Vignesha
    • RE: Did stop loss and shorting stopped working?

      @godboleamit Got it... Also for some reason the above param. i pasted started to work idk what i did but now i can short and give stop loss to an order...
      Thanks for the advice on this

      posted in Python SDK
      V
      Vignesha
    • RE: ROBO order example with Trailing SL

      @Pavithra I posted a similar question but regarding regular stop loss @admin @SmartAPI-Admin has not answered it. Have you tried normal stop loss and did it work? For me, I'm just running my bot and tracking the data, and using that as a trialing stop-loss, I dont think smartapi support trailing stop loss

      posted in General Discussion
      V
      Vignesha
    • RE: Did stop loss and shorting stopped working?

      @admin any update on this?
      I know lot of things are going on but could you please help with this issue? I followed the exact thing from documentation but unable to place Stop loss or Shorting order... Can you let me know if its enabled or not?

      posted in Python SDK
      V
      Vignesha
    • Did stop loss and shorting stopped working?

      Hi I'm trying to use shorting and stop loss it seems it isnt working...

      Here is my code for shorting @admin @SmartAPI-Admin can you let me know if this is the case or do you think the param is wrong?

          orderparams = {
              "variety": "NORMAL",
              "tradingsymbol": "SBIN-EQ",
              "symboltoken": "3045",
              "transactiontype": "SELL",
              "exchange": "NSE",
              "ordertype": "LIMIT",
              "producttype": "INTRADAY",
              "duration": "DAY",
              "price": "19500",
              "squareoff": "0",
              "stoploss": "0",
              "quantity": "1"
              }
          orderId=obj.placeOrder(orderparams)
      
      posted in Python SDK
      V
      Vignesha
    • RE: Getting timeout error - Anyone can help

      @Vignesha Now just getting
      'NoneType' object has no attribute 'get' randomly not at every rmslimit call

      posted in Python SDK
      V
      Vignesha
    • RE: Getting timeout error - Anyone can help

      Update;
      After a min or 2 it fixed itself not sure what happened

      Never mind it is still occuring @SmartAPI-Admin @admin
      Any idea whats going on?
      The api call that is working fine for the last 1 month is throwing timedout error

      even adding 1sec delay isnt helping

      posted in Python SDK
      V
      Vignesha
    • Getting timeout error - Anyone can help

      Hi I was running my model today but started to get timeout error out of nowhere

      this error is when i tried to call my rmslimit

      HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Max retries exceeded with url: /rest/secure/angelbroking/user/v1/getRMS?%7B%7D (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x00000288A7E6AA10>, 'Connection to apiconnect.angelbroking.com timed out. (connect timeout=7)'))
      
      posted in Python SDK
      V
      Vignesha
    • Does anyone know how to short using python sdk? and also use leverage to buy 5x of a stock lets say sbi

      I'm looking for a way to short a trade but whenever I try the regular intraday - sell for a stock1st it's throwing an error and kind of lost here.

      If you're someone who knows how to do it please help me even a direction to the documentation is good enough for me... But the current documentation of smart API no where mentioned about shorting and seems only long is the option.

      Also if possible let me know how i should put my orderparam so i can use the leverage?

      @SmartAPI-Admin @admin

      posted in Python SDK
      V
      Vignesha
    • RE: Unable to login

      @pari Thanks for the update... Yeah it started to work

      posted in Bugs
      V
      Vignesha
    • RE: Unable to login

      @pari are we the only few facing this issue?

      I dont see that many people posting it? either its only after few customers or there are not tht many people using smartapi ?

      posted in Bugs
      V
      Vignesha
    • RE: Unable to login

      Anyone can login to the smartapi api key page? When i try im just getting an error

      posted in Bugs
      V
      Vignesha
    • RE: Cant sign in to api

      @Vignesha

      ![0_1694751182098_smartapi.png](Uploading 100%)

      posted in Python SDK
      V
      Vignesha
    • RE: Cant sign in to api

      @Vignesha @admin

      cant login to the portal either

      posted in Python SDK
      V
      Vignesha
    • Cant sign in to api

      I cant login since this morning. Any issue going one?

      posted in Python SDK
      V
      Vignesha
    • RE: Unable to login

      @mudit236 Same cant login through python SDK

      posted in Bugs
      V
      Vignesha