Navigation

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

    pankaj18

    @pankaj18

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

    pankaj18 Follow

    Best posts made by pankaj18

    This user hasn't posted anything yet.

    Latest posts made by pankaj18

    • Not working of trailing stop loss

      Trailing Stop loss is not working in robo order

      orderparams = {
      "variety": "ROBO",
      "tradingsymbol": ticker,
      "symboltoken": symbol_token,
      "transactiontype": "BUY",
      "exchange": exchange,
      "ordertype": "LIMIT",
      "producttype": product_type,
      "duration": "DAY",
      "price": price,
      "squareoff": 180,
      "stoploss":60,
      "trailingStopLoss":10,
      "quantity": "15"
      }

      what's wrong in this?

      posted in General Discussion
      P
      pankaj18
    • ROBO (Bracket) order Issue

      Hi
      I'm placing a ROBO order as mentioned below.
      Whenever the order is executed the stop loss price and square off price is not same as mentioned in the parameters. Instead the stop loss always get set close to 50 and square off always got doubled.
      Along with this there is less likely the trailing stop loss works.

      Please fix the api and resolve this issue.

      orderparams = {
      "variety": "ROBO",
      "tradingsymbol": ticker,
      "symboltoken": symbol_token,
      "transactiontype": "BUY",
      "exchange": exchange,
      "ordertype": "LIMIT",
      "producttype": product_type,
      "duration": "DAY",
      "price": price,
      "squareoff": squareoff_price,
      "stoploss":stoploss_price,
      "trailingStopLoss":10,
      "quantity": "15"
      }

      response = smartApi.placeOrderFullResponse(orderparams)

      posted in Python SDK
      P
      pankaj18
    • RE: LoginbyPassword is not allowed. Please switch to Login by MPIN now.

      @Moderator_2 How to login by mpin to smartapi, I couldn't see any way of login by mpin

      posted in General Discussion
      P
      pankaj18