Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 593 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 593 Bytes

goxta

The goal of goxta is to create a realtime MtGox trading platform that will support a variety of technical indicators which can be used in a personal automated trading strategy.

Dependencies

Configuration

For now, an MtGox API key is required to be placed in a file in the same directory called "keydata.conf". The format should be in JSON as follows:

{ "key" : "YOUR KEY HERE", "secret" : "YOUR SECRET HERE" }