This commit is contained in:
TerenceLiu98 2021-05-29 18:31:53 +08:00
commit cd9ea45b19
2 changed files with 13 additions and 0 deletions

View File

@ -47,9 +47,18 @@ def market_data(
if __name__ == "__main__":
data = market_data(instrument="eurusd",
<<<<<<< HEAD
startdate="2020-01-01",
enddate="2021-01-01",
timeframe="d1",
pricetype="bid",
volume=True,
flat=True)
=======
startdate="2020-01-01",
enddate="2021-01-01",
timeframe="d1",
pricetype="bid",
volume=True,
flat=True)
>>>>>>> master

View File

@ -2,7 +2,11 @@ from setuptools import setup, find_packages
import os
setup(
name = "CEDApy",
<<<<<<< HEAD
version = "1.0.3",
=======
version = "1.0.3",
>>>>>>> master
keywords = "quantitative economic data",
long_description = open(
os.path.join(