feat: auto-fill token from strategy config in backtest page

This commit is contained in:
shokollm
2026-04-11 04:37:52 +00:00
parent 3bf2877df2
commit caef4b36ed
3 changed files with 45 additions and 8 deletions

View File

@@ -69,6 +69,7 @@ class BotResponse(BaseModel):
class BacktestCreate(BaseModel):
token: str
token_name: Optional[str] = None
chain: str
timeframe: str
start_date: str