DanielNobbe / Forex

0 stars 0 forks source link

Retrieval: Add option to retrieve until a end_data #30

Open DanielNobbe opened 3 years ago

DanielNobbe commented 3 years ago

Currently, the retrieval functions retrieve data from a start date until the count is reached, or until the current day. We should add an option to retrieve data until a certain end_data. This can fit in to the current implementation if we just limit the count argument.