Risk per trade - Tick value

βœ… How to Manually Calculate the Tick Value (Point Value)

If you're unsure what tick value to use, you can calculate it yourself from any closed trade.

πŸ” What is tick value?

The tick value is the cash value of 1 point per 1.0 lot, in your account currency.

MetaCopier uses this value to size trades so that the maximum loss (if the stop loss is hit) does not exceed your configured risk amount (e.g., $10 or 2% of balance

πŸ“˜ How to calculate the tick value (step by step)

If you prefer to enter the tick value manually (instead of using automatic detection), you can calculate it from any closed trade using the method below.

🧾 You’ll need:

  • Entry price

  • Exit price

  • Profit (in account currency)

  • Trade volume (in lots)

  • The symbol’s point size

    e.g. 0.01 for gold (XAUUSD), 0.0001 for most forex pairs, 1.0 for many indices

You can download the symbol details (e.g., point size) here:

➀ Formula

distance     = |entry price – exit price|
pointsMoved  = distance Γ· point size
tick value   = |profit| Γ· volume Γ· pointsMoved

πŸ§ͺ Example: XAUUSD (Gold)

You opened a 0.50 lot trade and earned $48.04 profit.

Entry
Exit
Volume
Profit

3372.31

3371.18

0.50

48.04

  1. Distance = 3372.31 βˆ’ 3371.18 = 1.13

  2. Point size = 0.01

  3. Points moved = 1.13 Γ· 0.01 = 113

  4. Tick value = 48.04 Γ· 0.50 Γ· 113 β‰ˆ 0.85

πŸ“Œ So the correct tick value is 0.85 USD per point per 1.0 lot

πŸ›  Where to input it

You can configure the tick value in your Risk Per Trade settings:

  • Globally (applies to all instruments)

  • Or as a per-symbol override (e.g. only for XAUUSD, NAS100, etc.)

πŸ’‘ Tips for accuracy

  • βœ… Use closed trades (not floating profit)

  • βœ… Make sure volume is in lots, not units (e.g. 0.50 not 50,000)

  • βœ… Always use the correct point size (e.g. 0.01 for XAUUSD)

  • βœ… Average over several trades if needed

  • ❌ Don’t confuse points with pips β€” they are not always the same

πŸ“₯ Download the Excel Calculator

No need to do the math yourself, download our prebuilt Excel file and just fill in your numbers.

πŸ‘‰ Download TickValueCalculator.xlsx

The calculator computes the tick value for you based on your trade.

Last updated

Was this helpful?