# Weekly & Daily Stochastic Signal Indicator User Guide
## Overview
This indicator combines the Stochastic oscillator on weekly and daily timeframes to generate strong trading signals. It aims to create more reliable signals by tracking momentum changes across different timeframes.
## Parameters
- **ShortPeriod (14)**: Daily Stochastic period
- **ShortPeriodSMA (3)**: Daily Stochastic SMA period
- **LongPeriod (70)**: Weekly Stochastic period
- **LongPeriodSMA (3)**: Weekly Stochastic SMA period
## Visual Elements
The indicator window displays the following elements:
1. **Level Lines**:
- Red line: 80 level
- Green line: 20 level
- Orange dotted line: 50 level
2. **Stochastic Lines**:
- Blue line: Weekly Stochastic
- Magenta line: Daily Stochastic
3. **Signal Arrows**:
- Green arrow: Buy signal
- Gray arrow: Neutral signal
- Red arrow: Sell signal
## Signal System
The indicator generates three different signals:
1. **Buy Signal (Green Arrow)**:
- When Weekly Stochastic crosses above 80 level
- Indicates the beginning of a strong uptrend
2. **Neutral Signal (Gray Arrow)**:
- When Weekly Stochastic crosses below 50 level
- Indicates trend change or consolidation period
3. **Sell Signal (Red Arrow)**:
- When Weekly Stochastic crosses below 20 level
- Indicates the beginning of a strong downtrend
## Trading Strategies
### 1. Trend Following
- Open long positions when green arrow appears
- Open short positions when red arrow appears
- Close existing positions when gray arrow appears
### 2. Momentum Confirmation
- Prefer situations where daily and weekly Stochastic move in the same direction
- More reliable signals are obtained when both timeframes show consistent signals
### 3. Risk Management
- Set stop-loss levels for each signal
- Adjust position size according to risk management rules
## Important Notes
- The indicator provides more effective results when used with other technical analysis tools
- May generate false signals during high volatility periods
- Always apply risk management rules
- Consider price action and volume data to confirm signals
This indicator is specifically designed for medium and long-term trading. It may generate more false signals in short-term trading.