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:
"""
df = dukascopy(instrument = "btcusd",
startdate = "2020-01-01",
enddate = "2021-01-01",
timeframe = "d1",
df = dukascopy(instrument = "usdcnh",
startdate = "2014-01-01",
enddate = "2020-01-01",
timeframe = "h1",
pricetype = "bid",
utc = 0,
volume = True,
flat = True)
volume = False,
flat = False)
"""