Input: 👉INTRA INDEX OPTIONS BUY 51100 CE above 474 SL 451 💰TGT Qty 50%

Output:
json
{
"action": "buy",
"instrument": "BankNifty 51100 CE",
"entry_price": 475,
"stop_loss": 451,
"target": null,
"quantity": "50%"
}
Input: TGT 509/530+

Output:
json
{
"action": "buy",
"instrument": "BankNifty 51100 CE",
"entry_price": 475,
"stop_loss": 451,
"target": [
509,
530
],
"quantity": "50%"
}
Input: 491🚀

Output:
json
{
"action": null,
"instrument": null,
"entry_price": null,
"stop_loss": null,
"target": null,
"quantity": null
}
Input: Above 495 it will move sharply

Output:
json
{
"action": null,
"instrument": null,
"entry_price": null,
"stop_loss": null,
"target": null,
"quantity": null
}
Input: We planned CE twice before this and both the times our SL got hunt just by wick and then it moved upside in our favor.

Output:
json
{
"action": null,
"instrument": null,
"entry_price": null,
"stop_loss": null,
"target": null,
"quantity": null
}
Input: 1st TGT will be 498 for 50% booking

Output:
json
{
"action": "buy",
"instrument": "BankNifty 51100 CE",
"entry_price": 475,
"stop_loss": 451,
"target": [
498,
509,
530
],
"quantity": "50%"
}
Input: Above 482 Sl on cost

Output:
json
{
"action": "buy",
"instrument": "BankNifty 51100 CE",
"entry_price": 475,
"stop_loss": 482,
"target": [
498,
509,
530
],
"quantity": "50%"
}
Input: Enter again at 463-465 SL 446

Output:
json
{
"action": "buy",
"instrument": "BankNifty 51100 CE",
"entry_price": "463-465",
"stop_loss": 446,
"target": [
498,
509,
530
],
"quantity": "50%"
}
Input: entered

Output:
json
{
"action": "buy",
"instrument": "BankNifty 51100 CE",
"entry_price": "463-465",
"stop_loss": 446,
"target": [
498,
509,
530
],
"quantity": "50%"
}
Input: TGT 495/527+

Output:
json
{
"action": "buy",
"instrument": "BankNifty 51100 CE",
"entry_price": "463-465",
"stop_loss": 446,
"target": [
495,
527
],
"quantity": "50%"
}
Input: exited

Output:
json
{
"action": null,
"instrument": null,
"entry_price": null,
"stop_loss": null,
"target": null,
"quantity": null
}
Input: BNF is moving in a small range. I'll give a last try on CE side.

Output:
json
{
"action": null,
"instrument": null,
"entry_price": null,
"stop_loss": null,
"target": null,
"quantity": null
}
Input: Enter again at 452 SL 435 Qty 50%

Output:
json
{
"action": "buy",
"instrument": "BankNifty 51100 CE",
"entry_price": 452,
"stop_loss": 435,
"target": null,
"quantity": "50%"
}
Input: Targeting 51322 in BNF spot

Output:
json
{
"action": "buy",
"instrument": "BankNifty 51100 CE",
"entry_price": 452,
"stop_loss": 435,
"target": 51322,
"quantity": "50%"
}
Input: That is 51633 in BNFFUT

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

Output:
json
{
"action": "buy",
"instrument": "BankNifty 51100 CE",
"entry_price": 452,
"stop_loss": 435,
"target": [
51322,
51633
],
"quantity": "50%"
}
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%"
}