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

Researching to use Genetic Algorithm for optimization strategy. #9

Open
bestselection18 opened this issue Jun 4, 2024 · 0 comments
Assignees

Comments

@bestselection18
Copy link
Member

Currently, there is no best external artificial intelligence service to support arbitrage bots. Therefore, we are also researching the introduction of a genetic algorithm to generate the optimal strategy for this boat.

In genetic algorithms, the most important problem is how to determine the colony.

In a typical genetic algorithm, the length of colonies is the same. However, the number of steps we take in arbitrage trading is not the same for each strategy, and the meaning of each step is also different.

The colony itself must represent an individual strategy and must not violate the regulations of the genetic algorithm.

This is the primary problem that arises before we can introduce genetic algorithms into our bots.

Is it possible?

What is clear is that our efforts to research the best strategy will not be in vain and the introduction of artificial intelligence for arbitrage bots will be a shortcut to success.

@bestselection18 bestselection18 self-assigned this Jun 4, 2024
@bestselection18 bestselection18 transferred this issue from another repository Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant