hi,
need help to taking a strategy based on bank nifty live.
can some share how cani do that.
You need to post more details on this before you can get any useful answer. E.g. 1) what language you are using, 2) the APIs/ platforms details. 3) what exactly is your road-block and 4) what you have already done about it.
hi,
Have developed a strategy in Blueshift and back tested it.
I have a Zerodha account and have tried to deloy the strategy using the presentation they have.
havent been succesful.
Regards
Amit
I am not sure the presentation you mentioned. We are soon taking Blueshift live, but for Indian equities it may take us a while. If you have a strategy developed in Blueshift, to take it live, the minimal thing is to replace the data.history
method and api.order
method. The zerodha kite python package has similar functionalities. For data.history you can use kite historical_data
data method with BANKNIFTY current futures instrument token number. For order function you can use place_order
order. This will of course not cover things like order and positions management etc. We plan to release an open source version of Blueshift later this year which can help.