Skip to content

isotope11/candle_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Candle Data

This is just a gem to assist in managing candlestick chart data in Ruby. I couldn't find anything with a cursory glance, so I wrote one.

Make a new candle like this:

candle = Candle.new(open_time, open, high, low, close, volume)

Update its data like this:

candle.update(price, volume)

About

A gem for representing candlestick chart data

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages