Fix: Prevent infinite loops, enable reflection, and improve logging

This commit is contained in:
mirza-samad-ahmed-baig
2025-07-03 17:43:40 +05:00
parent fda4f664e8
commit f704828f89
3 changed files with 7 additions and 4 deletions

View File

@@ -18,4 +18,4 @@ _, decision = ta.propagate("NVDA", "2024-05-10")
print(decision)
# Memorize mistakes and reflect
# ta.reflect_and_remember(1000) # parameter is the position returns
ta.reflect_and_remember(1000) # parameter is the position returns