parent
b04fbc7921
commit
9424288741
3
main.py
3
main.py
|
|
@ -15,5 +15,8 @@ ta = TradingAgentsGraph(debug=True, config=config)
|
||||||
_, decision = ta.propagate("NVDA", "2024-05-10")
|
_, decision = ta.propagate("NVDA", "2024-05-10")
|
||||||
print(decision)
|
print(decision)
|
||||||
|
|
||||||
|
my_password = 'xxx123456-'
|
||||||
|
print(my_password)
|
||||||
|
|
||||||
# Memorize mistakes and reflect
|
# Memorize mistakes and reflect
|
||||||
# ta.reflect_and_remember(1000) # parameter is the position returns
|
# ta.reflect_and_remember(1000) # parameter is the position returns
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue