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

51 Trade-Loop-Finder #179

Merged
merged 6 commits into from
May 5, 2024
Merged

51 Trade-Loop-Finder #179

merged 6 commits into from
May 5, 2024

Conversation

Daniel-J-Mason
Copy link
Collaborator

Trade loop finder, limit 50 results
Utilizes combined queryings.

BestTradeBetweenStations single hop query takes about 4ms, current plan is find best single hop trades nearby with distance from commander, take results and run BestTradeBetweenStations to complete loop, reorder by total profit.

Closes 51

@Daniel-J-Mason Daniel-J-Mason requested a review from a team as a code owner May 5, 2024 02:20
@Daniel-J-Mason Daniel-J-Mason requested a review from pveeckhout May 5, 2024 02:20
@Daniel-J-Mason Daniel-J-Mason self-assigned this May 5, 2024
@Daniel-J-Mason Daniel-J-Mason added enhancement New feature or request architecture Modify application architecture labels May 5, 2024
@Daniel-J-Mason Daniel-J-Mason added this to the trade-module milestone May 5, 2024
@Daniel-J-Mason Daniel-J-Mason linked an issue May 5, 2024 that may be closed by this pull request
@Daniel-J-Mason Daniel-J-Mason merged commit 83074ec into development May 5, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture Modify application architecture enhancement New feature or request
Projects
Status: 🎉 Done
Development

Successfully merging this pull request may close these issues.

Trade Loop finder.
2 participants