Input: 👉INTRA INDEX OPTIONS BUY 50000 CE @ 526 SL 503 💰TGT Qty 50%

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50000 CE",
"entry_price": "526",
"stop_loss": 503,
"target": null,
"quantity": "50%"
}
Input: Ignore previous one Planned fractal trade

Output:
json
{
"action": "null",
"instrument": "BankNifty 50000 CE",
"entry_price": "526",
"stop_loss": 503,
"target": null,
"quantity": "50%"
}
Input: Entered

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50000 CE",
"entry_price": "526",
"stop_loss": 503,
"target": null,
"quantity": "50%"
}
Input: Exited We'll re enter

Output:
json
{
"action": "null",
"instrument": "BankNifty 50000 CE",
"entry_price": "526",
"stop_loss": 503,
"target": null,
"quantity": "50%"
}
Input: Buy again at 510 SL 495

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50000 CE",
"entry_price": "510",
"stop_loss": 495,
"target": null,
"quantity": null
}
Input: Entered

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50000 CE",
"entry_price": "510",
"stop_loss": 495,
"target": null,
"quantity": null
}
Input: Exited

Output:
json
{
"action": "null",
"instrument": "BankNifty 50000 CE",
"entry_price": "510",
"stop_loss": 495,
"target": null,
"quantity": null
}
Input: Buy again at 481 SL 456

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50000 CE",
"entry_price": "481",
"stop_loss": 456,
"target": null,
"quantity": null
}
Input: Entered

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50000 CE",
"entry_price": "481",
"stop_loss": 456,
"target": null,
"quantity": null
}
Input: 501

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50000 CE",
"entry_price": "481",
"stop_loss": 456,
"target": null,
"quantity": null
}
Input: TSL on cost now

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50000 CE",
"entry_price": "481",
"stop_loss": 481,
"target": null,
"quantity": null
}
Input: Exited on cost

Output:
json
{
"action": "null",
"instrument": "BankNifty 50000 CE",
"entry_price": "481",
"stop_loss": 481,
"target": null,
"quantity": null
}
Input: 👉INTRA INDEX OPTIONS BUY 50000 PE above 454 SL 431 💰TGT Qty 50%

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50000 PE",
"entry_price": "455",
"stop_loss": 431,
"target": null,
"quantity": "50%"
}
Input: ignore now setup breached

Output:
json
{
"action": "null",
"instrument": "BankNifty 50000 PE",
"entry_price": "455",
"stop_loss": 431,
"target": null,
"quantity": "50%"
}
Input: 👉INTRA INDEX OPTIONS BUY 50000 PE @ 391 SL 369 💰TGT Qty 50%

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50000 PE",
"entry_price": "391",
"stop_loss": 369,
"target": null,
"quantity": "50%"
}
Input: Entered

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50000 PE",
"entry_price": "391",
"stop_loss": 369,
"target": null,
"quantity": "50%"
}
Input: TP 430/470/500

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50000 PE",
"entry_price": "391",
"stop_loss": 369,
"target": [
430,
470,
500
],
"quantity": "50%"
}
Input: Exited Market took both side SL

Output:
json
{
"action": "null",
"instrument": "BankNifty 50000 PE",
"entry_price": "391",
"stop_loss": 369,
"target": [
430,
470,
500
],
"quantity": "50%"
}
Input: Going for last trade of the day BUY 50000 PE above 363 SL 348 QTY 50 %

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50000 PE",
"entry_price": "364",
"stop_loss": 348,
"target": null,
"quantity": "50%"
}
Input: entered TARGET SAME

Output:
json
{
"action": "buy",
"instrument": "BankNifty 50000 PE",
"entry_price": "364",
"stop_loss": 348,
"target": [
430,
470,
500
],
"quantity": "50%"
}