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 - whoodat - 05-14-2018 (05-14-2018, 12:56 AM)crypto49er Wrote:(05-14-2018, 12:47 AM)whoodat Wrote: Anyone have some guidance here, if I just want to create this for one exchange and one crypto (Ethereum). I just want to punch a bunch of numbers into the Bull/Bear ADX over and over. Thanks. Crypto: When I run this I am receiving this error? Any guidance is appreciated. perl backtest.pl Can't locate JSON/XS.pm in @INC (you may need to install the JSON::XS module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at backtest.pl line 13. BEGIN failed--compilation aborted at backtest.pl line 13. RE: BacktestTool - batch backtest, import and strategy parameters optimalization - xFFFFF - 05-14-2018 sudo cpan install JSON::XS RE: BacktestTool - batch backtest, import and strategy parameters optimalization - whoodat - 05-16-2018 (05-14-2018, 09:33 AM)xFFFFF Wrote: sudo cpan install JSON::XS Thank you for your reply sir, I am still having issues with this and will post my error later. I really want to get this software running and greatly thank you for creating it. RE: BacktestTool - batch backtest, import and strategy parameters optimalization - xFFFFF - 05-17-2018 I did not know that there are such tutorials about my little tool on Youtube. I'm very pleased. Thanks @crypto49er! @whoodat try with new version. Im updated github yesterday. Changelog v0.7 - "progress bar", ETA, avg backtest duration, TOP tables after each X backtests results - limits and filters for TOP tables - the possibility of defining a period for individual pairs ex: binance:USDT:BTC:2018-04-01:2018-04-05 - parameter --period 7 days perform action for last 7 days without typing dates - default exchange and/or currency in configuration file for shorter pairs typing - strats config are back to csv file - stfu mode can be enabled in configuration file - some layout changes - bugfixes: #8, #17 - backtest-config.pl updated - new binaries are done RE: BacktestTool - batch backtest, import and strategy parameters optimalization - Kris191 - 05-17-2018 (05-17-2018, 10:07 AM)xFFFFF Wrote: I did not know that there are such tutorials about my little tool on Youtube. I'm very pleased. Thanks @crypto49er! xFFFFF loving the work and the commitment to helping others! One question i hope you can help me with is i'm trying to back test the Bull Bear RSI ADX version. However when i ask the tool to run parameters on all stats it crashes, is this because my rig isnt powerful enough to calculate all of those tests or am i doing something wrong. there is no error just freezes up. RE: BacktestTool - batch backtest, import and strategy parameters optimalization - ankasem - 05-17-2018 hi how to install the new version Is there an easy way we delete old and install new ? thank you RE: BacktestTool - batch backtest, import and strategy parameters optimalization - whoodat - 05-18-2018 Again, I'm terrible at this BUT I'm learning a ton and GREATLY appreciate all who have helped me. I was watching crypto49rs videos and the one on import CLI. My problem is bc my server is headless how am I going to download the data XxF5 has provided. He has that on a google drive is there a simple way for me to move it from my desktop ubuntu to the server ubuntu? Again, none of this is simple to me :-p but I am learning pretty quickly. Thanks in advance! RE: BacktestTool - batch backtest, import and strategy parameters optimalization - xFFFFF - 05-18-2018 @ankasem yes. Replace old files. You can keep backup old backtest-config.pl, maybe will be usuable. Its some problematic to download files from Google Drive via terminal. Im using gdrive (https://github.com/prasmussen/gdrive), but (Im not sure ) You need to create API key for Your account and service Google Drive: https://console.developers.google.com/ Here is some easiest solutions but I didnt test them: https://unix.stackexchange.com/questions/136371/how-to-download-a-folder-from-google-drive-using-terminal You can find the file or folder ID by right-clicking on the file name and then 'get sharable link'. The example link looks like this: https://drive.google.com/open?id=1O-dCj5-OrOdrCeYqsBy_wm8cAvvIzUe7 ID is all for "id =" so ID for this file is: 1O-dCj5-OrOdrCeYqsBy_wm8cAvvIzUe7 In future I will implement downloader for these datasets in BacktestTool. RE: BacktestTool - batch backtest, import and strategy parameters optimalization - Kris191 - 05-18-2018 Little help please Code: DBD::CSV::st execute failed: RE: BacktestTool - batch backtest, import and strategy parameters optimalization - xFFFFF - 05-18-2018 I was noticed by susitronix with this issue. I will try on my Windows fix it. Temporary You can disable printing analysis and TOP * tables in config file. Brute force work now? I forgot reply on Your message. I created develop branch on my Github repo. So new feature will be available faster in this branch but can be unstable. Today I added import via CryptoCompare API so bittrex , zaif and others. |