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. |
Short entry based on crossing moving averages.
This strategy generates a short entry order for the next bar at open when the fast moving average crosses below the slow moving average.
Order Name: MA2CrossSE
Related Strategy: MovAvg2Line Cross LE
Related Function(s): AverageFC