Use the followings: PointValue = 0.0001; TickSize = 0.00001;
MarginDeposit = Close * 50%;// or instead of close use an average AUDUSD for the backtested period PositionSize = number of units traded * MarginDeposit; Are you using Oanda's tick data? --- In [email protected], "brysio4" <piotr.ry...@...> wrote: > > Could you help me for proper set parameters for Oanda account (forex) > for valid backtesting. > > There is some differences than at other brokers. > > 1. there is an units instead of lots > 2. leverage is max. 2% > > Please me help to set for example for AUDUSD and deposit of 10 000 usd > > Thanks in advance >
