-
Notifications
You must be signed in to change notification settings - Fork 564
Candles
Alexander Skiridomov edited this page Sep 1, 2016
·
3 revisions
To get candles information you can use api.candles(active_id, duration)
method.
active_id - Active identifier.
duration - Candle duration in minutes.
candles = api.getcandles(76, 1)
candles - list of candles information
candle information is something like this [1472769660,1309610,1309640,1309640,1309610]
[0] - candle timestamp
[1] - candle open value
[2] - candle close value
[3] - candle high value
[4] - candle low value
This wiki and the README document contains a lot of information, please take your time and read these instructions carefully.
About
Installation
Getting Started
Troubleshooting