Input: Nifty in green

Output:
json
{
"action": "null",
"instrument": "Nifty",
"entry_price": "null",
"stop_loss": null,
"target": null,
"quantity": null
}
Input: Add - CE/PE In Watchlist 50400 50500 50600 50700 Expiry - Nov monthly expiry

Output:
json
{
"action": "null",
"instrument": "null",
"entry_price": "null",
"stop_loss": null,
"target": null,
"quantity": null
}
Input: Trade plan as per BNFFUT. BNF has crossed an important hurdle. We'll plan the entry at it's retest.

Output:
json
{
"action": "null",
"instrument": "BNFFUT",
"entry_price": "null",
"stop_loss": null,
"target": null,
"quantity": null
}
Input: 👉INTRA INDEX OPTIONS BUY 50800 CE above 478 SL 456 💰TGT Qty 50%

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50800 CE",
"entry_price": "479",
"stop_loss": 456,
"target": null,
"quantity": "50%"
}
Input: TGT 518/562+

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50800 CE",
"entry_price": "479",
"stop_loss": 456,
"target": [
518,
562
],
"quantity": "50%"
}
Input: Entered

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50800 CE",
"entry_price": "479",
"stop_loss": 456,
"target": [
518,
562
],
"quantity": "50%"
}
Input: 485🚀

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50800 CE",
"entry_price": "479",
"stop_loss": 456,
"target": [
518,
562
],
"quantity": "50%"
}
Input: Exited

Output:
json
{
"action": "null",
"instrument": "BankNifty 50800 CE",
"entry_price": "479",
"stop_loss": 456,
"target": [
518,
562
],
"quantity": "50%"
}
Input: Buy again at 461-462 SL 447 Qty 50%

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50800 CE",
"entry_price": "461-462",
"stop_loss": 447,
"target": null,
"quantity": "50%"
}
Input: Ignore this trade now

Output:
json
{
"action": "null",
"instrument": "BankNifty 50800 CE",
"entry_price": "461-462",
"stop_loss": 447,
"target": null,
"quantity": "50%"
}
Input: 👉INTRA INDEX OPTIONS BUY 50800 CE @ 476 SL 462 💰TGT Qty 75%

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50800 CE",
"entry_price": "476",
"stop_loss": 462,
"target": null,
"quantity": "75%"
}
Input: Target same

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50800 CE",
"entry_price": "476",
"stop_loss": 462,
"target": [
518,
562
],
"quantity": "75%"
}
Input: Entered

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50800 CE",
"entry_price": "476",
"stop_loss": 462,
"target": [
518,
562
],
"quantity": "75%"
}
Input: Exited at 462 But we'll reenter in same

Output:
json
{
"action": "null",
"instrument": "BankNifty 50800 CE",
"entry_price": "476",
"stop_loss": 462,
"target": [
518,
562
],
"quantity": "75%"
}
Input: Same trade again

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50800 CE",
"entry_price": "476",
"stop_loss": 462,
"target": [
518,
562
],
"quantity": "75%"
}
Input: "Both the times, it triggered our SL with minor pts (SL hunt). Price action and data are looking pretty cool for bounce back."

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

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50800 CE",
"entry_price": "476",
"stop_loss": 462,
"target": [
518,
562
],
"quantity": "75%"
}
Input: Revised SL 459

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50800 CE",
"entry_price": "476",
"stop_loss": 459,
"target": [
518,
562
],
"quantity": "75%"
}
Input: I'll add more qty above 482

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50800 CE",
"entry_price": "476",
"stop_loss": 459,
"target": [
518,
562
],
"quantity": "75%"
}
Input: Added

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50800 CE",
"entry_price": "476",
"stop_loss": 459,
"target": [
518,
562
],
"quantity": "75%"
}