Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/praetoriansentry/btce-plot
https://github.com/praetoriansentry/btce-plot
bitcoin ethereum gnuplot golang
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/praetoriansentry/btce-plot
- Owner: praetoriansentry
- Created: 2017-04-10T01:02:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T21:50:56.000Z (over 7 years ago)
- Last Synced: 2024-11-08T13:56:26.746Z (about 2 months ago)
- Topics: bitcoin, ethereum, gnuplot, golang
- Language: Go
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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_SRCArguments 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