Dooratre commited on
Commit
0c0ee88
·
verified ·
1 Parent(s): 957b10f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -439,7 +439,7 @@ def build_initial_chat_history(alert_message=None):
439
  f"- Take Profit: {sig.get('take_profit','N/A')}\n"
440
  "Important Instructions:\n"
441
  "- Provide only ONE <img> at a time in the format:\n"
442
- " <img><XAUUSD><id_for_IND><id_for_IND><id_for_IND>// you can use maxumum 3 indecators in same image<timeframe></img>\n"
443
  "- Use <final> only if you think the conversation already has enough information to conclude.\n\n"
444
  f"Current Time:\n{time_info}\n\n"
445
  f"Live Prices:\n{prices_text}"
@@ -455,7 +455,7 @@ def build_initial_chat_history(alert_message=None):
455
  "AI Guidance: Continue analyzing. If you want to update the scenario, send a <final> with a new <scenario> to replace it. If no new scenario is created, we will wait for one of the scenarios to be triggered.\n\n"
456
  "Important Instructions:\n"
457
  "- Provide only ONE <img> at a time:\n"
458
- " <img><XAUUSD><id_for_IND><id_for_IND><id_for_IND>// you can use maxumum 3 indecators in same image<timeframe></img>\n"
459
  "- Use <final> only if you believe there is enough information in the conversation.\n\n"
460
  f"Current Time:\n{time_info}\n\n"
461
  f"Live Prices:\n{prices_text}"
@@ -465,7 +465,7 @@ def build_initial_chat_history(alert_message=None):
465
  "No scenario or active trade exists (first run). Please analyze and create the first scenario within <final> when done.\n\n"
466
  "Important Instructions:\n"
467
  "- Provide only ONE <img> at a time:\n"
468
- " <img><XAUUSD><id_for_IND><id_for_IND><id_for_IND>// you can use maxumum 3 indecators in same image<timeframe></img>\n"
469
  "- make SL from 3$ to 5$ and TP from 7$ to 10$\n\n"
470
  f"Current Time:\n{time_info}\n\n"
471
  f"Live Prices:\n{prices_text}"
 
439
  f"- Take Profit: {sig.get('take_profit','N/A')}\n"
440
  "Important Instructions:\n"
441
  "- Provide only ONE <img> at a time in the format:\n"
442
+ " <img><XAUUSD><id_for_IND><id_for_IND><id_for_IND>// you can use maxumum 3 indecators in same image<timeframe></img>\nExample <img><XAUUSD><XXX><XXX><XXX><15m></img>"
443
  "- Use <final> only if you think the conversation already has enough information to conclude.\n\n"
444
  f"Current Time:\n{time_info}\n\n"
445
  f"Live Prices:\n{prices_text}"
 
455
  "AI Guidance: Continue analyzing. If you want to update the scenario, send a <final> with a new <scenario> to replace it. If no new scenario is created, we will wait for one of the scenarios to be triggered.\n\n"
456
  "Important Instructions:\n"
457
  "- Provide only ONE <img> at a time:\n"
458
+ " <img><XAUUSD><id_for_IND><id_for_IND><id_for_IND>// you can use maxumum 3 indecators in same image<timeframe></img>\nExample <img><XAUUSD><XXX><XXX><XXX><15m></img>"
459
  "- Use <final> only if you believe there is enough information in the conversation.\n\n"
460
  f"Current Time:\n{time_info}\n\n"
461
  f"Live Prices:\n{prices_text}"
 
465
  "No scenario or active trade exists (first run). Please analyze and create the first scenario within <final> when done.\n\n"
466
  "Important Instructions:\n"
467
  "- Provide only ONE <img> at a time:\n"
468
+ " <img><XAUUSD><id_for_IND><id_for_IND><id_for_IND>// you can use maxumum 3 indecators in same image<timeframe></img>\nExample <img><XAUUSD><XXX><XXX><XXX><15m></img>"
469
  "- make SL from 3$ to 5$ and TP from 7$ to 10$\n\n"
470
  f"Current Time:\n{time_info}\n\n"
471
  f"Live Prices:\n{prices_text}"