- Forums
- Help
- Is it possible to automatically switch cryptocurrency futures trading? For example, the OKEX exchange switches from BTC_USD to ETH_USD
Is it possible to automatically switch cryptocurrency futures trading? For example, the OKEX exchange switches from BTC_USD to ETH_USD
Author:
wildfire02, Created: 2019-12-02 12:09:13, Updated:
The trading platform can select both BTC_USD and ETH_USD, but actually runs only the first one by default: BTC_USD
This is the kind of switching that can make mistakes.exchange.IO("currency", “ETH_USD”);
I don't know where the problem is, please point me!
More
- Futures_Kraken is a futures exchange for mercenaries.
- If you want to try out the simulation on bitmex, please run the strategy, how to choose the exchange
- Please teach me a question about Fcoin leverage trading function
- How to search for USDT underwriting accounts?
- BIT-Z does not support post_only
- Please teach me about the _C function.
- Is the K-line of GetRecords returning data by default only 20 bits?
- Access to historical data
- Choi Wei asks about the earnings of FMZ's reassessment
- I hope to provide a general protocol plugin for a FEX exchange, newbies can't do that, thank you.
- In this case, the code is always {"code":-1121, "msg:"Invalid symbol. "}
- Is it better to hang one pair or multiple pairs?
- Binance, the same code, the host in Hong Kong can run Linux instead of Windows in Singapore
- Binance error Futures_OP 4: 429: {"code":-1003, "msg":"Too much request weight used; current limit is 1200 request weight per 1 MINUTE.
- How to specify a trading area for fcoin spot
- bybit futures exchange aggregate
- Fcoin exchange robot listing order buy successfully shows to get order information failed, ID:, please point
- Ok, the batch ordering example is wrong.
- Fcoin exchange connects to API error report account failed to access, ask for God's point
- Can a contract hold two positions at the same time?
wangfulinI don't need to switch, can't I just get two or more transactions directly using exchanges?
The grassOr both pairs of trades are set to full stock on the website.
The grassRecommended to upgrade to v3
culllegleeThank you very much! Your words have reduced my workload by N days. Otherwise I will have to spend a lot of time and effort to learn Python programming. Thank you!
wangfulinYou don't look carefully at the API documentation that supports multi-trading pairs, for example, if you screenshot this setting, the strategy is that exchanges[0] represent BTC_USD, exchanges[1] represent ETH_USD, and exchanges[0] are completely equal to exchanges. So in the strategy, to sell BTC is: exchanges[0].Sell() Oh, the analogy to get BTC is: exchanges[0].GetAccount) , sell ETH is: exchanges[1].Sell((((((... etc.
The grassVerify that APIkey has transaction permissions