Is it possible for digital currency futures to support EOS trading pairs?

Author: wula, Created: 2018-11-25 17:21:22, Updated: 2019-04-17 16:36:38


More

wulaThank you, I may not be clear on what to describe, I'm trying to do a retest of the eos, don't know if this is possible

The Little DreamThis is supported as long as it is a supported exchange and there is a trade on the market. Custom controls on the page can be used when creating a bot to set specific transaction pairs, the format is XXX_YYY, XXX is the transaction currency, such as BTC, YYY is in the quote currency, such as USDT. With the "_" link, BTC_USDT is the BTC market where USDT is priced.

The Little DreamThe SetData function is called based on the exchange object, and if you want to add several exchange object pairs to a transaction, you call exchanges[1].

no7dwI want to import data from multiple pairs, how do I handle SetData in init?

wulaThank you.

The Little DreamCustom import data is now supported, and custom K-line data can be imported and retested with SetData. If you have stored a piece of EOS K-line transaction data, you can import retesting by visiting the API documentation for the SetData function.