-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Feat/strategy performance page v2 #184
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tor data types handling + add short vs long analysis + fix dca render
- cache backend api requests - remove pagination - fix summary table results - restore original dca builder params - remove pnl 0 executors and filter options - handle dca_amounts vs dca_amounts_pct in mm vs dt
- remove by controller section - add win/loss ratio stacked area chart - clean exceptions - remove tabs logic and use separated sections - replace generic backend_api_client by get_backend_api_client standard
Ran initial tests:
Steps to reproduce:
|
…l all executors have this info
cardosofede
approved these changes
Nov 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Steps to run strategy performance page:
Then just run on dashboard project
make run
. Strategy performance page should be available.To start analyzing, you should create a checkpoint. If your databases are running or has internal errors won't show in the select box. To create a checkpoint, just select a few and click on "Save", in Create checkpoint section. This will consolidate all databases into a single one.
Global Results
This section starts showing all controllers information within the checkpoint. You can select one or more to analyze performance.
Global Aggregated Metrics
Here you can see the overall performance of your controller or controllers over time.
Execution section
Here you can select a single controller, fetch candles via BackendAPI and see the performance on top of the asset price over time.
If you switch to Controller Config tab, you can see the controller config used to trade, and you can add a host and send it to someone (i.e. @nikspz can send to @rapcmia 's a config remotely)
Export Tables
In the last section, all raw information contained in the checkpoint should be downloadable in csv format