From d0881f081eb17bb467c658a17018b54d442b0773 Mon Sep 17 00:00:00 2001 From: Yijia-Xiao Date: Fri, 18 Sep 2026 00:04:52 +0000 Subject: [PATCH] docs: document the path and benchmark settings --- .env.example | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.env.example b/.env.example index 73ca8686d..d17ac1c2b 100644 --- a/.env.example +++ b/.env.example @@ -43,6 +43,12 @@ NVIDIA_API_KEY= #TRADINGAGENTS_MAX_RISK_ROUNDS=1 #TRADINGAGENTS_CHECKPOINT_ENABLED=false +# Paths and alpha benchmark. Unset uses ~/.tradingagents and the regional index. +#TRADINGAGENTS_RESULTS_DIR= +#TRADINGAGENTS_CACHE_DIR= +#TRADINGAGENTS_MEMORY_LOG_PATH= +#TRADINGAGENTS_BENCHMARK_TICKER=SPY + # Lower temperature means less run-to-run variation on models that honor it. #TRADINGAGENTS_TEMPERATURE=0.0