feat: auto-fill token from strategy config in backtest page
This commit is contained in:
@@ -69,6 +69,7 @@ class BotResponse(BaseModel):
|
||||
|
||||
class BacktestCreate(BaseModel):
|
||||
token: str
|
||||
token_name: Optional[str] = None
|
||||
chain: str
|
||||
timeframe: str
|
||||
start_date: str
|
||||
|
||||
Reference in New Issue
Block a user