Input:
Output:
BUY again @ 318 SL 299Output:
json
{
"action": "buy",
"instrument": "BankNifty 52200 PE",
"entry_price": "318",
"stop_loss": 299,
"target": null,
"quantity": null
}
Input:
Output:
Revised buy @ 325 SL 310 QTY 75%Output:
json
{
"action": "buy",
"instrument": "BankNifty 52200 PE",
"entry_price": "325",
"stop_loss": 310,
"target": null,
"quantity": "75%"
}
Input:
Output:
BUY @ 330Output:
json
{
"action": "buy",
"instrument": "BankNifty 52200 PE",
"entry_price": "330",
"stop_loss": 310,
"target": null,
"quantity": "75%"
}
Input:
Output:
"✅Entered TP 360 for 50 % booking , rest open"Output:
json
{
"action": "buy",
"instrument": "BankNifty 52200 PE",
"entry_price": "330",
"stop_loss": 310,
"target": 360,
"quantity": "75%"
}
Input:
Output:
340 🚀Output:
json
{
"action": "buy",
"instrument": "BankNifty 52200 PE",
"entry_price": "330",
"stop_loss": 310,
"target": 360,
"quantity": "75%"
}
Input:
Output:
**TSL 315**Output:
json
{
"action": "buy",
"instrument": "BankNifty 52200 PE",
"entry_price": "330",
"stop_loss": 315,
"target": 360,
"quantity": "75%"
}
Input:
Output:
345 🚀 last trade loss recovered hereOutput:
json
{
"action": "buy",
"instrument": "BankNifty 52200 PE",
"entry_price": "330",
"stop_loss": 315,
"target": 360,
"quantity": "75%"
}
Input:
Output:
TSL 326Output:
json
{
"action": "buy",
"instrument": "BankNifty 52200 PE",
"entry_price": "330",
"stop_loss": 326,
"target": 360,
"quantity": "75%"
}
Input:
Output:
sL ON COSTOutput:
json
{
"action": "buy",
"instrument": "BankNifty 52200 PE",
"entry_price": "330",
"stop_loss": 330,
"target": 360,
"quantity": "75%"
}
Input:
Output:
EXITED ON COSTOutput:
json
{
"action": "null",
"instrument": "BankNifty 52200 PE",
"entry_price": "330",
"stop_loss": 330,
"target": 360,
"quantity": "75%"
}
Input:
Output:
BUY 52200 ce @ 315 SL 296 Qty 75%Output:
json
{
"action": "buy",
"instrument": "BankNifty 52200 CE",
"entry_price": "315",
"stop_loss": 296,
"target": null,
"quantity": "75%"
}
Input:
Output:
Entered TP 355/ 390 /430Output:
json
{
"action": "buy",
"instrument": "BankNifty 52200 CE",
"entry_price": "315",
"stop_loss": 296,
"target": [
355,
390,
430
],
"quantity": "75%"
}
Input:
Output:
Enter again with 295 as slOutput:
json
{
"action": "buy",
"instrument": "BankNifty 52200 CE",
"entry_price": "315",
"stop_loss": 295,
"target": [
355,
390,
430
],
"quantity": "75%"
}
Input:
Output:
entered at 303Output:
json
{
"action": "buy",
"instrument": "BankNifty 52200 CE",
"entry_price": "303",
"stop_loss": 295,
"target": [
355,
390,
430
],
"quantity": "75%"
}
Input:
Output:
322 🚀 Last CE trade loss recovered hereOutput:
json
{
"action": "buy",
"instrument": "BankNifty 52200 CE",
"entry_price": "303",
"stop_loss": 295,
"target": [
355,
390,
430
],
"quantity": "75%"
}
Input:
Output:
book 50% nowOutput:
json
{
"action": "buy",
"instrument": "BankNifty 52200 CE",
"entry_price": "303",
"stop_loss": 295,
"target": 355,
"quantity": "50%"
}
Input:
Output:
TSL 322Output:
json
{
"action": "buy",
"instrument": "BankNifty 52200 CE",
"entry_price": "303",
"stop_loss": 322,
"target": 355,
"quantity": "50%"
}
Input:
Output:
TSL 335Output:
json
{
"action": "buy",
"instrument": "BankNifty 52200 CE",
"entry_price": "303",
"stop_loss": 335,
"target": 355,
"quantity": "50%"
}
Input:
Output:
373 🚀Output:
json
{
"action": "buy",
"instrument": "BankNifty 52200 CE",
"entry_price": "303",
"stop_loss": 335,
"target": 355,
"quantity": "50%"
}
Input:
Output:
TSL 345Output:
json
{
"action": "buy",
"instrument": "BankNifty 52200 CE",
"entry_price": "303",
"stop_loss": 345,
"target": 355,
"quantity": "50%"
}
Input:
Output:
Exited at TSLOutput:
json
{
"action": "null",
"instrument": "BankNifty 52200 CE",
"entry_price": "303",
"stop_loss": 345,
"target": 355,
"quantity": "50%"
}