fix
This commit is contained in:
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='ttools',
|
name='ttools',
|
||||||
version='0.2.3',
|
version='0.2.4',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'vectorbtpro',
|
'vectorbtpro',
|
||||||
|
|||||||
@ -65,4 +65,4 @@ cu_vwap_ind = vbt.IF(
|
|||||||
|
|
||||||
def register_custom_inds():
|
def register_custom_inds():
|
||||||
#vwap_cum = vwap_ind.run(s12_data.high, s12_data.low, s12_data.close, s12_data.volume, anchor="min")
|
#vwap_cum = vwap_ind.run(s12_data.high, s12_data.low, s12_data.close, s12_data.volume, anchor="min")
|
||||||
vbt.IF.register_custom_indicator(cu_vwap_ind, location="ttools")
|
vbt.IF.register_custom_indicator(cu_vwap_ind, location="ttools", if_exists="override")
|
||||||
Reference in New Issue
Block a user