dhan-oss / DhanHQ-py

The official Python client for communicating with the Dhan API.
MIT License
60 stars 25 forks source link

AmoTime is missing PRE_OPEN #34

Closed bailakare closed 2 weeks ago

bailakare commented 1 month ago

AmoTime currently support only OPEN, OPEN_30, OPEN_60. PRE_OPEN is supported in web and is supported in v2. Please see amoTime in the link https://api.dhan.co/v2/#/operations/placeorder. However when using this package, it is still not supported. Please include support for PRE_OPEN.

williamzerner commented 1 month ago

v2 hasnt been updated here. Look at issue #33

dhan-oss commented 1 month ago

Hello @williamzerner @bailakare

Yes, this is pending. We will soon upgrade to v2 for entire Python library and you should be able to use all new features then.

dhan-oss commented 2 weeks ago

Hello @williamzerner @bailakare

We have updated the library for DhanHQ v2. This is now available as part of the library. Do try it out and let us know your feedback.

DhanHQ-py v2