WIP Adding Benchmarking Capability

This commit is contained in:
2026-01-07 00:52:46 +01:00
parent 1c671f5213
commit aa4b41d7a7
3 changed files with 59 additions and 12 deletions

View File

@@ -1,25 +1,27 @@
### --------- PROGRAMM CONFIGUARTION
# Program Functionality Switch
update_notion = True
update_TRMNL = True
calculate_benchmark = False
# 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
ticker_benchmark = "VGWL.DE" # Ticker to benchmark the trades against
### Logging
# Programm Execution Configuration
selected_logging_level = "warning" # must be one from the list below
logging_levels = ("none", "error", "success", "warning", "info", "debug") # ordered by amount of logs
class log_colors:
# Code for start of coloring (MUST match logging-levels above)
error = '\033[91m'
warning = '\033[93m'
success = '\033[92m'
info = '\033[90m'
debug = '\033[4m'
# Code for end of coloring
endcode = '\033[0m'
# Fuctionality
update_notion = True
update_TRMNL = True
### --------- API CONFIGURATION
# NOTION