Algo 2 Trade

Results 13 comments of Algo 2 Trade

At what time you tried the code? It must be used only when market is open.

Are you trying to buy PE (put) ? Have you tried to change the product_type to different options like M for Margin

Documentation needs an update, please use below code to get the historical candles. ```python nifty_bank_nse_index = sas.get_instrument_by_symbol('NSE', 'Nifty Bank') # print(nifty_bank_nse_index) print(sas.history(nifty_bank_nse_index, datetime(2022, 2, 2, 9, 15, 0), datetime.now(), interval=30,...

Even I checked for this and it seems it is supported sometimes and sometimes it doesn't work. I will check accordingly and do the changes. Do you find any documentation...

@ravi14390 yes will try but as of now have not updated this library much.

Help wanted on removal of protlib from alphatrade

Is it possible for your to share the code? using code formatting. I will check it out

I will check the issue at my end never tried basket order for Delivery of FnO segment. May be you can try mentioning price as 0.0. If you are able...

Have you checked whether this works in AliceBlue API? If yes, please report I will try to fix it here.

I have tried to apply the fixes please recheck and confirm. Thanks