Installing and configuring gekko bitcoin exch
If you are looking for such a solution, sign up at Wizbit and we'll let you know once it's out. Use Gekko at you own risk. Main features Trading platform: Paper tradingLive trading trade bot Market interface: The goal of the project is for me to learn more about such systems, therefor I'm trying to keep the code as readable as possible to also attract non programmers.
Gekko can watch the realtime markets. You can apply automated trading methods to realtime data coming in to do live or simulated trading automated trading or paper trading. Gekko also stores the market data it sees so you can run the trading methods with simulate trades on a set of historical data to see whether they would have been profitable during that time backtesting.
Gekko, as well as the current bitcoin exchanges, are not built for HFT or anything related to being the fastest. The trading methods Gekko can do are based on indicators used by human day traders. The result is that Gekko does not look at data below the one minute timescale and depending on configuration and will normally not trade more than a couple of times per week also depending on configuration. So Gekko is not A fully automated trading bot that you turn on and will generate profit withouth you having to do anything.
A trading platform for human day traders with a GUI and charts. Market interface Gekko also has a plugin system that can do certain things whenever something happens or let Gekko communicate through more platforms. Gekko currently knows these plugins: Enables Gekko to talk on Campfire and report latest market data and advice. Enables Gekko to talk on IRC and report latest market data and advice. Automatically sends email when your trading method has new advice.
Profit Simulator paper trader: Hold a fake portfolio and simulate trades based on advice. Installing Gekko Windows user? Read the configuring Gekko documentation for a detailed explanation. Don't forget to rename a copy of sample-config.
For backtesting, please see the backtesting documentation. You can also run Gekko silently or use more complex features, for examples check out the advanced features. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Docker image for https: Gekko The most valuable commodity I know of is information. Use Gekko at your own risk. Main features Automated trading trade bot Paper trading for TA strategies Backtester for TA strategies Tool for systematic trading Low level market library Monitor the live market Import historical market data Broadcast market data over pubsub messaging systems TA strategies Gekko comes with some basic strategies which implement a single indicator.
Automated Trading platform Gekko can watch the realtime markets, you can apply automated trading methods to do live or simulated trading automated trading or paper trading.
So Gekko is not: Run trading strategies against the data in semi-realtime Simulate trading profits paper trader Store all data to backtest in the future Installing Gekko Windows user? Gekko runs on nodejs , once you have that installed you can either download all files in a zip or clone the repository via git: Installing and running gekko is simple on Docker with the following command: Configuring Gekko Configuring Gekko consists of two parts: Watching a realtime market Enabling plugins Read the configuring Gekko documentation for a detailed explanation.
Running Gekko node gekko For backtesting, please see the backtesting documentation. Updating Gekko If you installed Gekko via git you can easily fetch the latest updates by running: Read about Gekko's overall architecture. Read on how to add a new exchange to Gekko. Read on how to create your own plugin.