Skip to content

Commit

Permalink
minor edits in the Manual for fetchOHLCV ccxt#3207
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Jun 21, 2018
1 parent 9c83260 commit baac0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ The `fetchOHLCV` method is declared in the following way:
fetchOHLCV (symbol, timeframe = '1m', since = undefined, limit = undefined, params = {})
```
You can call the unified `fetchOHLCV` / `fetch_ohlcv` method to get the list of most recent OHLCV candles for a particular symbol like so:
You can call the unified `fetchOHLCV` / `fetch_ohlcv` method to get the list of OHLCV candles for a particular symbol like so:
```JavaScript
// JavaScript
Expand Down

0 comments on commit baac0a1

Please sign in to comment.