Releases: diegomanuel/binance-to-google-sheets
v0.3.2
- Add a mechanism to allow temporary queue at
1m
trigger for failing operations. - Fix cacheOK fallback response check to avoid empty data.
Coming next for v0.4.0
: Add support to margin (cross+isolated) account wallets for account
operation!
v0.3.1
- Reimplementing formulas refresh logic by using
BINANCER
dummy function.
It may not be the "cleanest" solution, but now it works faster and solves the stalled "Loading..." message caused by doubleSpreadsheetApp.flush()
usage in previous implementation. - Removing "Clean Refresh" from main menu and making "Refresh" to clean the cache before refreshing.
- Minor refactors.
WIP for v0.3.2
: Add a mechanism to allow temporary queue at 1m
trigger when failing to run longer ones.
v0.3.0
- Adding support to configure task's trigger intervals. Introducing
BinScheduler
. - Adjusting main menu and adding new items.
- Failsafe locking.
- Better add-on initialization on first run. Detecting if the add-on is unauthorized (stalled scheduler) and better UI guidance for users.
- Fix for cacheOK responses that allows to fallback to last OK response when the current API call fails.
- Several adjustments + refactors.
- Enjoy! =]
WIP for v0.3.1
: Add a mechanism to allow temporary queue at 1m
trigger when failing to run longer ones.
v0.2.0
Adding new operation orders/table
that will transform a given sheet into a "table" in where ALL historic done/finished orders will be periodically polled and stored for each given symbol from Binance (private, API keys required).
v0.1.2
Adding new operation account
that returns Binance general account info + other minor improvements.
v0.1.1
Adding support to give extra options in the BINANCE()
formula's 3rd parameter like: "ticker: USDT, headers: false".
Some other minor adjustments, enjoy! 🍻
v0.1.0
First release to get BINANCE()
formula working in a Google Spreadsheet.
It supports current crypto prices, 24h stats, open/done orders, and many more to come!