Files
trading_bot_v4/.github
mindesbunister 0f88d88dd3 docs: Add Common Pitfalls #68-69 (Dec 3, 2025 bug fixes)
- Pitfall #68: Smart Entry using webhook percentage as signal price
  * Root cause: TradingView webhook price field contained percentage (70.80) instead of market price (42.50)
  * Impact: 97% pullback calculations made Smart Entry impossible to trigger
  * Fix: Use Pyth current price instead of webhook price
  * Commit: 7d0d38a

- Pitfall #69: Direction-specific leverage thresholds not explicit
  * Made LONG/SHORT leverage assignment explicit even though values same
  * Improves code clarity and maintainability
  * Commit: 58f812f

Both fixes deployed Dec 3, 2025, 09:02:45 CET (timestamp verified)
2025-12-03 10:27:07 +01:00
..