codingdna2 / easybot

easybot trading tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easybot

Introduction

Easybot is a trading tool able to load, save and draw candles from various sources. At today it supports fetching trades from Bitcoincharts.com and Btce.com as well as loading previous calculated candles from CSV files. Additionally I've added the possibility to backtest an EMA crossing strategy and the possibility to search for best EMAs combination.

This software was mainly inspired by this two projects:

Gekko Trading Bot

tAPIbot

While I was trying to understand some issues with this softwares, I found myself in need of some visual aid. While it's functional to understand some aspects of trading bots, the source code is quite messy as it was written in a few days.

easybot screenshot

Source Code

Easybot was developed using C# and Visual Studio 2012. Project uses some external references including:

migrap/BitcoinCharts

DmT021/BtceApi

TA-Lib

Installation

Find the latest release from here. Unzip the latest version wherever you prefer and run easybot.exe.

Setup

Please find configuration file named easybot.exe.conf in executable folder

Known issues

Not all pairs are supported. Due to the usage of BitcoinCharts, pairs availables on BTC-e but not on this one won't be working. I've successfully tested BTC/EUR, BTC/USD and BTC/RUR.

About

easybot trading tool

License:Apache License 2.0


Languages

Language:C 46.9%Language:Makefile 46.5%Language:C++ 4.3%Language:C# 0.9%Language:Perl 0.8%Language:QMake 0.4%Language:Java 0.1%Language:Perl 6 0.0%Language:M4 0.0%Language:Shell 0.0%