Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gekko can't find the strategy #41

Open
njandam opened this issue Sep 14, 2018 · 1 comment
Open

Gekko can't find the strategy #41

njandam opened this issue Sep 14, 2018 · 1 comment

Comments

@njandam
Copy link

njandam commented Sep 14, 2018

it seems that backtestTool can't find my strategy. Strategy is in /strategies folder and toml is in \config\strategies. Below details of the the output. Same behavior in win10 and ubuntu. Not sure why this is happening, other strategies like RSI, RSI_BULL_BEAR .... are working fine.

Any advice?

#output:
============================================================= L A S T R E S U L T S ============================================================
Pair Strategy Profit Profit-market Trades/day Win trades Best win Worst loss HODL Days Time


USDT-BTC Backtest is failed. Gekko can't find the strategy "GbtEmaRsiV02"

[2018-09-14 20:53:10] 100% complete. Elapsed: 00:00:00, average backtest duration: 00:00

@njandam
Copy link
Author

njandam commented Sep 15, 2018

it seems that solution for "can't find the strategy" is renaming strategy and toml file to all capital letters file name like "ABC".
I don't know if this is a bug, expected behavior, or my mistake because now i get messages like:

===================================================================================================================================================
[2018-09-15 21:14:40] 6 backtests remain
============================================================= L A S T R E S U L T S ============================================================
Pair Strategy Profit Profit-market Trades/day Win trades Best win Worst loss HODL Days Time


Month '16' out of range 0..11 at backtest.pl line 330.
Can't use an undefined value as a HASH reference at backtest.pl line 674.
Month '16' out of range 0..11 at backtest.pl line 330.
Month '16' out of range 0..11 at backtest.pl line 330.
Month '16' out of range 0..11 at backtest.pl line 330.
Month '16' out of range 0..11 at backtest.pl line 330.

any ideas about this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant