update ticker
This commit is contained in:
parent
9109516f7e
commit
2209381cc4
2
main.py
2
main.py
|
|
@ -24,7 +24,7 @@ config["data_vendors"] = {
|
||||||
ta = TradingAgentsGraph(debug=True, config=config)
|
ta = TradingAgentsGraph(debug=True, config=config)
|
||||||
|
|
||||||
# forward propagate
|
# forward propagate
|
||||||
_, decision = ta.propagate("NVDA", "2024-05-10")
|
_, decision = ta.propagate("QQQ", "2026-04-12")
|
||||||
print(decision)
|
print(decision)
|
||||||
|
|
||||||
# Memorize mistakes and reflect
|
# Memorize mistakes and reflect
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue