SkywalkerJi
b99a54ef41
fix: Fixed redundant key input fields and corrected formatting on the frontend. ( #566 )
...
* Eliminate redundant key input fields in the front-end.
* go / react Formatting.
2025-11-06 01:16:04 +08:00
Burt
5f98e09920
Feat: Enable admin password in admin mode ( #540 )
...
* WIP: save local changes before merging
* Enable admin password in admin mode #374
2025-11-05 21:48:28 +08:00
tangmengqiu
61d45ebb0e
log: add logrus log lib and add telegram notification push as an option
2025-11-04 23:48:32 -05:00
SkywalkerJi
8a877fe5dc
Fixed go fmt code formatting issues.
2025-11-05 01:42:36 +08:00
icy
78b3ce69da
Merge branch 'dev' into beta
...
# Conflicts:
# config/database.go
# main.go
2025-11-02 22:11:07 +08:00
yuanshi2016
5e0706bee3
修改Kline获取方式为Websocket缓存。
2025-11-02 17:59:19 +08:00
yuanshi2016
a3d6113dd1
K线获取方式改为websocket组合流. 带重拨机制
...
流程为下:
1. 启动时使用所有交易员设置的币种(去重) 如果交易员未配置,则使用系统默认
2. 在决策获取K线时 如果没有缓存 则先实时获取后再添加订阅. ps: 适用于Api方式的币种列表
2025-11-02 14:03:13 +08:00
icy
e444cbbbc8
Add beta mode
2025-11-02 02:31:19 +08:00
yuanshi2016
1d77cb7b5d
新增内置AI评分
...
修改market/data.go Get函数获取K线为流式获取(可以解决传入币种比较多的情况下耗时问题)
market目录下新增文件
main.go 新增运行入口
通过inside_coins=true控制
该评分默认初始化大约需要2分钟左右(因为币种列表比较多,api有限速)
使用时应该注意engine.go下的流动性过滤问题
2025-11-01 15:58:54 +08:00
icy
bf83e89b33
Merge branch 'dev' of github.com:Icyoung/nofx
...
# Conflicts:
# manager/trader_manager.go
# web/src/components/AITradersPage.tsx
2025-11-01 02:23:05 +08:00
icy
ccd4938857
竞赛fix、交易员新增参数
2025-11-01 02:17:11 +08:00
SkywalkerJi
cdd41fb3b1
Fix coin settings
2025-10-31 21:05:53 +08:00
icy
a3f2706ec8
Sync config.json to config.db for manual modify admin_mode and other configs
2025-10-31 15:24:18 +08:00
icy
d3e7b7dbb1
account system、custom prompt
2025-10-31 03:42:01 +08:00
icy
a2cded592b
Merge remote tracking branch into local development
...
- Resolved conflicts in README.md: Combined web-based config updates with multi-exchange support
- Resolved conflicts in main.go: Fixed database initialization and default coin settings
- Resolved conflicts in manager/trader_manager.go: Updated trader management for new database structure
- Resolved conflicts in web/src/App.tsx: Combined UI improvements with responsive design
- Resolved conflicts in web/.dockerignore: Merged dependency exclusions
- Removed deprecated files: Dockerfile, config/config.go, web/Dockerfile, ComparisonChart.tsx, CompetitionPage.tsx
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: tinkle-community <tinklefund@gmail.com >
2025-10-30 20:57:57 +08:00
icy
c64727ffd0
sync fork
2025-10-30 20:51:22 +08:00
SkywalkerJi
7f7ad141a4
Expose the default mainstream currency settings to the configuration file
2025-10-30 10:01:45 +08:00
PorunC
78b091cca8
Feat: Integrate leverage configuration across trading system
...
- Pass leverage config through TraderManager to AutoTrader
- Add BTCETHLeverage and AltcoinLeverage fields to Context and AutoTraderConfig
- Update decision validation to use configured leverage limits
- Display configured leverage in startup message
- Update error messages to show current leverage limits
Changes:
- main.go: Pass leverage config to AddTrader, update startup message
- manager/trader_manager.go: Accept and forward leverage config
- trader/auto_trader.go: Store leverage config, pass to Context
- decision/engine.go: Use dynamic leverage limits in validation
This completes the leverage configuration feature implementation.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: tinkle-community <tinklefund@gmail.com >
2025-10-29 20:30:04 +08:00
nobody
41e3654c11
feat: 添加use_default_coins开关,简化默认币种配置
...
- 新增use_default_coins配置项:true=使用默认8个主流币种,false=使用API币种池
- 更直观的配置方式,新手可直接设置true快速开始
- 优先级:use_default_coins > coin_pool_api_url > 缓存 > 默认列表
- 更新所有语言版本README(en/zh-CN/ru/uk)添加配置说明
- 更新config.json.example示例文件
2025-10-29 12:59:12 +08:00
tinkle-community
8d3981fd3e
Initial commit: NOFX AI Trading System
...
- Multi-AI competition mode (Qwen vs DeepSeek)
- Binance Futures integration
- AI self-learning mechanism
- Professional web dashboard
- Complete risk management system
2025-10-28 15:47:34 +08:00