Hey guys,
I know we are all in the same boat of trying to game a unpredictable market. Im not looking for a one size fits all promised return solution.
With that said I have been running backtesting on every strat I can find and NOT A SINGLE ONE have shown ANY positive returns.
Can anyone help point me in a direction? What am I doing wrong here?
Have you changed the default values? You just need to keep testing with different values, different coins and in different market conditions.
There is no one size fits all strategy, changing a single value even by a single number can vastly change the returns.
There a few depositories for strategies and brute force testing around.
Every back test strat i run produces negative results. I am convinced I am doing something wrong. Its like if I could just invert the buy/sells the back test would actually show positive results.
So confused. can someone help?
If you want to invert the buy/sells then go into the strategy and edit it?
You don't need to be an expert coder to pick up the basics, try the BBRSI strategy in the repository, you should be able to produce a positive result with that in various market conditions.
Start at around a month's worth of data (try and get a mix of bull and bear trends) and start backtesting the candles starting at 1 min and working your way up to an hour in 2 or 3 minute increments.
@pingywon,
I had that same feeling when I first played around with Gekko late last year after figuring out how to install it. All the included strats (w/ exception of PPO, I haven't tested that too thoroughly) perform poorly. Your objective here is to figure out how to get BBRSI or RSI Bull Bear working on your computer instead of trying to backtest the included strats to make them work.
Once you get them working, you should be able to get backtest results that are profitable.
Well, at least you didn't spend a ton of money on Gekko like you could have with those paid bots.
I actually had RSI Bull Bear ADX make profitable trades for me. But I was trading $200 so I wasn't going to brag about $10 gains. I since changed the parameters because I was using the UI and it doesn't save the candle size (that affects performance a lot) info and it has been making losing trades since. I think the original settings were 8 minute candles but that made it impossible to check if the bot is performing properly with a free TradingView account.
I switched over to paper trading now via command line, on 5 minute candles, still saw it made some bad trades. It seems like the bot was trading in bull trend when it was bear but I can troubleshoot it now because it is on 5 minute candles. I literally turned on debugging for the strat as I type this. Hopefully I will get more info on the issue.
Ultimately, I personally feel like I learned a lot with the Gekko Trading Bot. I always seen it as a tool to trade for me when I'm not at my computer. It also doesn't have emotions and doesn't trade earlier (I do that too often) than I'm supposed to. But making it work brings up a whole new set of challenge that I'm only beginning to tackle.