@admin any updates?
ajaysan91
@ajaysan91
Best posts made by ajaysan91
Latest posts made by 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? -
RE: Create rule not executing
@admin OKay, I will try tomorrow morning and will let you know. Thanks :)
-
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.
-
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. -
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! -
RE: Is there a way to get my watchlist?
@admin Got it! Thank you for your assistance.
-
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?