MACDCrossOver adds a vertical line to your chart when a MACDCrossOver occurs. When the MACD >= the signal the vertical line is green. When the MACD <= to the signal the vertical line is red. It can run in any time frame.
Following Parameters can be set:
- You can change the tine lengths of the MACD and Smoothing
- You can shift the vertical line to allow you to see the wick of the candles
- You can also change the
- Width of the vertical bar
- The line type (dotted, dash, etc.)
- The color of the uptrend and downtrend vertical lines
- You can leverage a sound to chime when the MACD crosses
- It leverages default windows media, you may need to change to the location on your computer It’s default is no sound
- The sound for up trend has 2 notes, the second higher than the first
- The sound for down trend has 2 notes, the second lower than the first
MACDCrossOver changes
- Serialization Issue with Brushes: brush properties marked with XmlIgnore
- Added capability to switch between MACD and the MACD Zero Lag Colors tag algortihm
- Added Color, Dash style, and width for uptrend and downtrend for Lag Zero
- Added width for uptrend and downtrend for MACD