[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-12-2018 It's basically the same thing as the answer before you: 1. Your TOML-file is bad 2. Something else is bad (read the instructions) 3. Get orig files: git clone https://github.com/tommiehansen/gekko_tools.git RE: [SHARE] Simple RSI BULL/BEAR strategy - BE_Art - 02-12-2018 Hi Tommie I want to backtest using your strategy, but I get the understanding error... With the pre-installed strategies, backtesteing works... Sincere thanks! SyntaxError: Unexpected token < at createScript (vm.js:80:10) at Object.runInThisContext (vm.js:139:10) at Module._compile (module.js:607:28) at Object.Module._extensions..js (module.js:654:10) at Module.load (module.js:556:32) at tryModuleLoad (module.js:499:12) at Function.Module._load (module.js:491:3) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Actor.setupTradingMethod (C:\Users\bart\gekko-stable\plugins\tradingAdvisor\tradingAdvisor.js:48:16) xxx POST /api/backtest 500 237ms - Error: non-error thrown: Child process has died. at Object.onerror (C:\Users\bart\gekko-stable\node_modules\koa\lib\context.js:105:40) at <anonymous> at process._tickCallback (internal/process/next_tick.js:188:7) RE: [SHARE] Simple RSI BULL/BEAR strategy - tommiehansen - 02-12-2018 You have an error in the JS-file, clone the files from the repo and use that. RE: [SHARE] Simple RSI BULL/BEAR strategy - BE_Art - 02-12-2018 (02-12-2018, 12:42 PM)tommiehansen Wrote: You have an error in the JS-file, clone the files from the repo and use that.Ok solved. However, still not working... When I select the RSI_BULL_BEAR strategy in the backtester, the following appaears in the parameters field at the right: <!DOCTYPE html> <html lang="en"> <head> ... (and much more) RE: [SHARE] Simple RSI BULL/BEAR strategy - tommiehansen - 02-12-2018 Something seem to be very wrong with your TOML file. Follow the updated instructions on page 1 of this thread. RE: [SHARE] Simple RSI BULL/BEAR strategy - BE_Art - 02-12-2018 (02-12-2018, 01:09 PM)tommiehansen Wrote: Something seem to be very wrong with your TOML file. Follow the updated instructions on page 1 of this thread. Check! I downloaded the github-webpage, instead of only the code... RE: [SHARE] Simple RSI BULL/BEAR strategy - gibba - 02-12-2018 (02-12-2018, 12:48 AM)tommiehansen Wrote: On page 4: Thanks for sharing! I'm testing it live right now RE: [SHARE] Simple RSI BULL/BEAR strategy - mathieu93 - 02-12-2018 Hi there, I'm new to this forum. Thank you very much for sharing this strategy! Currently finding out on how to improve things even more. Maybe it is even possible to get more profit when the market is going down..! RE: [SHARE] Simple RSI BULL/BEAR strategy - 0mathew0 - 02-12-2018 I'm more the visual guy so I recreated this strat in tradingview to play around with it: https://www.tradingview.com/script/ojrPYNkz-Tommies-RSI-combination-strat/ Have fun =) RE: [SHARE] Simple RSI BULL/BEAR strategy - BE_Art - 02-12-2018 (02-12-2018, 07:14 PM)0mathew0 Wrote: I'm more the visual guy so I recreated this strat in tradingview to play around with it: How can I interpret this graph? |