Skip to content
Knight.zhou edited this page May 17, 2018 · 3 revisions

Welcome to the cctbot wiki!

期货术语: 多开 多平 空开 空平

The Gist

Gekko is a tool that makes it very easy to automate your own trading stragies.

You can either create your own trading strategy or start with the built-in example strategies. Once you have a strategy you can use Gekko to automatically run it in a few different ways:

Backtest: You can start a simulation of the strategy over a historical data period and Gekko will tell you what would have happened (which trades would have been performed as well as overall performance and risk metrics). Paper trader: You can run the strategy in realtime simulate trading (trade with fake money) to see in realtime how profitable your strategy would have been. Tradebot: You can run the strategy in realtime and automatically execute orders based on the signals. All the above modes can be run from the user interface, this interface will show charts and performance/risk statistics.

Strategies

Gekko comes with some example strategies (which implement a single indicator). But with some basic javascript you can create your own strategies. You can use over 130 indicators to create your perfect prediction model (full list of supported indicators). Why don't you combine Bollinger Bands, CCI and MACD with a STOCHRSI indicator?

Automated Trading platform

https://gekko.wizb.it/docs/introduction/about_gekko.html

1.Abucoins: https://abucoins.com/

2.ACX: http://www.acx.com/

3.ANX.v2: https://apiary.io/

4.Bibox: https://www.bibox.com/

https://github.com/knowm/XChange

Clone this wiki locally