Analysis Techniques & Strategies

MovAvg2Line Cross LE (Strategy)

image\trumpet2.gif Disclaimer

Input Information

Name Type Default Description
Price Numeric Close Price upon which the moving average is based.
FastLength Numeric 9 Number of bars used to calculate the fast moving average.
SlowLength Numeric 18 Number of bas used to calculate the slow moving average.

Usage

Long entry based on crossing moving averages.

Description

This strategy generates a long entry order for the next bar at open when the fast moving average crosses above the slow moving average.

Order Name: MA2CrossLE

Related Strategy: MovAvg2Line Cross SE

Related Function(s): AverageFC