WIP
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
# Program Functionality Switch
|
||||
update_notion = True
|
||||
update_TRMNL = True
|
||||
calculate_benchmark = False
|
||||
calculate_benchmark = True
|
||||
|
||||
# Program Functionality Configuration
|
||||
programm_cooldown_time = 15 # Programm cooldown timer in minutes
|
||||
api_cooldowm_time = 0.1 # API cooldown timer in minutes
|
||||
trmnl_granularity = 70 # Days in between two data points in the TRMNL chart
|
||||
trmnl_granularity = 80 # Days in between two data points in the TRMNL chart
|
||||
ticker_benchmark = "VGWL.DE" # Ticker to benchmark the trades against
|
||||
|
||||
# Programm Execution Configuration
|
||||
@@ -38,4 +38,5 @@ notion_db_id_performance = "1c010a5f51bd806f90d8e76a1286cfd4"
|
||||
# TRMNL
|
||||
trmnl_headers = {"Content-Type": "application/json"}
|
||||
trmnl_url_chart_1 = "https://usetrmnl.com/api/custom_plugins/334ea2ed-1f20-459a-bea5-dca2c8cf7714"
|
||||
trmnl_url_chart_2 = "https://usetrmnl.com/api/custom_plugins/72950759-38df-49eb-99fb-b3e2e67c385e"
|
||||
trmnl_url_chart_2 = "https://usetrmnl.com/api/custom_plugins/72950759-38df-49eb-99fb-b3e2e67c385e"
|
||||
trmnl_url_chart_3 = "https://usetrmnl.com/api/custom_plugins/a975543a-51dc-4793-b7fa-d6a101dc4025"
|
||||
Reference in New Issue
Block a user