Analysis Techniques & Strategies
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. |
Long entry based on crossing moving averages.
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