Navigation

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

    martinkokkadan

    @martinkokkadan

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

    martinkokkadan Follow

    Best posts made by martinkokkadan

    This user hasn't posted anything yet.

    Latest 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