Navigation

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

    tcmstunner

    @tcmstunner

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

    tcmstunner Follow

    Best posts made by tcmstunner

    This user hasn't posted anything yet.

    Latest posts made by tcmstunner

    • RE: Error Code: AB1019, Message: Entered trading symbol and symbol token is mismatch

      @admin
      How can find correct trading symbol & symbol token. I always follow https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json
      Please help me to find out the correct information related to scripts

      posted in Bugs
      T
      tcmstunner
    • RE: Error Code: AB1019, Message: Entered trading symbol and symbol token is mismatch

      @PandaTrade said in Error Code: AB1019, Message: Entered trading symbol and symbol token is mismatch:

      49853

      We searched in - https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json
      here you can find the token and symbol

      posted in Bugs
      T
      tcmstunner
    • Error Code: AB1019, Message: Entered trading symbol and symbol token is mismatch

      Re: Entered trading symbol and symbol token is mismatch : errorcode: 'AB1019'

      Hi @admin
      I'm getting error on placing order for the script "token":"49853", "symbol":"NIFTY21JANFUT",

      Error Message:
      {
      message: 'Entered trading symbol and symbol token is mismatch',
      errorcode: 'AB1019',
      status: false,
      data: null
      }

      smart_api.placeOrder({

            "variety": "NORMAL",
            "tradingsymbol": "NIFTY21JANFUT",
            "symboltoken": "49853",
            "transactiontype": "BUY",
            "exchange": "NFO",
            "ordertype": "MARKET",
            "producttype": "INTRADAY",
            "duration": "DAY",
            "triggerprice": "0",
            "squareoff": "0",
            "stoploss": "0",
            "quantity": 1
          
          })
      
      posted in Bugs
      T
      tcmstunner
    • RE: Immediate Action Needed

      @admin
      Please also confirm low price & high price on first opening of market

      posted in General Discussion
      T
      tcmstunner
    • RE: Immediate Action Needed

      @admin
      Hi Admin, at first opening, tick data that I'm getting for token 49853 is as below
      { "to": "42797910.00", "lo": "14200.10", "e": "nse_fo", "sp": "14266.90", "c": "14189.45", "ltp": "14266.90", "ltq": "75", "tk": "49853", "bs": "300", "ltt": "07/01/2021 09:15:00", "tsq": "32625", "v": "3000", "bp": "14266.00", "cng": "77.45", "bq": "150", "ap": "14265.97", "nc": "00.55", "name": "sf", "tbq": "80175" }

      But when I'm checking here
      https://trade.angelbroking.com/portfolio/chart?flag=der&exch=FONSE&instru=FUTIDX&symbol=NIFTY&exp=28-01-2021&option=XX&strikePrice=-1&ntoken=49853&label=NIFTY 28 Jan 2021&lotsize=75&period=5m&views=&display=Candle&defaultPeriod=1D

      Opening price is showing 14,200.10
      But in above response ltp is 14266.90

      Can you please clarify what should be the market open price?

      posted in General Discussion
      T
      tcmstunner