Type/to search

三角套利(赚取小币种盘口价差)

Common strategy
Created: 2022-05-24 17:40:35
Last modified: 4 years ago
7
Follow
360
Followers
Source
JavaScript
function getAccounts() {
	var accounts = [];
	while (true) {
		for (var i = 0; i < exchanges.length; i++) {
			if (accounts[i] == null) {
				// 创建异步操作
				accounts[i] = exchanges[i].Go("GetAccount");
			}
		}
		var failed = 0;
		for (var i = 0; i < exchanges.length; i++) {
			if (typeof(accounts[i].wait) != "undefined") {
Strategy parameters
Strategy parameters
最大延迟
价格保留小数
数量保留小数
运行模式
下单价格比例
撤单价格比例
单笔套利最小数量
单笔套利最大数量
最大买单数量
最大卖单数量
重新归档
Comment
All comments (3)

    这是现

    3 years ago

    大佬 请教一下 怎么老是报 交易对差价比例过小

    4 years ago

    你好,有联系方式吗 想合作

    4 years ago
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)