Indicator Description
PSY (Psychological Line) is a sentiment indicator that reflects the market's psychological state and trend changes by calculating the proportion of days with price increases.
Function Information
- Function Name: PSY
- Input Parameters: Open
- Parameter Settings: timeperiod1 (default: 13), timeperiod2 (default: 8)
- Output: None
Calculation Principle
PSY is calculated using the following formula:
PSY = COUNT(Close > Close[-1], timeperiod1) / timeperiod1 * 100Where Close[-1] is the previous closing price.
Usage Scenarios
- Market sentiment analysis
- Overbought and oversold judgment
- Trend reversal identification
- Trading signal generation
Usage Recommendations
- PSY rising from the oversold area can be seen as a buy signal
- PSY falling from the overbought area can be seen as a sell signal
- Use in combination with price trends
- Pay attention to changes in market sentiment