Table of Contents

Grid Expert Advisor

System Overview


Introduction

Grid trading is when orders are placed above and below a set price, creating a grid of orders at incrementally increasing and decreasing prices. An advantage of grid trading is that it requires little forecasting of market direction and can be easily automated. Major drawbacks, however, are the possibility of incurring large losses associated with running and/or closing multiple positions in a large grid. Our grid “Hedge Zone” implementation provides a theoretically lossless grid trading system, under certain conditions, and practically lossless if operated correctly.

The alphaheim Grid EA implements a bi-directional (or dual grid) system, to have both a long and short exposure at every grid level. For this reason, this EA is not FIFO compliant, and would not be suitable for US clients.

Our grid system has been designed with account growth in mind. There are no static definitions of lot sizes, not profit targets, and are calculated within the EA for a convenient trading system.

We have implemented this system with complete stealth. There are no limit orders, and no stop loss/take profit levels.

Inputs

EA Magic Number


Base Timeframe


Augmented AB (%)


Position Size Method


Balance Risk % (Base/Trade)


Dynamic Targets


Account TP %


Max Number of TPs


Max Grid Loss TP Multiple


Receive TP Notification (Mobile)


Use Fixed Grid


Fixed Grid Range (Pips)


Fixed Grid Step (Pips)


Rounded Fixed Grid


Dynamic Range Period


Range Extension (Percentage)


Number of Grid Lines


Minimum/Maximum Grid Interval (Pips)


Maximum Open Risk


Use Shifting Grid


Max Number of Trades


Maximum Spread (Points)


Use Trend Handler


Use Momentum Handler


Use Momentum Trade Closer


Max Trade Imbalance (Momentum)


Use Imbalance Multiplier


Imbalance Trend Check


Grid Breach Check


Hedge on Breach



Use Range Grid Reset


Use Range Entry Limiter


Server Open/Close Restrictions


Show Close Trades / Suspend Buttons


Panel Pixel X/Y Shift


Half Length


Applied Price


Deviation


Min. Range (%)


Lookback Period


Only trade sessions once


Use Session X


Range Start [Session X]


Range End [Session X]


Trading Zone (Hours) [Session X]


Zone End Delta (Hours) [Session X]


Session Setting Examples

Important Considerations

Grid Trading Considerations

The success of Grid Trading very much depends on the currency pair it is executed on. Trending markets are bad for grid strategies, and some currency pairs are more likely to trend than others. Typically, trending pairs are when there are large interest rate differentials between the currencies, for example, AUDJPY and NZDJPY.

For 2020, a current view of market volatility is provided below.



In addition to a currency pair’s likelihood of trending, it is important to take account its possible trading range. For example, AUDJPY highest high in the last 20 years was 107.83 and the lowest low was 54.92 –almost 5300 pips.

EA Considerations

Trade Tracking

Once an EA has been applied to a specific chart, for a specific timeframe, the EA will only continue for as long as the conditions remain. If the chart timeframe is changed altered when an EA is active, the EA will de-initialise, then reinitialize as if new. This will also occur if the EA settings are altered after it has already applied. If the EA has placed a trade, and any of the above occur, the EA will no longer track the trades that have been opened. This circumstance will extend where your VPS/machine restarts during an open grid.

Pip Denominations