Updated 2 Example: Market Data (markdown)

TerenceLau 2022-01-01 15:34:25 +08:00
parent 4137640e18
commit 3148d4147e
1 changed files with 1 additions and 0 deletions

@ -9,6 +9,7 @@ df = dukascopy(instrument = "btcusd",
enddate = "2021-01-01",
timeframe = "d1",
pricetype = "bid",
utc = 0,
volume = True,
flat = True)
```