Nof1 Tracker banner
terryso terryso

Nof1 Tracker

AI community

Description

A command-line tool for tracking nof1.ai AI Agent trading signals and automatically executing Binance futures trades

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Nof1 AI Agent 跟单交易系统

由于nof1.ai新一季是炒美股, 所以本脚本暂时没用了
如果想用自己的大模型来执行自动交易, 可以使用 https://github.com/terryso/LLM-trader-test 这个项目

中文 | [English](./README_EN.md)

![TypeScript](https://img.shields.io/badge/typescript-5.0%2B-blue) ![Node.js](https://img.shields.io/badge/node-%3E%3D18.0.0-green) ![License](https://img.shields.io/badge/license-MIT-blue)

一个用于跟踪 nof1.ai AI Agent 交易信号并自动执行 Binance 合约交易的命令行工具。支持7个AI量化Agent的实时跟单,自动识别开仓、平仓、换仓和止盈止损信号。

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/F1F11HO935)

b7c0054cf81fe6735d60ab5de48243e5

🏢 代部署服务

**不想自己部署?我们提供代部署服务!**

服务器部署的优势

  • 🖥️ 无需本地电脑运行 - 服务器24小时自动运行,无需保持自己的电脑开着
  • 🌍 无需翻墙 - 推荐的服务器在国外环境,访问Binance API和nof1.ai更稳定
  • 🔋 省心省力 - 专业配置,自动运行,无需担心环境配置和网络问题

服务费用

  • 💰 服务器成本低 - 一个服务器月租仅需40元人民币
  • 🛠️ 部署服务费面议 - 根据具体需求进行配置和部署

联系方式

📱 **有意者请加微信**: `gptkit`

备注:代部署服务包含完整的环境配置、系统部署、运行测试和使用指导。

⚡ 快速开始

# 1. 安装和构建
npm install && npm run build

# 2. 配置环境变量
cp .env.example .env
# 编辑 .env 文件,填入 Binance API 密钥(必须启用合约交易权限)

# 3. 查看可用的AI Agent
npm start -- agents

# 4. 测试Telegram通知(可选)
npm start -- telegram-test

# 5. 开始跟单(风险控制模式,不会真实交易)
npm start -- follow deepseek-chat-v3.1 --risk-only

# 6. 持续监控跟单(每30秒检查一次)
npm start -- follow gpt-5 --interval 30

# 7. 查看盈利统计
npm start -- profit

🚀 功能特性

  • 🤖 AI Agent跟单: 支持7个AI量化交易Agent(GPT-5、Gemini、DeepSeek等)
  • 📊 实时监控: 可配置轮询间隔,持续跟踪Agent交易动作
  • 🔄 智能跟单: 自动识别开仓、平仓、换仓(OID变化)和止盈止损
  • 🎯 盈利目标退出: 支持设置自定义盈利目标,达到后自动平仓退出
  • 🔄 自动重新跟单: 可选的自动重新跟单功能,支持盈利退出和手工平仓后自动重新入场
  • ⚡ 合约交易: 完整支持Binance USDT永续合约,支持1x-125x杠杆
  • 📈 盈利统计: 精确的盈利分析,基于真实交易数据计算(含手续费统计)
  • 🛡️ 风险控制: 支持--risk-only模式,只观察不执行交易

📊 实盘跟踪

**deepseek-chat-v3.1 Agent 实盘跟踪面板**: [https://nof1-tracker-dashboard.onrender.com](https://nof1-tracker-dashboard.onrender.com)

实时查看 deepseek-chat-v3.1 AI Agent 的交易表现、持仓情况和盈亏统计。