Releases: bogdantimes/trading-helper
v2.6.0
What's Changed
- Improved "Assets" page UI: all tabs collapsed into a single page with clickable dividers #41.
- Added: "Add" dialog (plus button on the "Assets" page) for entering trades manually.
- Fixed: "Averaging down tries to invest into stablecoins when there are no other assets #38".
- Fixed: "Any error that follows a successfully trade can leave the asset in incomplete buy/sell state #40"
- Fixed: "In some cases changing asset name (for example EPS -> EPX) can cause a corrupted state #34".
- Reduced the frequency of Cache -> Firebase syncing for trades to 5 minutes, to consume less UrlFetch GAS limit.
- Swing Trade now waits for x2 Profit Limit percentage price drop, instead of x1, before buying again.
Full Changelog: v2.5.0...v2.6.0
Links:
See the YouTube playlist on how to set up and use the tool.
Google Apps Script: trading-helper (latest)
Upgrading
To upgrade just install fresh, but point to your existing database. Once it is up, delete a previous version from your Google account.
If using the CLI, pull latest main
branch code and run npm run gpush
.
v2.5.0
What's Changed
- Added price anomalies alerts with an option to auto-buy when price drops.
- Added profit-based stop limit option, which calculates stop limits based on the available total profit.
- Added "Edit" mode and "Delete" action for Assets cards.
- Added visual indication on Assets cards when price goes down.
- Significantly improved the lag between UI request and the backend side state change.
- Improved Binance errors handling.
- System refactoring under the hood.
Full Changelog: v2.4.0...v2.5.0
Links:
See the YouTube playlist on how to set up and use the tool.
Google Apps Script: trading-helper (v2.5.0)
Upgrading
To upgrade just install fresh, but point to your existing database. Once it is up, delete a previous version from your Google account.
If using the CLI, pull latest main
branch code and run npm run gpush
.
v2.4.0
What's Changed
- Add visual indication on Assets cards when price goes up.
- Change right price scale to be logarithmic.
- Decrease data re-fetch interval for better responsiveness.
- Other minor fixes and improvements under the hood.
Full Changelog: v2.3.4...v2.4.0
Links:
See the YouTube playlist on how to set up and use the tool.
Google Apps Script: trading-helper (v2.4.0)
Upgrading
To upgrade just install fresh, but point to your existing database. Once it is up, delete a previous version from your Google account.
Latest video
v2.3.4
What's Changed
- Display current balances for top 3 stable coins on the assets page: USDT, USDC, BUSD.
- Disable Buy/Sell buttons if there is no pair with the current stable coin.
Full Changelog: v2.3.3...v2.3.4
Links:
See the YouTube playlist on how to set up and use the tool.
Google Apps Script: trading-helper (v2.3.4)
Upgrading
To upgrade just install fresh, but point to your existing database. Once it is up, delete a previous version from your Google account.
Video about stable coins
v2.3.3
What's Changed
- Fixed "Old stable coin is used when buying more of existing asset even after stable was changed" #21.
- Implemented "If BNB is present in the assets and fee was paid using BNB - update it's balance" #22.
- Added "Info" msg on the "Survivors" tab.
- Improvements in errors handling.
Full Changelog: v2.3.2...v2.3.3
Links:
See the YouTube playlist on how to set up and use the tool.
Google Apps Script: trading-helper (v2.3.3)
Upgrading
To upgrade just install fresh, but point to your existing database. Once it is up, delete a previous version from your Google account.
v2.3.2
What's Changed
- Changing "Stable Coin" will not reset collected "Survivors" statistics for this stable coin if you switch back.
- Added autocompletion for "Coin Name" on the "Assets" tab.
- Added suggestions for "Stable Coin" on the "Settings" tab.
- Adjusted "Survivors" scores update logic to be less sensitive.
Full Changelog: v2.3.1...v2.3.2
Links:
See the YouTube playlist on how to set up and use the tool.
Google Apps Script: trading-helper (v2.3.2)
Upgrading
To upgrade just install fresh, but point to your existing database. Once it is up, delete a previous version from your Google account.
v2.3.1
What's Changed
- Fixed "Reset button on Survivors tab crashes the UI" #16
- Adjusted scores update logic to be less sensitive
- Minor code clean up and fixes under the hood
Full Changelog: v2.3.0...v2.3.1
Links:
See the YouTube playlist on how to set up and use the tool.
Google Apps Script: trading-helper (v2.3.1)
Upgrading
To upgrade just install fresh, but point to your existing database. Once it is up, delete a previous version from your Google account.
v2.3.0
trading-helper v2.3.0
- "Survivors" feature: tracks currencies that keep the price when 99% of the market goes down.
- Visual improvements.
- Improved Binance connection stability.
- Trading state machine minor improvements.
Links:
See the YouTube playlist on how to set up and use the tool.
Google Apps Script: trading-helper (v2.3.0)
Upgrading
To upgrade just install fresh, but point to your existing database. Once it is up, delete a previous version from your Google account.
v2.2.0
trading-helper v2.2.0
- "Averaging Down" feature.
- Fixed #8 "Alerts for crossing profit limit are repeated".
- Added "Cancel" button to cancel the request of selling a coin.
- Other minor fixes.
Links:
See the YouTube playlist on how to set up and use the tool.
Google Apps Script: trading-helper (v2.2.0)
Upgrading
To upgrade just install fresh, but point to your existing database. Once it is up, delete a previous version from your Google account.
v2.1.1
trading-helper v2.1.1
- Fixed critical issue in
sumWithMaxPrecision
- Final fix for #9
- Added "Cancel" button to cancel the request of buying a coin.
Links:
See the YouTube playlist on how to set up and use the tool.
Google Apps Script: trading-helper (v2.1.1)
Upgrading
To upgrade just install fresh, but point to your existing database. Once it is up, delete a previous version from your Google account.