I am looking into whether or not I can use Gekko as part of my neural network project and Gekko looks like it could really help me.
My project is looking into whether or not I can build a model that can do a certain amount of forecasting. Gekko does a lot of stuff that I would need to do as in retrieving and organising data from exchanges, preprocessing, strats on buying and selling etc.
What is the best way for me to inject my ANN forecaster into Gekko (of course assuming I have taken care of all the learning parts etc)? Do I create a new custom indicator? You have a lot of info on creating custom "strategies" however from what I can gather thats not what I need to do?
Is it possible to use multiple indicators to trigger buy/sell orders?
For example, using BB, MACD, and RSI to determine overbought and oversold situations. If the price comes within a certain % of each indicator the bot will react.
What do you think of sharing the database of the data of each Exchange, because Bitfinex for example, is too slow to request the data, so we could easily keep the data "shared" as a DUMP, to make our day easier.
ok, so im totally new to all this. i know how to trade crypto but have never used a bot.
right now i have got to this stage.
i have gekko installed and can get the home page and do data importing and backtesting
i have a api key and a secret.
so i have the following questions.
when selecting a strategy, i can change the parameters. but i have no idea what they mean.
eg, MACD has threshold parameters like "down = -0.025" , but what does this mean in english?
CCI has "# constant multiplier. 0.015 gets to around 70% fit constant = 0.015" , but what does it mean ?
i dont understand how to set a max trade size. i dont want to try the bot as a test only to see it sell all my crypto, how do i set a limit to what it can spend?
how do i stop a live gekko? it only has a start button but there seems to be no stop button? if something goes wrong i want to be able to stop it.
Hello Gekko...!!!
I Love Gekko so much and i appreciated.
i want to implement a strategy that depend on price of coin, for example: if bitcoin hits 12000 dollar threshold i want to purchase .5 btc. and set flag to sell position hold it for second threshold that is 13500 and sell .5 bitcoin for 13500 dollar. after that set flag to buy position again.