mkmarek / forex.analytics

Node.js native library performing technical analysis over an OHLC dataset with use of genetic algorithm
MIT License
182 stars 75 forks source link

Second call to findStrategy #13

Open rahbari opened 6 years ago

rahbari commented 6 years ago

The first call findStrategy returns result as expected, but second or more call returns a strategy with fitness 0. Thanks for this great library.