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 - xFFFFF - 05-12-2018 Are You using sqlite databases in Gekko? RE: BacktestTool - batch backtest, import and strategy parameters optimalization - ankasem - 05-12-2018 hi sqlite installed when installing ubuntu ./backtest when I give the command Looking for sqlite database ------------------------------------------------ sudo cpan install Parallel::ForkManager Time:: ParseDate Time::Elapsed Getopt::Long List::MoreUtils File::chdir Statistics::Basic DBI DBD::SQLite JSON::XS TOML File::Basename File::Find::Wanted Template lwp ::UserAgent LWP :: Protocol::https Set::CrossProduct DBD::CSV Text::Table File::Copy ----------------------------------------------- gekko/ubuntu collapse ------------------------------- I will install ubuntu 18.04 RE: BacktestTool - batch backtest, import and strategy parameters optimalization - susitronix - 05-12-2018 Thanks alot ! this is so good and useful. it works a treat, and my i7 quad just loves it. the .csv files are looking really good. thumps up! RE: BacktestTool - batch backtest, import and strategy parameters optimalization - susitronix - 05-12-2018 the i7 never gets lonly again hehe lol. :-) RE: BacktestTool - batch backtest, import and strategy parameters optimalization - ankasem - 05-13-2018 Hi Thank you again @xFFFFF super working ubuntu recently installed 18.04 load the notebook fan. it works like an airplane I put a stone on it to make it fly RE: BacktestTool - batch backtest, import and strategy parameters optimalization - whoodat - 05-14-2018 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. RE: BacktestTool - batch backtest, import and strategy parameters optimalization - crypto49er - 05-14-2018 (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. Assuming you had already gone through the setup, just go into the backtest-config.pl file and adjust what you need. I covered it in my recent video here: https://www.youtube.com/watch?v=fN74RPPyl2s&t=10s 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. Thanks crypto, I did install everything going to watch your video....you have been a great help. RE: BacktestTool - batch backtest, import and strategy parameters optimalization - crypto49er - 05-14-2018 You're very welcome. RE: BacktestTool - batch backtest, import and strategy parameters optimalization - whoodat - 05-14-2018 (05-14-2018, 01:00 AM)crypto49er Wrote: You're very welcome. My next question, at what point after just hearing your intro will I know if I installed everything correctly to include perl? Crypto: Since that video has the backtest.pl script changed. You talk about strategies section. Is the my $stratname = section now in the new code? Edit: Nvm I was looking at the wrong file....sorry. |