problem creating new orders: error in filters
Open
- Dominant language
- R
- Stars
- 54
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I get the following error when creating a new order (e.g.: binance_new_order("XRPUSDT", side = "BUY", type = "LIMIT", price=0.32, quantity = 60, time_in_force = "GTC", test=F):
"Error in if (filters[filterType == "PERCENT_PRICE", avgPriceMins] == 0) { :
argument is of length zero"
If I run: filters <- binance_filters("XRPUSDT"), I can see that filterType has the value PERCENT_PRICE_BY_SIDE but not PERCENT_PRICE
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.