#TrendTradingStrategy **Moving Averages (MA)**

Use of moving averages: a fast one (e.g. 50 days) and a slow one (e.g. 200 days).

Entry: when the MA50 crosses above the MA200 (“Golden Cross”)

Exit: when the MA50 crosses below the MA200 (“Death Cross”)

A single average may also suffice, such as the MA50: enter when the daily close is above and exit when it closes below.