Project

enterprice

0.0
No commit activity in last 3 years
No release in over 3 years
This gem provides utilities and methods I use when inspecting time series on remote machines.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Gem Version

enter price> _

Tests

run rake test

Utilities

IO

  • Candle Streaming

    This utility calls a provided block of code for each bar as data is pushed in and aggregated.

  • Multi Candle Streaming

    Same as candle streaming, but for multiple stock options. Calls provided block with the name of the option.

  • Moving Average Streaming

    This utility calls a provided block of code whenever a moving average window is calculated.

  • Signal Streaming

    Whenever two internal Moving Average Streams cross, signals a buy or sell. Otherwise signals hold or stop-loss.

FAQ

  • It should be "enterprise".

    That name is taken on rubyforge, so I jest.