Navigation

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

    sati36

    @sati36

    0
    Reputation
    4
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    sati36 Follow

    Best posts made by sati36

    This user hasn't posted anything yet.

    Latest posts made by sati36

    • RE: Error while running Python code.

      i hope you have figured it out,
      if not then just simply just change the location of your file "Python_Test_AngelOne" it
      since you are using from method to call a smart api it will look for a SMARTAPI folder in same directory and then search for library files

      just make a folder (let's say Test) keep the smartapi folder and your main "Python_Test_AngelOne" script in same Test folder do not put your script in smart api folder itself

      posted in Python SDK
      S
      sati36
    • :BO: Upticks and downticks should be greater

      i am using python and and while placing orders i am getting the error in angel one order history orders get rejecting mentioning error

      Order Details
      Order Placed on 09-Oct-2024 at 11:18:17

      :BO: Upticks and downticks should be greater than given percentage: Absolute Price : 75.68 Tick Size :1514 Allowed range ->[0-100: 1.00] [100-500: 1.00] [500-1000: 3.00] [>1000: 3.00] :

      Product Type
      Bo

      Action
      Buy

      Order Type
      Stoploss_limit

      Validity
      Day

      Segment Type
      NSE
      Broker Order No.
      2410************

      some orders get placed without any issue but some orders are getting rejected.

      please help.

      posted in General Discussion
      S
      sati36
    • RE: ltpdata

      @msuthar0157
      you must have to first genrate a session and then you can simply add this line when you need to fetch LTP data

      LTP = self.obj.ltpData(self.EXCHANGE, script, token)
      LTP_price= LTP["data"]["ltp"]

      LTP_price will contain your LTP

      also you have to pass a 3 parameters as you can see

      posted in Python SDK
      S
      sati36
    • order rejected due to tick size

      Hi Everyone,

      I hope you're all doing well.

      I've been testing various setups for the past six months, and I've recently encountered an error when attempting to place an order:

      Error: BO: Downticks should be greater than given percentage: Absolute Price: 56.90 Tick Size: 1138 Allowed range -> [0-100: 1.00] [100-500: 1.00] [500-1000: 3.00] [>1000: 3.00]

      I would like to understand how to calculate or evaluate the tick size and range for a stock when placing an order. I'm currently using Python.
      Any insights or guidance would be greatly appreciated!

      Thank you!

      posted in General Discussion
      S
      sati36