-
We have to Switch instrument Expiry day wise
Things should be consider while switching instrument:
0) backtest all thought
1) expiry day can be changed
2) 2or 3 expiry can come on same day…
-
This is my code -
orders = pm.order_book()
>for o in orders['data']:
>>print("{} {}".format(o['display_name'], o['display_status']))
The output I got (only 2 orders )-
BANKNIFTY 16 MAR 3870…
-
Position is not getting exited even after SL is hit Similar to Yesterday
PREMIUM JACKPOT:
BUY #BANKNIFTY 48700 CE
ABOVE -420-425
TARGET- 25/70/100/200/250 Point
SL-390
I had to manually exi…
-
Hi,
Please add the SEXSEX and BANKEX data in below dataset which we are generating on daily basis .
https://lapi.kotaksecurities.com/wso2-scripmaster/v1/prod/2024-04-19/transformed/nse_fo.csv …
-
Warning!
on_message callback is not Set
on_error callback is not Set
on_close callback is not Set
on_open callback is not Set
It is recommended to set callbacks to handle your own logic on events…
-
### Apache Airflow version
2.8.2
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
after upgrade to 2.8.2 some backfill DAGs fail to run with error
00:00+0…
-
Please implement GTT order placement using python.
This is very very useful since we cannot place bracket order in nifty and banknifty options.
Also, please provide examples once the code is impleme…
-
Hi I can get individual time price series, for options like NIFTY, BANKNIFTY , FINNIFTY, but for Sensex it is not working , it gives an error 'Unknown', I have use exchange as BFO/BSE , and tied with …
-
Hello
I successfully downloaded bhavcopy data, but can you guide me this file is located?
Please see the output
> library(nser)
> # Download Bhavcopy of 1st July 2021
> report1 = bhav("0107…
-
### Expected Behavior
I have added a horizontal line in subchart with macd lines.
### Current Behaviour
But the horizontal line doesn't showed up.
macd lines are showing only.
### Reproducible Ex…