mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 01:21:18 +08:00
DOC: Docstring updates.
This commit is contained in:
@@ -712,16 +712,16 @@ class MovingAverageConvergenceDivergenceSignal(CustomFactor):
|
||||
|
||||
Parameters
|
||||
----------
|
||||
fast_period : int > 0
|
||||
fast_period : int > 0, optional
|
||||
The window length for the "fast" EWMA. Default is 12.
|
||||
slow_period : int > 0, > fast_period
|
||||
slow_period : int > 0, > fast_period, optional
|
||||
The window length for the "slow" EWMA. Default is 26.
|
||||
signal_period' : int > 0, < fast_period
|
||||
signal_period' : int > 0, < fast_period, optional
|
||||
The window length for the signal line. Default is 9.
|
||||
|
||||
Notes
|
||||
-----
|
||||
Unlike most Factors, MovingAverageConvergenceDivergence does not accept a
|
||||
Unlike most pipeline expressions, this factor does not accept a
|
||||
``window_length`` parameter. ``window_length`` is inferred from
|
||||
``slow_period`` and ``signal_period``.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user