Integrate AI model
#2
It would be super awesome if you could use Gekko for your project! Before we can figure out how to integrate an AI model into Gekko let's have a look at what Gekko is: Gekko is designed to automate strategies and automatically test and run them on crypto markets. In order to do this Gekko consists of a few different parts, when you run Gekko against a live market these are the parts:

[Image: architecture.jpg]
The trading advisor (bottom right) is responsible for taking candles as input and pumping out "advice" signals as output. The trading plugins take this advice and do something with it: using Gekko you can trade by actually creating real orders OR simulating all orders and calculating what would have happened. You can read more on general architecture in the docs.

The trading advisor is the single box within Gekko that does all the decision making, right now it's a simple wrapper around a strategy (that the user can script). I am no expert in AI, but I am understanding that you first need to build a model and after that feed input into this model and get a some kind of a result (a signal or advice if you will). If you could explain a little bit more about how this usually works (assuming you have a model you think is successful), we can figure out how to combine that with Gekko.
  Reply


Messages In This Thread
Integrate AI model - by devfail - 01-23-2018, 10:25 AM
RE: Integrate AI model - by askmike - 01-25-2018, 08:42 PM
RE: Integrate AI model - by devfail - 01-26-2018, 01:26 PM
RE: Integrate AI model - by MeanSquaredError - 01-27-2018, 04:12 PM
RE: Integrate AI model - by md3inaustin - 01-28-2018, 03:37 AM
RE: Integrate AI model - by devfail - 01-28-2018, 03:54 PM
RE: Integrate AI model - by bright86 - 04-21-2020, 03:28 PM
RE: Integrate AI model - by MeanSquaredError - 01-30-2018, 11:46 AM

Forum Jump:


Users browsing this thread: