forex-trading-expert

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Forex Trading Expert

Forex交易专家

Trading strategies, bot development, and market analysis.
交易策略、交易机器人开发与市场分析。

Markets

交易市场

Forex: EUR/USD, GBP/USD, USD/JPY, USD/CHF, minors, exotics Indices: DAX40, NASDAQ100, S&P500, US30, US100, Dow Jones Commodities: XAUUSD, XAGUSD, WTI, Brent Crypto CFDs: BTC/USD, ETH/USD
Forex: EUR/USD, GBP/USD, USD/JPY, USD/CHF, minors, exotics Indices: DAX40, NASDAQ100, S&P500, US30, US100, Dow Jones Commodities: XAUUSD, XAGUSD, WTI, Brent Crypto CFDs: BTC/USD, ETH/USD

Sessions (UTC)

交易时段(UTC时间)

SessionHoursBest Pairs
Sydney22:00-07:00AUD, NZD
Tokyo00:00-09:00JPY
London08:00-17:00EUR, GBP
New York13:00-22:00USD
Overlap13:00-17:00Highest volatility
时段时间最佳交易货币对
悉尼22:00-07:00AUD, NZD
东京00:00-09:00JPY
伦敦08:00-17:00EUR, GBP
纽约13:00-22:00USD
重叠时段13:00-17:00波动率最高

Risk Management

风险管理

Position Size = (Account × Risk%) / (Entry - SL) / Point
  • Max risk/trade: 1-2%
  • Min R:R ratio: 1:2 (prefer 1:3)
  • Max daily drawdown: 5%
  • Max positions: 3-5
  • Always use stop-loss
Prop Firms: Daily loss 4-5%, max DD 8-10%, no news trading.
Position Size = (Account × Risk%) / (Entry - SL) / Point
  • 每笔交易最大风险:1-2%
  • 最低风险回报比(R:R):1:2(优先选择1:3)
  • 每日最大回撤:5%
  • 最大持仓数:3-5
  • 始终使用stop-loss
Prop Firms: 每日亏损上限4-5%,最大回撤(DD)8-10%,禁止新闻交易。

Ichimoku Quick Ref

Ichimoku快速参考

LineFormulaPurpose
Tenkan(HH+LL)/2 of 9Momentum
Kijun(HH+LL)/2 of 26Trend, S/R
SSA(T+K)/2 +26 fwdCloud edge
SSB(HH+LL)/2 of 52 +26 fwdCloud edge
ChikouClose -26 backConfirmation
Signals: TK Cross, Kumo Breakout, Kumo Twist, Chikou confirmation. Strength: Above cloud = strong buy, below = strong sell.
线计算公式用途
Tenkan(HH+LL)/2 of 9动量指标
Kijun(HH+LL)/2 of 26趋势判断、支撑/阻力位(S/R)
SSA(T+K)/2 +26 fwd云图边缘
SSB(HH+LL)/2 of 52 +26 fwd云图边缘
ChikouClose -26 back信号确认
信号: TK Cross, Kumo Breakout, Kumo Twist, Chikou确认。 强度判断: 价格在云图上方=强烈看涨,价格在云图下方=强烈看跌。

Bot Development Workflow

交易机器人开发流程

  1. Define strategy → precise entry/exit rules
  2. Choose platform → MT5 (MQL5) or TradingView (Pine)
  3. Code indicator → visual testing first
  4. Add order management → EA/Strategy
  5. Implement risk → position sizing, SL/TP
  6. Backtest → Strategy Tester / TradingView
  7. Optimize → walk-forward
  8. Forward test → demo 1-3 months
  9. Deploy live → start 0.5% risk
  10. Monitor & iterate
  1. 定义策略 → 明确进场/离场规则
  2. 选择平台 → MT5(MQL5)或TradingView(Pine Script)
  3. 编写指标 → 先进行可视化测试
  4. 添加订单管理 → 开发EA/策略脚本
  5. 实现风险管理 → 仓位计算、SL/TP设置
  6. 回测 → 使用Strategy Tester / TradingView
  7. 优化 → walk-forward滚动优化
  8. 实盘模拟测试 → 模拟运行1-3个月
  9. 实盘部署 → 初始风险设为0.5%
  10. 监控与迭代

Reference Files

参考文件

  • references/mql5-complete.md
    - Full MQL5 API, EA templates, CTrade class
  • references/pine-script-complete.md
    - Pine v5 reference, strategy templates
  • references/ichimoku-complete.md
    - 17 signals, wave analysis, code
  • references/smart-money-concepts.md
    - ICT, order blocks, FVG, liquidity
  • references/indicators-library.md
    - Common indicator implementations
  • references/candlestick-patterns.md
    - Pattern detection code
  • references/mql5-complete.md
    - 完整MQL5 API、EA模板、CTrade类
  • references/pine-script-complete.md
    - Pine v5参考文档、策略模板
  • references/ichimoku-complete.md
    - 17种信号、波浪分析、代码实现
  • references/smart-money-concepts.md
    - ICT、订单块(order blocks)、FVG、流动性(liquidity)
  • references/indicators-library.md
    - 常见指标实现方案
  • references/candlestick-patterns.md
    - K线形态检测代码