Input: TGT 491/517

Output:
json
{
"action": "buy",
"instrument": "BankNifty 51100 CE",
"entry_price": 452,
"stop_loss": 435,
"target": [
491,
517,
51322,
51633
],
"quantity": "50%"
}
Input: 465🚀

Output:
json
{
"action": null,
"instrument": null,
"entry_price": null,
"stop_loss": null,
"target": null,
"quantity": null
}
Input: 470🚀

Output:
json
{
"action": null,
"instrument": null,
"entry_price": null,
"stop_loss": null,
"target": null,
"quantity": null
}
Input: SL on cost now

Output:
json
{
"action": "buy",
"instrument": "BankNifty 51100 CE",
"entry_price": 452,
"stop_loss": 452,
"target": [
491,
517,
51322,
51633
],
"quantity": "50%"
}