diff --git a/2-Example:-Market-Data.md b/2-Example:-Market-Data.md index 74a76e7..c0cd528 100644 --- a/2-Example:-Market-Data.md +++ b/2-Example:-Market-Data.md @@ -9,6 +9,7 @@ df = dukascopy(instrument = "btcusd", enddate = "2021-01-01", timeframe = "d1", pricetype = "bid", + utc = 0, volume = True, flat = True) ```