You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in the title, after experimenting with a fresh file I was only able to get data in an orders/table sheet that has a different ticker from the default USDT if and only if I had the 'unchanged' parameter set as 'false'.
Example of it NOT working
Example of it working
I have also tried full pairs as 2nd parameter, following instructions and the same issue occurs.
This works =BINANCE("orders/table", "ADABTC", "ticker: range, unchanged: false")
While this does not =BINANCE("orders/table", "ADABTC", "ticker: range")
Setting unchanged as 'true' also doesn't work, as I hypothesised it required the unchanged parameter to be present but that does not seem to be the case.
Anyways this temporary solution does work, but mentioned in the documentation, it would lag or break if too many calls are being made to the API. This is such a great add-on, please fix.
The text was updated successfully, but these errors were encountered:
michael-balkos
changed the title
BINANCE("orders/table) doesn't pull any data for different tickers, unless "unchanged: false"
BINANCE("orders/table") doesn't pull any data for different tickers, unless "unchanged: false"
Nov 18, 2021
michael-balkos
changed the title
BINANCE("orders/table") doesn't pull any data for different tickers, unless "unchanged: false"
[BUG] BINANCE("orders/table") doesn't pull any data for different tickers, unless "unchanged: false"
Nov 18, 2021
michael-balkos
changed the title
[BUG] BINANCE("orders/table") doesn't pull any data for different tickers, unless "unchanged: false"
BINANCE("orders/table") doesn't pull any data for different tickers, unless "unchanged: false"
Nov 18, 2021
As mentioned in the title, after experimenting with a fresh file I was only able to get data in an orders/table sheet that has a different ticker from the default USDT if and only if I had the 'unchanged' parameter set as 'false'.
Example of it NOT working
Example of it working
I have also tried full pairs as 2nd parameter, following instructions and the same issue occurs.
This works
=BINANCE("orders/table", "ADABTC", "ticker: range, unchanged: false")
While this does not
=BINANCE("orders/table", "ADABTC", "ticker: range")
Setting unchanged as 'true' also doesn't work, as I hypothesised it required the unchanged parameter to be present but that does not seem to be the case.
Anyways this temporary solution does work, but mentioned in the documentation, it would lag or break if too many calls are being made to the API. This is such a great add-on, please fix.
The text was updated successfully, but these errors were encountered: