mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-10 11:50:32 +08:00
DOC: Docstring updates.
This commit is contained in:
@@ -712,16 +712,16 @@ class MovingAverageConvergenceDivergenceSignal(CustomFactor):
|
|||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
fast_period : int > 0
|
fast_period : int > 0, optional
|
||||||
The window length for the "fast" EWMA. Default is 12.
|
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.
|
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.
|
The window length for the signal line. Default is 9.
|
||||||
|
|
||||||
Notes
|
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
|
``window_length`` parameter. ``window_length`` is inferred from
|
||||||
``slow_period`` and ``signal_period``.
|
``slow_period`` and ``signal_period``.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user