AlgoETS / BullETS

BullETS is a Python library designed to help with the development of algorithmic trading strategies.
http://algoets.etsmtl.ca/
Apache License 2.0
6 stars 8 forks source link

Allow user accessible historical price function #102

Closed SamiMammouche closed 2 years ago

SamiMammouche commented 2 years ago

Modify our current implementation of historical price to allow the user to fetch prices directly, in case they need a certain range of data.

laurentfrenette commented 2 years ago

Story complétée dans la PR https://github.com/AlgoETS/BullETS/pull/107

Initialement, la PR a été faite pour #85, mais le travail qui a été fait correspond excatement à cette story #102