BacktestTool - batch backtest, import and strategy parameters optimalization
#68
(05-26-2018, 04:03 AM)hasitt Wrote: I'm working on docker and I've been through the install with a few issues. I've tried a few things including installing gcc, reinstalling xcode and upgrading docker. Eventually I had to manually install the File::Copy (the last part of the long CPAN command). So all the dependencies are fulfilled. If I run the backtest.pl it works from my machine but when I run from docker backtest.pl can't be found:

Code:
docker exec -it 50f3d30ab2ba perl backtest.pl
Can't open perl script "backtest.pl": No such file or directory


Have I missed something obvious?

If you have this problem you'll need to copy the backtest.pl file to the container, I used the following command
Code:
docker cp /Users/myusername/Downloads/gekko-develop/backtest.pl CONTAINERNAME:/usr/src/app/backtest.pl
  Reply


Messages In This Thread
RE: Gekko backtest tool - by PapoKarlo - 03-20-2018, 05:39 PM
RE: Gekko backtest tool - by CryptoCoeus - 09-22-2018, 02:08 PM
RE: BacktestTool - batch backtest, import and strategy parameters optimalization - by hasitt - 05-29-2018, 05:25 AM
0.00 Profit - by danibeni81 - 08-19-2018, 07:55 PM

Forum Jump:


Users browsing this thread: