• Joined on 2026-03-01
gihyeon pushed to main at gihyeon/cointrader 2026-04-07 17:57:40 +09:00
b6ba45f8de docs: add MTF bot motivation and background to ARCHITECTURE.md
gihyeon pushed to main at gihyeon/cointrader 2026-04-07 17:42:29 +09:00
295ed7db76 docs: add detailed MTF Pullback Bot operation guide to ARCHITECTURE.md
gihyeon pushed to main at gihyeon/cointrader 2026-04-03 16:40:47 +09:00
ec7a6e427c docs: sync ARCHITECTURE.md with current codebase
gihyeon pushed to main at gihyeon/cointrader 2026-03-31 11:11:45 +09:00
f488720ca2 fix: MTF bot code review — conditional slicing, caching, tests
gihyeon pushed to main at gihyeon/cointrader 2026-03-30 21:11:47 +09:00
930d4d2c7a feat: add OOS dry-run evaluation script (evaluate_oos.py)
gihyeon pushed to main at gihyeon/cointrader 2026-03-30 21:07:16 +09:00
e31c4bf080 feat: add JSONL trade persistence + separate MTF deploy pipeline
gihyeon pushed to main at gihyeon/cointrader 2026-03-30 20:55:09 +09:00
b8a371992f docs: add MTF Pullback Bot to README, ARCHITECTURE, and CLAUDE.md
gihyeon pushed to main at gihyeon/cointrader 2026-03-30 20:38:15 +09:00
1cfb1b322a feat: add ADX/EMA50/EMA200 values to heartbeat log for diagnosis
gihyeon pushed to main at gihyeon/cointrader 2026-03-30 19:59:36 +09:00
75b5c5d7fe fix: increase kline buffer to 250 to prevent EMA 200 NaN on 1h candles
gihyeon pushed to main at gihyeon/cointrader 2026-03-30 17:48:54 +09:00
af865c3db2 fix: reduce loop interval to 1s and add heartbeat logging
c94c605f3e chore: add mtf-bot to Jenkins deploy service list
Compare 2 commits »
gihyeon pushed to main at gihyeon/cointrader 2026-03-30 16:35:09 +09:00
a0990c5fd5 feat: add Discord webhook notifications to MTF dry-run bot
gihyeon pushed to main at gihyeon/cointrader 2026-03-30 16:05:44 +09:00
82f4977dff fix: upgrade aiohttp pin to resolve ccxt dependency conflict
gihyeon pushed to main at gihyeon/cointrader 2026-03-30 15:59:32 +09:00
4c40516559 feat: add MTF pullback bot for OOS dry-run verification
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 20:23:23 +09:00
1d0522dc33 feat: standardize parameters for mine_resource action in AIPlanner to improve error handling and compatibility with LM Studio responses
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 20:19:56 +09:00
d9801ee457 feat: implement action aliasing and parameter normalization in AIPlanner to enhance compatibility with LM Studio responses
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 20:14:53 +09:00
66f3a327e8 feat: add action validation and sanitization in AIPlanner to ensure only allowed actions are processed
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 20:10:45 +09:00
8e743d12e7 feat: enhance AIPlanner with compact system prompt and improved JSON parsing for input-only mode responses
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 20:07:36 +09:00
d054f9aee1 feat: implement automatic payload candidate retry mechanism in AIPlanner for improved LM Studio compatibility
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 20:04:21 +09:00
2cf072d38c feat: enhance AIPlanner payload structure for LM Studio compatibility by including 'input' field and improve response content extraction methods
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 19:58:26 +09:00
4b104f2146 chore: update OLLAMA_HOST and API endpoint in AIPlanner, and add .cursor to .gitignore