Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
9508982
Topic
209149
Board
Trading Discussion
Re: Gekko - a javascript trading bot and backtesting platform
by
kuzetsa
on
11/11/2014, 15:03:19 UTC
There's a new version...
https://github.com/kuzetsa/gekko/releases/tag/config_fix
currently same as:
https://github.com/kuzetsa/gekko/releases/latest
Code:
window: 2345, // SHOULD NOT be larger than your historySize!!!
^ that new line / comment is a hint which should hopefully help to prevent confusion and misconfiguration
Not much has changed, other than making sure that the settings it ships with are sane and actually work right.
The exact changes for anyone who wants to see what they're getting:
https://github.com/kuzetsa/gekko/compare/kuzetsa:427e0373d96a864d3afb7e4c0d8c616c36f0552a...config.fix