BacktestTool - batch backtest, import and strategy parameters optimalization - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Third Party Software (https://forum.gekko.wizb.it/forum-18.html) +--- Thread: BacktestTool - batch backtest, import and strategy parameters optimalization (/thread-1670.html) |
RE: BacktestTool - batch backtest, import and strategy parameters optimalization - Olider - 06-11-2018 Hi!! Thanks for this Tools, so nice. It works perfect to me, but I would like to avoid this TALIB WARN https://imgur.com/a/KocA0TG Is there any way?? ____ Found the answer here: https://github.com/xFFFFF/Gekko-BacktestTool/wiki/Troubleshooting#error-sqlite_busy-database-is-locked Thanks alot! RE: BacktestTool - batch backtest, import and strategy parameters optimalization - Tron2025 - 06-11-2018 Hello, ist there someone who can write a short install guide for the backtest tool. After several installations with ton´s of differnd probems and hours of time a quick guide for Rasi or Ubuntu will be very nice. Br RE: BacktestTool - batch backtest, import and strategy parameters optimalization - susitronix - 06-12-2018 hi You can find what you need here backtest tool install its very simple indeed and it works very nice RE: BacktestTool - batch backtest, import and strategy parameters optimalization - susitronix - 06-12-2018 i use Libreoffice like xFFFFF recomended and this works a treat and fast..! Code: sudo apt-get install libreoffice<tab> webpage download RE: BacktestTool - batch backtest, import and strategy parameters optimalization - Tron2025 - 06-13-2018 @ Susitronic TY but this is not the solution. I get after install this on Ubuntu 16.04 a lot of error like this one can´t locate Time/Elapssed.pm Try it and you will be unable to install this backtest tool with this manual on Ubuntu 16.04 or Rapi or Debian on a new server. I am now sometimes able install gekko on servers with this help to fix the nodejs,talib..... and others problems https://forum.gekko.wizb.it/thread-54429.html from gigirk I am not a Linux admin and need working manuals for Dummies :-) RE: BacktestTool - batch backtest, import and strategy parameters optimalization - susitronix - 06-16-2018 hi ok sorry what is making error??? backtest machine OR LibreOffice? i use windows 7 machine for backtest. its actually not a installation rather than copie/paste the two files into gekko folder. BUT offcourse the dependencies must be installed... is gekko working (gekko --ui backtest)?? RE: BacktestTool - batch backtest, import and strategy parameters optimalization - khan2 - 06-21-2018 Hi can anyone help,I have been trying to run backtest tool via CLI,Windows 7,Have installed strawberry,xFFFFF Backtest tool,,Strategy's,Extra indicators,but every time i get bBacktest failed.I have put some info below from CMD. Hi2018-06-21 23:04:48 (WARN): TALIB indicators could not be loaded, they will be unavailable. 2018-06-21 23:04:48 (WARN): TALIB indicators could not be loaded, they will be unavailable. 2018-06-21 23:04:48 (WARN): TULIP indicators could not be loaded, they will be unavailable. 2018-06-21 23:04:49 (WARN): TULIP indicators could not be loaded, they will be unavailable. USDT-EOS Backtest is failed. 2018-06-21 23:04:52 (WARN): TULIP indicators could not be loaded, they will be unavailable. USDT-EOS Backtest is failed. 2018-06-21 23:04:56 (WARN): TALIB indicators could not be loaded, they will be unavailable. USDT-TRX Backtest is failed. Gekko can't find the strategy "neuralnet_BULL_BEAR" 2018-06-21 23:04:57 (WARN): TULIP indicators could not be loaded, they will be unavailable. USDT-TRX Backtest is failed. USDT-TRX Backtest is failed. USDT-TRX Backtest is failed. ================================================================================ =================================================================== Is it because it wont work on windows 7,only on windows 10+bash,please advise,Thanks. RE: BacktestTool - batch backtest, import and strategy parameters optimalization - ankasem - 06-21-2018 hi npm install talib npm install tulind + https://github.com/Gab0/gekko-extra-indicators/tree/master/indicators ------------------------------ If stc fails, delete stc.js file RE: BacktestTool - batch backtest, import and strategy parameters optimalization - khan2 - 06-22-2018 Ive done that,npm install Tulind seems to install ok,but Talib gives errors wont install,Thanks for advice, any other ideas. RE: BacktestTool - batch backtest, import and strategy parameters optimalization - khan2 - 06-22-2018 (06-22-2018, 12:24 AM)khan2 Wrote: Ive done that,npm install Tulind seems to install ok,but Talib gives errors wont install,Thanks for advice, any other ideas. Ive allso installed extra indicators,still no luck,Should Talib be ok on windows 7? or does it have to run on 10+Bash? I allso run live trade on gekko UI,could this be an issue trying to run backtest on CMD while live trading on UI. |