Analysis Techniques & Strategies
The Fundamntl Stoch LE strategy is used for long entries and first determines if the fundamental setup conditions are met, then buys when the Stochastic K value crosses over the Stochastic D value while Stochastic K is oversold.
Name | Type | Default | Description |
FundField | String | SDBF | Specifies the short name of the fundamental data to read. |
MomOrAccel_Oor1 | Numeric | 0 | Sets whether to base the setup conditions on momentum or acceleration. 0 = momentum, 1 = acceleration |
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 |
OverSold | Numeric | 20 | Sets the Stochastic oversold level. |
Long entry that is triggered after the setup conditions are met for the specified fundamental field. Once met, a buy order will be triggered when the Stochastic K crosses over the D with the Stochastic K undersold. For more information on the fundamental setup, refer to the FundSetup function.
Order Name: FundStochLE
Related Strategy: Fundamntl & Stoch LX
Related Function(s): FundSetup