update example

This commit is contained in:
TerenceLiu98 2022-01-01 15:58:11 +08:00
parent f87c3361df
commit 14f21f6a8e
1 changed files with 6 additions and 6 deletions

View File

@ -44,12 +44,12 @@ def dukascopy(
# example: # example:
""" """
df = dukascopy(instrument = "btcusd", df = dukascopy(instrument = "usdcnh",
startdate = "2020-01-01", startdate = "2014-01-01",
enddate = "2021-01-01", enddate = "2020-01-01",
timeframe = "d1", timeframe = "h1",
pricetype = "bid", pricetype = "bid",
utc = 0, utc = 0,
volume = True, volume = False,
flat = True) flat = False)
""" """