Vantage — DAX 40 symbol, specs and trading conditions
GER40.r. Contract size is 1, minimum trade size 0.1 lots and the price quotes to 2 digits. Overnight swap is -3.7903 long / 0.3191 short. Note the broker-specific form — an EA hard-coded to GERR will not find GER40.r.| Symbol on this broker | GER40.r |
| Platform | MT5 |
| Instrument class | index CFD |
| Contract size | 1 |
| Digits | 2 |
| Minimum lot | 0.1 |
| Lot step | 0.1 |
| Maximum lot | 500 |
| Swap long | -3.7903 |
| Swap short | 0.3191 |
| Tick value | — |
| Trade mode | Full access |
| Execution | Market |
| Fill policy | IOC |
What is DAX 40 called on Vantage?
DAX 40 is called GER40.r on Vantage. Use that exact string in SymbolSelect() or iCustom() — MetaTrader symbol names are case-sensitive and will not resolve a close match.
Broker symbol names diverge because each one configures its own market watch. The same instrument can appear as a plain code, with a letter suffix for an account type, or under a legacy vendor name. The code above was read from Vantage's live server, not copied from marketing material.
What is the minimum lot size for DAX 40 on Vantage?
The minimum trade size for DAX 40 on Vantage is 0.1 lots, and size increases in steps of 0.1 lots — 0.1 units of the underlying at minimum.
An EA that sends a volume below this, or one that is not a whole multiple of the lot step, is rejected with error 131 (invalid trade volume) — normalise your lot size against both numbers before calling OrderSend.
What is the swap on DAX 40 at Vantage?
Vantage charges -3.7903 to hold DAX 40 long overnight and 0.3191 to hold it short. Holding long costs more than holding short. Note that the short side is positive — Vantage pays you to hold it overnight, which is what a carry strategy looks for.
Swap is applied at the broker's daily rollover and is charged at triple rate on one weekday to cover the weekend. Work out the real cost for your position size with the swap carry calculator.
Will my EA run on Vantage for DAX 40?
On Vantage, trading is set to Full access, orders execute in Market mode, the fill policy is IOC.
Market execution fills at the available price rather than requoting, so an EA does not need requote handling — but it must tolerate slippage, and stop loss / take profit usually cannot be attached in the same call.
Run the full compatibility check for this broker with the EA compatibility checker.