거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

GDS Renko Donchian Demo EA - MetaTrader 5용 expert

Andrey Goida
Andrey Goida
MT5 developer focused on XAUUSD, Renko tools, and structured trading systems.
Building practical indicators, panels, and research-driven solutions for traders who value clarity, logic, and disciplined execution.
조회수:
103
게시됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

GDS Renko Donchian Demo EA


GDS Renko Donchian Demo EA2

How it works

- Classic fixed-size Renko is built internally from BID ticks.
- Reversals use the classic two-brick rule.
- The Donchian channel is calculated from the previous N completed Renko bricks.
- The current brick is excluded from the channel calculation, avoiding look-ahead.
- A bullish Renko brick closing above the previous Donchian high can trigger BUY.
- A bearish Renko brick closing below the previous Donchian low can trigger SELL.
- Positions close by TP, SL, opposite Donchian breakout, or maximum holding time.
- A short Renko cooldown can be used after an exit.
- One position per symbol.
- No external indicators, DLLs, custom symbols or offline Renko charts are required.

The EA is intended as an educational / Strategy Tester example. Public default parameters and a historical test example will be added only after a real-tick verification run.

TrueCostReport TrueCostReport

Cost is the one input to a trading system that is knowable exactly, and it is almost always estimated wrongly - always in the direction that flatters the strategy. This EA measures what one round trip really costs on YOUR broker: the live spread sampled from ticks, the swap for both sides including the triple-charge day, and the commission read from your own deals. Most spread figures come from the bar's "spread" field, because that is the easy one to reach. It is a per-bar summary, not the quote at any instant. Measured on XAUUSD: 20 points live across 60 readings against a bar-field median of 6. A factor of 3.3. So a filter set to "skip if spread > 15" never fires - it lets through exactly the moments it exists to block. Swap is the half most custom simulators do not charge at all. It is asymmetric, one side pays while the other collects, and one weekday counts three times. Read-only: it never opens, closes or modifies a position.

SuperTrend TV EA SuperTrend TV EA

An Expert Advisor that trades the SuperTrend TV indicator through iCustom on closed bars only, shipped with the audit that proves every trade matches a signal and no signal was missed

Prop Firm Rule Checker Prop Firm Rule Checker

Checks your trade history against common prop-firm challenge rules — profit target, max daily loss, max drawdown, consistency rule, and minimum trading days — with a clear PASS/FAIL report.

Correlation-Aware Lot Size Calculator Correlation-Aware Lot Size Calculator

Sizes your next trade based on the correlated risk you already have open across other positions — not just the trade in isolation.