From 14f21f6a8e83bd62afbf9be1465000db3c6b6dce Mon Sep 17 00:00:00 2001 From: TerenceLiu98 Date: Sat, 1 Jan 2022 15:58:11 +0800 Subject: [PATCH] update example --- CEDA/market/duka.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CEDA/market/duka.py b/CEDA/market/duka.py index dc70030..272ecd0 100644 --- a/CEDA/market/duka.py +++ b/CEDA/market/duka.py @@ -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) """ \ No newline at end of file