| source | 
    The source DataSeries.  For example, pass MACD.Series(Close), or simply drag and drop the Divergence indicator onto a previously plotted MACD. | 
  
  
    | maType | 
    WealthLab.Indicators.MAType enum: (EMALegacy, EMAModern, SMA, VMA, and WMA).  Represents the moving average indicator type to apply to source to create the signal line.   | 
  
  
    | period | 
    The period of the maType. |