Navigation

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

    asiyaafreen01992

    @asiyaafreen01992

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

    asiyaafreen01992 Follow

    Best posts made by asiyaafreen01992

    • Please give an example for buy, stoploss and sell order in intraday trading

      @admin Hello
      Can you please give me an example code to place buy order, stop loss and sell order without using ROBO order type.

      Thanks

      posted in General Discussion
      A
      asiyaafreen01992

    Latest posts made by asiyaafreen01992

    • Please give an example for buy, stoploss and sell order in intraday trading

      @admin Hello
      Can you please give me an example code to place buy order, stop loss and sell order without using ROBO order type.

      Thanks

      posted in General Discussion
      A
      asiyaafreen01992
    • Order rejected "bo is not allowed for this stock. Kindly place an order with a different product type."

      My order rejected and showing this message
      "bo is not allowed for this stock. Kindly place an order with a different product type."

      I am using PHP SDK, Please help me

      my order parameters are
      $params=[
      'variety' => 'ROBO',
      'tradingsymbol' => $order['symbol'],
      'symboltoken' => $order['token'],
      'exchange' => 'NSE',
      'transactiontype' => 'BUY',
      'ordertype' => 'LIMIT',
      'quantity' => $order['qnt'],
      'producttype' => 'INTRADAY',
      'price' => $order['price'],
      'squareoff' => $order['squareoff'],
      'stoploss' => $order['stoploss'],
      'triggerprice'=>0,
      'duration' => 'DAY'];

      posted in Bugs
      A
      asiyaafreen01992