Navigation

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

    blackdream

    @blackdream

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

    blackdream Unfollow Follow

    Latest posts made by blackdream

    • RE: Trigger Price

      @admin Thank you for the update.

      posted in General Discussion
      B
      blackdream
    • 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
      B
      blackdream
    • 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
      B
      blackdream