Genetic "algo"
#12
absolutly right.
i was thinking of genetic-js to manage the population mutations and cross overs. Almost the whole complexity ist in genetic.js file without external dependencies. https://github.com/subprotocol/genetic-j...genetic.js

Each Run:
{
for each entity it generates, will start a backtest in gekko and get "sharpe ratio" as fitness factor back.

genetic.fitness = function(entity){ call Gekko(entity); GetSharpeRatio(); return sharpe ratio; }
https://github.com/subprotocol/genetic-j...itter.html

after the run, using the result on some random Dates. (to test if the result not just works on sample Dataset)
}
having many runs and comparing the Results.

similar Algorithm from Gekkowarez: https://github.com/gekkowarez/gekkoga/bl...e/index.js (we shoul find here the communication part with gekko)

does it make sense?
  Reply


Messages In This Thread
Genetic "algo" - by tommiehansen - 02-10-2018, 01:32 AM
RE: Genetic "algo" - by tommiehansen - 02-10-2018, 04:50 AM
RE: Genetic "algo" - by Nima - 02-10-2018, 07:23 AM
RE: Genetic "algo" - by tommiehansen - 02-10-2018, 09:55 AM
RE: Genetic "algo" - by donkykong017 - 02-10-2018, 10:22 AM
RE: Genetic "algo" - by Nima - 02-10-2018, 10:26 AM
RE: Genetic "algo" - by tommiehansen - 02-10-2018, 11:02 AM
RE: Genetic "algo" - by donkykong017 - 02-11-2018, 08:13 AM
RE: Genetic "algo" - by tommiehansen - 02-11-2018, 01:52 PM
RE: Genetic "algo" - by donkykong017 - 02-15-2018, 04:24 AM
RE: Genetic "algo" - by Nima - 02-10-2018, 11:54 AM
RE: Genetic "algo" - by tommiehansen - 02-10-2018, 11:56 AM
RE: Genetic "algo" - by Nima - 02-10-2018, 12:10 PM
RE: Genetic "algo" - by tommiehansen - 02-10-2018, 12:27 PM
RE: Genetic "algo" - by Nima - 02-10-2018, 02:06 PM
RE: Genetic "algo" - by tommiehansen - 02-10-2018, 02:41 PM
RE: Genetic "algo" - by Nima - 02-10-2018, 10:02 PM
RE: Genetic "algo" - by tommiehansen - 02-11-2018, 12:06 AM
RE: Genetic "algo" - by ManuManu - 02-11-2018, 06:12 PM
RE: Genetic "algo" - by tommiehansen - 02-11-2018, 10:38 PM

Forum Jump:


Users browsing this thread: