Navigation

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

    ajaysan91

    @ajaysan91

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

    ajaysan91 Follow

    Best posts made by ajaysan91

    This user hasn't posted anything yet.

    Latest posts made by ajaysan91

    • RE: Create rule not executing

      @admin any updates?

      posted in Bugs
      A
      ajaysan91
    • RE: Create rule not executing

      @admin Any update?

      posted in Bugs
      A
      ajaysan91
    • RE: Create rule not executing

      @admin Still it didn't work -
      {
      status: 'ACTIVE',
      createddate: '2021-06-04T09:02:42.863121Z',
      updateddate: '2021-06-04T09:02:43Z',
      expirydate: '2021-07-04T09:02:42.863121Z',
      clientid: 'xxxxxxx',
      tradingsymbol: 'EXIDEIND-EQ',
      symboltoken: '676',
      exchange: 'NSE',
      producttype: 'DELIVERY',
      transactiontype: 'BUY',
      price: 193.2,
      qty: 1,
      triggerprice: 193.25,
      disclosedqty: 1
      }
      }
      Exide did reach the triggerprice and it never got executed. Any idea?

      posted in Bugs
      A
      ajaysan91
    • RE: Create rule not executing

      @admin OKay, I will try tomorrow morning and will let you know. Thanks 🙂

      posted in Bugs
      A
      ajaysan91
    • RE: Create rule not executing

      @admin Sure, Thanks!

      posted in Bugs
      A
      ajaysan91
    • RE: Create rule not executing

      @admin
      Sorry, i didn't understand your last response.
      i just created a rule for Exide -
      { status: true, message: 'Success', errorcode: '', data: { id: 381 } }
      {
      status: 'NEW',
      createddate: '2021-06-02T09:24:03.16765Z',
      updateddate: '2021-06-02T09:24:03.16765Z',
      expirydate: '2021-07-02T09:24:03.16765Z',
      clientid: 'A196910',
      tradingsymbol: 'EXIDEIND-EQ',
      symboltoken: '676',
      exchange: 'NSE',
      producttype: 'DELIVERY',
      transactiontype: 'BUY',
      price: 193.1,
      qty: 1,
      triggerprice: 193.2,
      disclosedqty: 1,
      id: 381
      }

      i see that exide did reach 193.2 but still it didn't execute.

      posted in Bugs
      A
      ajaysan91
    • RE: Create rule not executing

      @admin thanks for your quick response.
      I did refer the example provided in documentation.
      My question here is that - the rule gets executed if it reach the triggerprice?
      if so, do you see any issue in my rules? because as far as i see it looked fine and it should have executed. But it didn't.

      posted in Bugs
      A
      ajaysan91
    • Create rule not executing

      Hi team,
      I was able to create rule successfully and was able to fetch the rule list correctly. But for some reason even when the stock reached the target price it was not getting executed.
      I am unable to find the reason and i doubt if i misunderstood the functionality of GTT Create rule.
      My expectation was that once the rule is created and the price reach the Target price we have set, it will get executed and gets ordered but nothing happened as far as i see and i had to cancel the rule.
      Below is the rule list detail -
      {
      status: 'CANCELLED',
      createddate: '2021-05-31T04:59:03.903561Z',
      updateddate: '2021-06-01T09:32:48Z',
      expirydate: '2021-06-30T04:59:03.903561Z',
      clientid: 'xxxxxxx',
      tradingsymbol: 'JINDALSAW-EQ',
      symboltoken: '3024',
      exchange: 'NSE',
      producttype: 'DELIVERY',
      transactiontype: 'BUY',
      price: 107,
      qty: 1,
      triggerprice: 107.2,
      disclosedqty: 1,
      id: 370
      },
      {
      status: 'CANCELLED',
      createddate: '2021-05-31T04:46:35.337639Z',
      updateddate: '2021-05-31T04:57:04Z',
      expirydate: '2021-06-30T04:46:35.337639Z',
      clientid: 'xxxxxx',
      tradingsymbol: 'JINDALSAW-EQ',
      symboltoken: '3024',
      exchange: 'NSE',
      producttype: 'DELIVERY',
      transactiontype: 'BUY',
      price: 107,
      qty: 1,
      triggerprice: 107,
      disclosedqty: 1,
      id: 368
      }
      As you can see i cancelled it since it didnt execute.
      Could you please help me understand if any of the attributes i set was incorrect?
      Thanks in advance!

      posted in Bugs
      A
      ajaysan91
    • RE: Is there a way to get my watchlist?

      @admin Got it! Thank you for your assistance.

      posted in Bugs
      A
      ajaysan91
    • RE: Is there a way to get my watchlist?

      Thanks @admin for the quick response.
      Yea, i saw that in API documentation where we can pass it by nse_cm|*** and multiple can be passed by separator &.
      My question was to see if there is an option that Smart API provides to get list of stocks from my wishlist in Angel Broking.
      If the above won't work - is there a limit on the list of stocks into websocket?

      posted in Bugs
      A
      ajaysan91