Subject: Feature Request – Ability to Select Specific Pairs in Backtest UI
Dear Freqtrade team,
From the FreqUI interface, it seems currently not possible to select specific pairs from the configured pairlist for running a backtest.
While the pairlists configuration is recognized, it is not linked to any visible selection mechanism in the backtest section of the UI. It would be very useful to have a pair selection feature (similar to how we can choose a timeframe) that allows us to run a backtest only on selected pairs (e.g. BTC/USDC:USDC and ETH/USDC:USDC).
Below is an excerpt of my current configuration using the latest version of FreqUI (2.0.1). I have tested various configurations, but it appears that selecting specific pairs from the UI before launching a backtest is not supported.
"pairlists": [
{
"method": "StaticPairList"
}
],
"exchange": {
"pair_whitelist": [
".*/USDC:USDC"
],
"pair_blacklist": []
}
Thank you for your work and for considering this feature.
Best regards,
Subject: Feature Request – Ability to Select Specific Pairs in Backtest UI
Dear Freqtrade team,
From the FreqUI interface, it seems currently not possible to select specific pairs from the configured pairlist for running a backtest.
While the pairlists configuration is recognized, it is not linked to any visible selection mechanism in the backtest section of the UI. It would be very useful to have a pair selection feature (similar to how we can choose a timeframe) that allows us to run a backtest only on selected pairs (e.g. BTC/USDC:USDC and ETH/USDC:USDC).
Below is an excerpt of my current configuration using the latest version of FreqUI (2.0.1). I have tested various configurations, but it appears that selecting specific pairs from the UI before launching a backtest is not supported.
"pairlists": [
{
"method": "StaticPairList"
}
],
"exchange": {
"pair_whitelist": [
".*/USDC:USDC"
],
"pair_blacklist": []
}
Thank you for your work and for considering this feature.
Best regards,