[SHARE] Simple RSI BULL/BEAR strategy - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Strategy Development (https://forum.gekko.wizb.it/forum-12.html) +--- Thread: [SHARE] Simple RSI BULL/BEAR strategy (/thread-100.html) |
RE: [SHARE] Simple RSI BULL/BEAR strategy - Steyn - 06-26-2018 Hey! I’m trying to get this strategy to work but so far woth backtesting i keep getting negative values. I used the parameters from different posts here. Also different coins have been used(btc, ltc, xrp, etcetra) over a period of the last 3 months. What parameters and coins works in profit for you guys? Thanks in advance. RE: [SHARE] Simple RSI BULL/BEAR strategy - Henry151 - 06-27-2018 Hello all, I have an idea for a modification to this strategy, but haven't been able to implement it, and would love some input on how to go about it. My thought is this: The RSI_BULL_BEAR_ADX strat gives a "long" advice, we buy. The RSI_BULL_BEAR_ADX strat gives a "short" advice -- We check the price we bought at, and compare it to the current price. Then we have some "if" logic, like "if the current price is either 5% above or 1% below the price we bought at, then sell; otherwise, continue to hold and wait for the next time the strat gives a short advice." This might not sound like much of an idea, but I'd love some guidance on how to implement it; I feel like if I could figure out how to do this, in terms of the structure and where to put that "if" logic, then I could experiment with various different "checks" there, different conditions that have to be met to let the "short" or "long" advice from the original BULL_BEAR_ADX strat proceed to make an actual order. Any help understanding how to do this would be much appreciated. Thanks in advance for any guidance. --Henry RE: [SHARE] Simple RSI BULL/BEAR strategy - dugu-dugu - 07-03-2018 (06-14-2018, 01:16 PM)dugu-dugu Wrote: How can I debug my strategy, that is, display the current values of indicators in logs? I'm running gekko with pm2. I've added debug code, the result looks like this (using pm2 to start gekko in command line): Code: 2018-07-01 18:14:19 (INFO): - - - Begin check function - - - [/color] Code: 2018-07-01 17:37:00 (INFO): - - - Begin check function - - - [/color] RE: [SHARE] Simple RSI BULL/BEAR strategy - dugu-dugu - 07-03-2018 (06-26-2018, 01:35 PM)Steyn Wrote: Hey! I’m trying to get this strategy to work but so far woth backtesting i keep getting negative values. I used the parameters from different posts here. None for me, so far. It's all great in backtests, but, in live trading, at the bottom line, I've lost almost half my money. Having lots of fun though, trying to make them back RE: [SHARE] Simple RSI BULL/BEAR strategy - crypto49er - 07-03-2018 Quote:None for me, so far. Ouch, hope half wasn't too much. How long did you have the bot running? I have been running for a little over a week now. It is up a little less than 1%. RE: [SHARE] Simple RSI BULL/BEAR strategy - berringer - 07-03-2018 RSI_BULL_BEAR_ADX.js.txt - I'm not 100% sure that I'm executing this correctly. Please help, when the strategy is run on uptrend, the result are impressive, unfortunately, when I run on a downtrend, past 3 months, Apr - June, the results are negative. RE: [SHARE] Simple RSI BULL/BEAR strategy - Xeav - 07-03-2018 Just wondering, has anyone got such result with the strategy if you backtest 1 year ? I also got 890% profit over the last year with the API with the exact same parameters, kind of weird since it's the same software... I'm getting suspicious about gekko's backtest config, what do you think of those results? RE: [SHARE] Simple RSI BULL/BEAR strategy - crypto49er - 07-04-2018 @berringer, Try running a backtest of the last 3 months using same parameters you run live and see if you are getting the same negative results. If yes, you need to adjust your parameters. @Xeav, With backtesting, you always get the perfect trade. You don't get that with live (unless you change Gekko from limit orders to market orders) so you can't expect the same gains as in backtests. Still nice to make 890% gains. RE: [SHARE] Simple RSI BULL/BEAR strategy - mr.davis - 07-05-2018 hi guys, thanks tommie for your strat! i don't know why but I can't run this strat - getting just an error message.. has anybody an idea? just reinstall everything .. npm dependencies node .. but nothing helped. Thanks RE: [SHARE] Simple RSI BULL/BEAR strategy - IPhantom - 07-06-2018 Hi there, i tried the following with the first quarter XRP/EUR at candle size 15 with warm up x10. It made +255% while the market went -76%. Admitting i have no clue what i did, i just tweaked the values. Thoughts? Code: [SMA] |