forex software

Create and Test Forex Strategies

forex software

eas-guide:expert-advisors-plus

This is an old revision of the document!


Expert Advisors Plus

Expert Advisor Plus includes additional features, which can be tested in the MetaTrader's Strategy Tester only.

Expert Advisors Plus trades as an ordinary EA Studio Expert Advisor by default. All of the additional options are initially switched off.

Grid Trading Balance/Equity Chart

.

Grid (Averaging down)

The Grid option enables possibility to open new positions at determined distance and amount when the market moves against our initial entry. Effectively, it adds lots to a losing position (Averaging Down). The Averaging Down moves the aggregate position price towards the market and sometimes recovers the loss.

Grid Inputs

EA Studio Plus - Grid Inputs

Enable Grid (Averaging Down)

Grid distance (initial, pips)

Grid distance sizing

 Grid distance Sizing Example

  • Equal distance (pips) - all grid entries are equally spaced from the initial entry.

Example: Initial at 1.2000, grid entries at 1.1950, 1.1900, 1.1850 (50 pips apart each).

  • Increment distance (pips) - each grid entry adds a fixed increment to the previous spacing.

Example: With initial 50 pips and increment 20, entries are at: 50 pips from initial (1.1950), then 70 pips below (1.1880), then 90 pips below (1.1790).

  • Scale distance (coefficient) - each spacing is multiplied by the coefficient.

Example: With initial 50 pips and scale 1.25, entries are at: 50 pips from initial (1.1950), then 62 pips below, then 78 pips below.

  • Fibonacci (sum of previous two) - each Grid distance is equal to the sum of the previous two distances

Example: 100, 100, 200, 300, 500, …

Grid increment distance (pips)

Grid scale distance (coefficient)

Grid maximum distance (pips)

Grid volume sizing

Grid Volume Sizing Example

  • Equal volume (equal to the initial entry) - all grid entries use the same lot size as the initial entry

Example: If initial is 0.05 lots, all grid entries are 0.05 lots

  • Increment volume (lots) - each grid entry adds a fixed increment to the lot size.

Example: If initial is 0.05 lots and increment is 0.01, entries are: 0.06, 0.07, 0.08 lots.

  • Scale volume (coefficient) - each lot size is multiplied by the coefficient (like Martingale).

Example: If initial is 0.05 lots and scale is 1.25, entries are: 0.06, 0.08, 0.10 lots.

  • Fibonacci (sum of previous two) - each entry volume is equal to the sum of the previous two entry volumes.

Examples: 0.01, 0.01, 0.02, 0.03, 0.05, 0.08, 0.13, …

Grid increment volume (lots)

Grid scale volume (coefficient)

Grid maximum total positions

Grid pair position closing

Grid Take Profit (currency)

Grid Stop Loss (currency)