Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -427,6 +427,7 @@ def mutate_agent(symbol, timeframe, regime, success=True):
|
|
| 427 |
async def dream_simulation_loop():
|
| 428 |
while True:
|
| 429 |
if DREAM_MODE_ACTIVE:
|
|
|
|
| 430 |
for symbol in AUTO_SYMBOLS:
|
| 431 |
for tf in AUTO_TIMEFRAMES:
|
| 432 |
try:
|
|
|
|
| 427 |
async def dream_simulation_loop():
|
| 428 |
while True:
|
| 429 |
if DREAM_MODE_ACTIVE:
|
| 430 |
+
print("GO ALLER A LA SALLE🥊")
|
| 431 |
for symbol in AUTO_SYMBOLS:
|
| 432 |
for tf in AUTO_TIMEFRAMES:
|
| 433 |
try:
|