[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 - tommiehansen - 02-11-2018 Added insane backtest results for ETH-USDT for RSI_BULL_BEAR_ADX, Market: 17950.26650% Simulated profit: 4449031.09720% (yes, that's over 4.4 bloody million percent) screen: https://i.imgur.com/L2iPfHV.png Do note that this is just with default settings as well, no optimizations has been done in order to improve the result. This extreme performance is so insane though that one has to ask about the accuracy of the test; it's just too good to seem plausible. RE: [SHARE] Simple RSI BULL/BEAR strategy - Derbeweis - 02-11-2018 (02-11-2018, 10:22 PM)tommiehansen Wrote: Added insane backtest results for ETH-USDT for RSI_BULL_BEAR_ADX, Nice.. but the settings ?? Are you sure they are the first ones you posted? Can you just copy paste them again here? Thanks RE: [SHARE] Simple RSI BULL/BEAR strategy - tommiehansen - 02-11-2018 (02-11-2018, 11:20 PM)Derbeweis Wrote:(02-11-2018, 10:22 PM)tommiehansen Wrote: Added insane backtest results for ETH-USDT for RSI_BULL_BEAR_ADX, First one for the ADX-mod, yes. --- The ADX-mod has been updated with a TOML-file and some fixes (e.g. removed this.settings in scripts since no longer needed and some cleanup). --- Edit: Added an even more insane (implausible?) backtest for ETH-USDT: Market: +17 950% Simulated Profit: +83 573 824% (yes, over 83 million percent) Screen: https://i.imgur.com/bB33jX4.jpg RE: [SHARE] Simple RSI BULL/BEAR strategy - ManuManu - 02-12-2018 Hey, Where did you uploaded this new version ? Thanks a lot ! RE: [SHARE] Simple RSI BULL/BEAR strategy - tommiehansen - 02-12-2018 On page 4: https://forum.gekko.wizb.it/thread-100-page-4.html Yes, need to add a repository. Edit: added repo @ https://github.com/tommiehansen/gekko_tools/tree/master/strategies RE: [SHARE] Simple RSI BULL/BEAR strategy - ankasem - 02-12-2018 (02-12-2018, 12:48 AM)tommiehansen Wrote: On page 4: thank you very much for sharing You are very kind you are multiplying succeed in your life RE: [SHARE] Simple RSI BULL/BEAR strategy - thirdman - 02-12-2018 @tommiehansen just want to say thank you for this great strat, probably the best one around RE: [SHARE] Simple RSI BULL/BEAR strategy - huihui - 02-12-2018 wow~~~~ thank you ....but.... Code: PS C:\Users\gekko> npm install tulind and node gekko --config config.js Code: C:\Users\gekko\strategies\RSI_BULL_BEAR.js:34 please~ RE: [SHARE] Simple RSI BULL/BEAR strategy - tommiehansen - 02-12-2018 It would seem you have skipped the TOML-file or that your version is fudged? Read the 'Instructions for use' in the first post. If you have and have put all files where they should be there might be a problem with EOL (e.g. you've used Windows notepad that defaults to EOL Windows instead of Unix EOL). Just get the files from the repo: git clone https://github.com/tommiehansen/gekko_tools/tree/master/strategies RE: [SHARE] Simple RSI BULL/BEAR strategy - smiley_remkes - 02-12-2018 Hi Tommie! Looks great!! Can you help me with this?? 2018-02-12 12:43:20 (INFO): Setting up Gekko in backtest mode 2018-02-12 12:43:20 (INFO): 2018-02-12 12:43:20 (INFO): Setting up: 2018-02-12 12:43:20 (INFO): Trading Advisor 2018-02-12 12:43:20 (INFO): Calculate trading advice 2018-02-12 12:43:20 (INFO): Using the strategy: RSI_BULL_BEAR_ADX /mnt/c/www/gekko/core/tulind.js:41 throw tulindError + paramName + ' needs to be a number'; ^ Gekko was unable to configure Tulip Indicators: optInTimePeriod needs to be a number xxx POST /api/backtest 500 303ms - Error: non-error thrown: Child process has died. at Object.onerror (/mnt/c/www/gekko/node_modules/koa/lib/context.js:105:40) at <anonymous> at process._tickCallback (internal/process/next_tick.js:188:7) |