币安出售所有山寨币
6
Follow
943
Followers
Source
JavaScript
function main() {
var quoteCurrency = ['BTC', 'ETH', 'BNB', 'USDT'][quoteZone];
Log("当前交易区", quoteCurrency);
var symbols = JSON.parse(_C(HttpQuery, "https://api.binance.com/api/v1/exchangeInfo")).symbols;
_.each(_C(exchange.GetAccount).Info.balances, function(ele) {
if (ele.asset == quoteCurrency) {
return
}
var totalV = parseFloat(ele.free) + parseFloat(ele.locked);
if (totalV == 0) {
return;
}Strategy parameters
Related strategies
Comment
All comments (0)
No data
- 1
