Skip to content

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

About

Installation

Getting Started

Troubleshooting

Clone this wiki locally