BacktestTool - batch backtest, import and strategy parameters optimalization
#88
I'm not a programer or script writer but got this error when running in console
Updating Gekko's bitfinex market data...
Done writing Bitfinex market data
Can't open $filename": No such file or directory
And this is from the where the error is.
P.S also running the binary gives me this

Failed to change directory to 'util/genMarketFiles': No such file or directory at script/backtest.pl line 489.
{
local $CWD = 'exchange/util/genMarketFiles';
foreach (@match) {
print "Updating Gekko's $_ market data...\n";
system("node update-$_.js");
}
}
foreach (@pairs) {
my @sets = split /:/, $_;
#SPRAWDZIC!!!!!!!!!!!!!!
if ($sets[1] eq 'ALL' || $sets[2] eq 'ALL') {
my $filename = "exchange/$sets[0]-markets.json";
my $json_text = do {
open(my $json_fh, "<:encoding(UTF-8)", $filename) or die("Can't open \$filename\": $!\n");
local $/;
<$json_fh>
};
  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 Stormrage - 08-03-2018, 04:25 PM
0.00 Profit - by danibeni81 - 08-19-2018, 07:55 PM

Forum Jump:


Users browsing this thread: