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
Inventors quantify - small dreamsThis 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.
Inventors quantify - small dreamsThe 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.
Inventors quantify - small dreamsCustom 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.