Navigation

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

    Posts made by martinkokkadan

    • RE: Unable to place the stoploss SL-L order

      @Developer
      (
      [tradingsymbol] => NIFTY21JUL2216350CE
      [symboltoken] => 79916
      [exchange] => NFO
      [price] => 9
      [triggerprice] => 10
      [squareoff] => 0
      [stoploss] => 0
      [variety] => STOPLOSS
      [transactiontype] => SELL
      [ordertype] => STOPLOSS_LIMIT
      [quantity] => 50
      [producttype] => CARRYFORWARD
      [duration] => DAY
      )

      same as

      posted in General Discussion
      M
      martinkokkadan
    • RE: Unable to place the stoploss SL-L order

      @admin
      @administrators

      any solution ? I already checked documentation

      posted in General Discussion
      M
      martinkokkadan
    • Unable to place the stoploss SL-L order

      814d1ac5-23e3-43d9-a78a-ac89d80f6a02-image.png

      $order = $smart_api->PlaceOrder(array('variety' => 'STOPLOSS',
      'tradingsymbol' => NIFTY07JUL2216000PE,
      'symboltoken' => 40958,
      'exchange' => NFO,
      'transactiontype' => 'BUY',
      'ordertype' => 'STOPLOSS_LIMIT',
      'quantity' => '50',
      'producttype' => 'CARRYFORWARD',
      'price' => 2,
      'triggerprice'=> 2.5,
      'squareoff'=>0,
      'stoploss'=>0,
      'duration' => 'DAY'));

      posted in General Discussion
      M
      martinkokkadan