Navigation

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

    akunturwarAO

    @akunturwarAO

    0
    Reputation
    5
    Posts
    3
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    akunturwarAO Follow

    Best posts made by akunturwarAO

    This user hasn't posted anything yet.

    Latest posts made by akunturwarAO

    • RE: Login issue with .net api login request

      @mhaiskar-omkar21 check Header Parameters ? it should be follow as per https://smartapi.angelbroking.com/docs/ResponseStructure

      posted in Category 8
      A
      akunturwarAO
    • instrument data

      @admin , I'm using below API for instrument :

      https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json

      {"token":"58784","symbol":"NIFTY28OCT2524400CE","name":"NIFTY","expiry":"28OCT2025","strike":"2440000.000000","lotsize":"75","instrumenttype":"OPTIDX","exch_seg":"NFO","tick_size":"5.000000"},

      in API output , strike is showing 2440000.000000. It should be 24400. Is it Normal?

      posted in Python SDK
      A
      akunturwarAO
    • RE: Trigger Price

      @admin Thank you for the update.

      posted in General Discussion
      A
      akunturwarAO
    • Trigger Price

      @admin ,

      Im using Smart API Using C# Asp. Net.

      I cannot see TriggerPrice in OrderInfo Class. How can i place SL-M order using OrderInfo Class.

      public class OrderInfo
      {
      public string orderid { get; set; }
      public string variety { get; set; }
      public string tradingsymbol { get; set; }
      public string symboltoken { get; set; }
      public string transactiontype { get; set; }
      public string exchange { get; set; }
      public string ordertype { get; set; }
      public string producttype { get; set; }
      public string duration { get; set; }
      public string price { get; set; }
      public string squareoff { get; set; }
      public string stoploss { get; set; }
      public string quantity { get; set; }

      }
      
      posted in General Discussion
      A
      akunturwarAO
    • RE: using smartiapi with Amibroker

      @Rajanchauhan In order use API with Amibroker, You need Amibroker plugin to read API and fetch live data.

      posted in General Discussion
      A
      akunturwarAO