Analysis Techniques & Strategies
Name | Type | Default | Description |
FastLength | Numeric | 4 | Number of bars used to calculate the fast moving average. |
MedLength | Numeric | 9 | Number of bars used to calculate the medium moving average. |
SlowLength | Numeric | 18 | Number of bas used to calculate the slow moving average. |
Long entry based on three increasing moving averages.
This strategy incorporates three moving average lines. If the fast average is lower than the medium average, and the medium average is lower than the slow average, and this was not the case on the previous bar, this strategy generates a short entry order for the next bar at open.
Order Name: MA3CrsSE
Related Strategy: MovAvg3Line Cross LE
Related Function(s): AverageFC