Build-commands should write timeframe instead of ticker interval
This commit is contained in:
@@ -75,8 +75,8 @@ def ask_user_config() -> Dict[str, Any]:
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"name": "ticker_interval",
|
||||
"message": "Please insert your timeframe (ticker interval):",
|
||||
"name": "timeframe",
|
||||
"message": "Please insert your desired timeframe (e.g. 5m):",
|
||||
"default": "5m",
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user