Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/praetoriansentry/btce-plot


https://github.com/praetoriansentry/btce-plot

bitcoin ethereum gnuplot golang

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

#+TITLE: BTC-e Candlestick Plot
#+DATE:
#+AUTHOR: John Hilliard
#+EMAIL: [email protected]
#+CREATOR: John Hilliard
#+DESCRIPTION:

#+OPTIONS: toc:nil
#+LATEX_HEADER: \usepackage{geometry}
#+LATEX_HEADER: \usepackage{lmodern}
#+LATEX_HEADER: \geometry{left=1in,right=1in,top=1in,bottom=1in}
#+LaTeX_CLASS_OPTIONS: [letterpaper]

This is a basic gnuplot and Go script that can create a candlestick
plot of the BTC-e data. In particular I use it for Etherum prices.

[[file:graph.png]]

#+BEGIN_SRC bash
# Build the plotter
make build

# create a graph
./plotter -bucket 600 -limit 2000
#+END_SRC

Arguments that can be provided to graph:

- Bucket - How many seconds to make into single buckets for the plot
- Limt - The number of trades to look at
- Type - The type of trade from BTC-e that we'll look at
- x/y - The size of the output of the file
- o - The output file name