Analysis Techniques & Strategies
The Fundamntl & Stoch LX strategy sells when the Stochastic K crosses under Stochastic D while Stochastic K is in the overbought
region.
| Name | Type | Default | Description |
| StochLength | Numeric | 14 | Sets the number of bars used to calculate the Stochastic. |
| SmoothingLength1 | Numeric | 3 | Number of bars used to smooth the Stochastic K. |
| SmoothingLength2 | Numeric | 3 | Number of bars used to smooth the Stochastic D. |
| SmoothingType | Numeric | 1 | Sets the type of smoothing calculation. 1 = original, 2 = legacy |
| OverBought | Numeric | 80 | Sets the Stochastic overbought level. |
Long exit that is triggered the Stochastic K crosses under Stochastic D while Stochastic K is overbought.
Order Name: FundStochLX
Related Strategy: Fundamntl & Stoch LE