Closed Jorman closed 7 years ago
The idea is that Gekko tries to predict trends (price is going up, or price is going down). You are using the CCI method, which Gekko will use to identify these trends. Gekko will always buy/sell based on the advice, regardless if it is making profit or not.
If you are not understanding why your method is not working for you I'll propose to do a few things:
Feel free to keep the conversation going, but I'm closing this as I don't see this as an issue with Gekko.
Tnx for you support askmike! Like I said maybe is my problem, I'm pretty new on all this
I used the ui interface to collect 3 months of data from poloniex on btc/doge, so I do a backtest, always on ui interface, with the same value, candle size 1 and history 100 and believe or not, the backtest was good! You can try if you want, here you can see the test of 4 days https://s15.postimg.org/sr7cafy7f/backtest.png
Now I'll read the CCI documentations, but that I don't get is: Why the backtest say good profit and when I ran the real trade gekko to trade as opposed. You see buy at 17 and sell at 16. Now I read and I try without do real trade, but for me now this remain strange.
Do you have any idea?
Hi, I'm using gekko with poloniex and DOGE, CCI indicator with candlesize 1min and historysize 100. I'm not so good on trading, but the backtest for last months is ok. So now the price of doge is 16 or 17 satoshi, not a big deal I know 😃
Btw, this is the result with some hours of gekko:
And this is what happen on poloniex:
As you can see, buy at 16 and sell at 17 😱 not good!!!
Any idea of why? Maybe is my fault?