bifitnex-trading/stop_orders.json
kroutony 1abfdefecd Add advanced indicators: MTF analysis, ADX, StochRSI, OBV, CMF, pivot points
- config.py: Add HTF_TIMEFRAME (1h) and HTF_CANDLE_LIMIT (50)
- data_fetcher.py: Fetch both 5m and 1h candles per symbol
- indicators.py: Add ADX, StochRSI, OBV+slope, CMF to 5m indicators;
  new functions for HTF indicators, pivot points, and their summaries
- main.py: Wire up HTF data flow (1h indicators + pivots → LLM summary)
- llm_analyzer.py: Rewrite prompt with MTF filter (1h trend alignment),
  require 2+ confirmations for BUY, confidence scoring guide

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 03:26:59 +00:00

26 lines
572 B
JSON

{
"tDOGE:UST": {
"order_id": 233282701621,
"stop_price": 0.093946,
"entry_price": 0.09685083602369626,
"amount": 144.10790954
},
"tSUIUST": {
"order_id": 233265250698,
"stop_price": 0.97101,
"entry_price": 1.0009320066822542,
"amount": 54.57098037
},
"tAVAX:UST": {
"order_id": 233268826282,
"stop_price": 9.4454,
"entry_price": 9.734478498389963,
"amount": 4.08390185
},
"tUNIUST": {
"order_id": 233279675016,
"stop_price": 3.8778,
"entry_price": 3.9954999999999994,
"amount": 4.55798027
}
}