-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Code clean up * Set dimensions for chart * Fix data issue on iOS * Destroy chart to avoid memory leak * Initial setup refinment * Destroy chart * Adjust price line color in dark theme * Dashed line style for HODL and no auto-sell * Dashed line style for HODL and no auto-sell * Initial setup fixes * Log fixes * Keep memos in store and fix changing state to sold * Mark asset as hold if selling fails for some reason * Mark asset as hold if selling fails for some reason * Show chart lines based on values presence * Make trade PL computable * Fix incorrect profit and commission * Update CHANGELOG.md * Move trading to assets tab * Move trading to assets tab * Add Buy Again button * Assets page visual fixes * Draw sold price on chart * Debug memo at buy * Maintain precision for quantity * Log improvement * Draw quantity on a trade card * Draw quantity on a trade card * Fix color * Fix profit line on sold asset * Add badges to toggle button * Fix trades map get * Minor dep cleanup * Fix rounding issues in setting tab * Fix rounding issues in setting tab * Update CHANGELOG.md * Update README.md * Fix precision function * 30 sec refetch interval * Add cancel buy action * Code cleanup * Averaging Down feature (#12) * Averaging down feature * Minor UI adjustments for trade card * Minor UI adjustments for trade card * Averaging down feature * Averaging down feature * Minor typo fix * Minor fixes in Settings * Improve price tracking * Info tab style adjustment * Code cleanup * Averaging down feature * Notification sensitivity adjustment * Notification sensitivity adjustment * Notification sensitivity adjustment * Add sell confirmation when Averaging down enabled * Log err minor fix * Rename take profit to profit limit * Config fields compatibility fix * Update README.md and CHANGELOG.md * Fix review comments * Survivors feature (#14) * Fix Binance attempts to number of API URLs * Loop over Binance API servers and debug how many attepts left * Loop over Binance API servers and debug how many attepts left * Pick random binance server * Remove temporary debug msg * Make chart shorter * Revert chart height * Cancel action if buy failed * Cancel action if buy failed * Show price gap on sold assets * Recommendations feature test * Catch initialization errors * Catch initialization errors * Change recommendations error to info * Add retries to Binance.ts * Print recommends scrore * Adjust error size * Adjust Recommender.ts * Adjust Recommender.ts * Fixes in Recommender.ts * Refactor Binance retry logic * Recommender fixes * Recommender fixes * Fix error * Use coin name for recommendation * Improve Recommender * Improve Recommender * Visual adjustments * Fix recommender * Visual fixes * Adjust Binance.ts logs * Adjust executor * Adjust logs * Binance fix signature issue * Binance fix signature issue * Binance update number of API servers * Rename to Survivors feature * Fixes it Binance.ts * Fix Recommender scores names * Add refresh button to survivors tab * Refetch trades only when assets tab opened * When in SELL state, do not sell while price goes up * Sync survivor scores every 6 hours with store * Visual improvements * Make tabs bar scrollable * Make tabs bar scrollable * Revert * Visual improvements * Fix non-spot trading symbols tracking is survivors * Visual fine tuning * Update README.md and CHANGELOG.md * Handle a case when price is missing * Adjust logs * Adjust logs * Make Survivors count 5 last prices * Make CoinScore count 5 last prices * Fix Survivors reset * Keep 4 prices for scores * Update CHANGELOG.md * Reduce coin score sensitivity * Reduce coin score sensitivity * Add price to limit crossing alert * Maintain scores on stable coin switch * Add stable coins autocomplete * Add coin names autocomplete * Update CHANGELOG.md * Update CHANGELOG.md * Move enum to shared types
- Loading branch information
1 parent
0c10ea3
commit 53f7a58
Showing
13 changed files
with
120 additions
and
44 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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