mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-08-18 12:20:24 +08:00
Imlementation of the 'Even better sine wave' indicator by Ehler's. Creating a new category of cycle based indicators. This shall be further populated with cycle measurement techniques or indicators that use these approach internal.
3 lines
47 B
Python
3 lines
47 B
Python
# -*- coding: utf-8 -*-
|
|
from .ebsw import ebsw
|