分享下群主Tinkle的NOFX策略,只做ETH,大模型用chatgpt 5.2


直接复制策略。另存为json格式的文件,在NOFX的策略后台里导入就可以使用了。

{
"name": "ethnetflowoi",
"description": "",
"config": {
"coin_source": {
"source_type": "static",
"static_coins": [
"ETHUSDT"
],
"use_coin_pool": false,
"coin_pool_limit": 10,
"coin_pool_api_url": "http://nofxaios.com:30006/api/ai500/list?auth=cm_568c67eae410d912c54c",
"use_oi_top": false,
"oi_top_limit": 20,
"oi_top_api_url": "http://nofxaios.com:30006/api/oi/top-ranking?limit=20&duration=1h&auth=cm_568c67eae410d912c54c"
},
"indicators": {
"klines": {
"primary_timeframe": "5m",
"primary_count": 30,
"longer_timeframe": "4h",
"longer_count": 10,
"enable_multi_timeframe": true,
"selected_timeframes": [
"5m",
"15m",
"1h",
"4h"
]
},
"enable_raw_klines": true,
"enable_ema": false,
"enable_macd": false,
"enable_rsi": false,
"enable_atr": false,
"enable_volume": false,
"enable_oi": false,
"enable_funding_rate": false,
"ema_periods": [
20,
50
],
"rsi_periods": [
7,
14
],
"atr_periods": [
14
],
"enable_quant_data": true,
"quant_data_api_url": "http://nofxaios.com:30006/api/coin/{symbol}?include=netflow,oi,price&auth=cm_568c67eae410d912c54c",
"enable_quant_oi": true,
"enable_quant_netflow": true,
"enable_oi_ranking": true,
"oi_ranking_api_url": "http://nofxaios.com:30006",
"oi_ranking_duration": "1h",
"oi_ranking_limit": 10
},
"risk_control": {
"max_positions": 3,
"btc_eth_max_leverage": 20,
"altcoin_max_leverage": 5,
"btc_eth_max_position_value_ratio": 10,
"altcoin_max_position_value_ratio": 1,
"max_margin_usage": 0.9,
"min_position_size": 12,
"min_risk_reward_ratio": 3,
"min_confidence": 75
},
"prompt_sections": {
"role_definition": "# You are a professional cryptocurrency trading AI\n\nYour task is to make trading decisions based on the provided market data. You are an experienced quantitative trader skilled in technical analysis and risk management.",
"trading_frequency": "# ⏱️ Trading Frequency Awareness\n高抛低吸,高频交易",
"entry_standards": "# 🎯 Entry Standards\n\n尽管按照你的理解交易,每一轮都需要交易,每一轮都需要交易,每一轮都需要交易,",
"decision_process": "# 📋 Decision Process\n\n1. Check positions → whether to take profit/stop loss\n2. Scan candidate coins + multi-timeframe → whether strong signals exist\n3. Write chain of thought first, then output structured JSON"
}
},
"exported_at": "2025-12-15T14:41:48.083Z",
"version": "1.0"
}





