Bitcoin Forum

Bitcoin => Project Development => Topic started by: dna2 on December 02, 2013, 04:27:23 PM



Title: [ANN] Easybot, an opensource c# trading tool
Post by: dna2 on December 02, 2013, 04:27:23 PM
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 (https://github.com/codingdna2/easybot)

This software was mainly inspired by this two projects:

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

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

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

Installation

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

1GC8kcZp5ZVBm2bo96bUKEMkztU1rx5oy7


Title: Re: [ANN] Easybot, an opensource c# trading tool
Post by: cxboyminer on December 02, 2013, 04:51:14 PM
Would try it if there is a mac version...


Title: Re: [ANN] Easybot, an opensource c# trading tool
Post by: dna2 on December 02, 2013, 04:55:57 PM
Actually is on the makin' but I have to admit I'm quite slow programming in XCode. I'll check if the actual one can run on Mono and I'll update this thread.


Title: Re: [ANN] Easybot, an opensource c# trading tool
Post by: dna2 on December 07, 2013, 11:34:12 PM
investigating Encog and Neural Networks... I really hope to be able to integrate it...


Title: Re: [ANN] Easybot, an opensource c# trading tool
Post by: joesmoe2012 on December 08, 2013, 05:51:54 AM
Would try it if there is a mac version...

+1 we really need some mac software. this community must have a good share osx users.


Title: Re: [ANN] Easybot, an opensource c# trading tool
Post by: dna2 on January 08, 2014, 09:06:13 PM
Ok, I've prepared a Mono version and I've tested on Maverick. I'll release it in a week or two.
Unfortunately I had to strip the chart component which MS doesn't allow to use it on a different OS :(
Can someone provide a good open source component for charting on Mono?


Title: Re: [ANN] Easybot, an opensource c# trading tool
Post by: Camille on February 26, 2014, 01:16:15 PM
I really love your bot !

Do you think it might be adaptable to kraken or other exchanges ?

Thank you :)


Title: Re: [ANN] Easybot, an opensource c# trading tool
Post by: Camille on February 26, 2014, 01:50:14 PM
And for the chart you can use that : http://fsharp.github.io/FSharp.Charting/

both win and osx !


Title: Re: [ANN] Easybot, an opensource c# trading tool
Post by: nebenaube on December 19, 2014, 04:08:08 PM
Version on github has some issues regarding timestamps...