This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adjusted the ROI metric to use profit and bankroll instead of volume * Added the metric calculation to average profit * Version up, fix for pair by date, removed bad deal data - the database stored failed / cancelled deals. Discovered that a ton of the metrics from this were inaccurate for cancelled deals, removing since they don't seem to be needed right now - changed from `actual_profit` to `final_usd_profit` on a few calcs since the actual_profit doesn't show what you'd expect - added API docs - Changed number parsing from 3 decimals to 2 * Better deals table coloring, two decimals on percent / profit by day * Updated profit by X to show days of the filter, not days returned by the db * Huge style upgrade, kpis, and bug fixes - Changed update button to just a refresh icon - Modified all the KPIs to display relevant data and take up the screen size better - Fixed some padding issues around the app - TONS of UI updates across the entire app - Profit by day chart now starts at 0 - KPIs are relevant to the page now * Fixed left / right align issues on pill * Vertical charts, removed extra class names * Adjusted deal table fonts * Initial build of the coins header * Additional updates to the auto refresh coin data and changelog * updated the version number * Cleanup (#19) * simplifying bool * redundant local variables * Use ES6 standards * remove unused references * remove unused file * remove unused symbols * some more cleanups * console.log -> console.error * Final changes to PR before merge - Updated the chart functions to use TS default values - Removed additional unneeded code - Fixed bug in rounding of time string. - Removed some of the ts-ignores Co-authored-by: coltoneshaw <[email protected]> * Fixed styles for coin price header and background * load widget after TV has been loaded (#20) * Fixed theme of the TV charts * Added the update API, update banner, and logic on showing the banner * change secret field type to password (#22) * Cleaning up else statements (#21) * else what?! * Changes before PR merge. Additional if checking Co-authored-by: coltoneshaw <[email protected]> * switched to Github api for release checks * Added SO to the deal so utilization chart * added avg profit per deal to the bot performance chart * Changed update header color * Updated the change log * Updated the changelog so it now shows and updates a version within the config.json * Fixed some coloring across new price model and charts * Fix since if the manual SO fills 3C will update the max SO properly * Added handling of number length on the active deals table * Fixed potential undef in coin data, updated changelog Co-authored-by: Julien Tant <[email protected]>
- Loading branch information