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

TODO #1

Open
kilitary opened this issue Oct 18, 2015 · 1 comment
Open

TODO #1

kilitary opened this issue Oct 18, 2015 · 1 comment
Assignees

Comments

@kilitary
Copy link
Owner

using ta-lib (for example) and genetic algorithm (for improved selection when best results reached), reach optimized network with less time and work.
for example such program will try all functions from math library to combine it in different ways.
and using genetic algorithm for parameter choosing, when success reached.

  1. select ta-lib outputs (need to write parser of .h) and dynamically calling its all possible functions to find algorithm wich the train shows as best adopted for this train data. looks like reverse approach.
    maybe someone created this already, but noone knows.
    like choosing random auto parts when you did not know wich is best, create the algo that will try it ALL in different logic blocks, successfully combine and test drived in train on train and new data.
  2. for example one indicator kicks another and program see that MSE/HIT is changed, then using genetic algorithm wilth frequently choosed best ranked solutions (Functions)
    with the highest rank.
  3. the genetic algorithm i mention is that was in MT4/MT5 tester (forex client),
@kilitary kilitary self-assigned this Oct 18, 2015
@kilitary kilitary changed the title TODO TODO Oct 18, 2015
@kilitary kilitary changed the title TODO TODO #0 Oct 18, 2015
@kilitary kilitary changed the title TODO #0 TODO Oct 18, 2015
@kilitary
Copy link
Owner Author

=(
destroy.

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

No branches or pull requests

1 participant