Author

Topic: [ANN] Easybot, an opensource c# trading tool (Read 1435 times)

newbie
Activity: 33
Merit: 0
November 30, 2013, 12:30:14 PM
#1
Easybot (open source)

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.

The github repo is here: https://github.com/codingdna2/easybot

This software was mainly inspired by this two projects:

Gekko Trading Bot available at https://github.com/askmike/gekko
tAPIbot available at https://github.com/nomorecoin/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.

https://raw.github.com/codingdna2/easybot/master/easybot/images/Screenshot01.png

Source Code

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

migrap/BitcoinCharts available here https://github.com/migrap/BitcoinCharts

DmT021/BtceApi available here https://github.com/DmT021/BtceApi

TA-Lib available here http://ta-lib.org/

Installation

Find the latest release from https://github.com/codingdna2/easybot/blob/master/release/EasyBot_v1.0.zip?raw=true.
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.

Donations

Donations are always welcome and really motivate developing Smiley

1GC8kcZp5ZVBm2bo96bUKEMkztU1rx5oy7
Jump to: