BacktestMetadata
Static metadata about the backtesting system
type BacktestMetadata {
supportedExchanges: [SupportedExchange!]!
}
Fields
BacktestMetadata.supportedExchanges ● [SupportedExchange!]! non-null object
Exchanges that can be used for backtesting. IDs are the values accepted in the exchange.name field of Freqtrade config.
Returned By
backtestMetadata query