Genetic "algo"
#13
(02-10-2018, 02:06 PM)Nima Wrote: 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?

No, because you skipped anything that has to do with saving/ouputting/formatting/viewing/user input.
Basically the entire way of actually getting something out of that script.


If you like it why don't you create something out of it?

It seems that you underestimate what one has to do in order to get stuff running. Smile
I want it to be as simple as possible, then one can start thinking about adding complexity.
  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: