fix
This commit is contained in:
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='ttools',
|
||||
version='0.2.2',
|
||||
version='0.2.3',
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
'vectorbtpro',
|
||||
|
||||
@ -65,4 +65,4 @@ cu_vwap_ind = vbt.IF(
|
||||
|
||||
def register_custom_inds():
|
||||
#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)
|
||||
vbt.IF.register_custom_indicator(cu_vwap_ind, location="ttools")
|
||||
Reference in New Issue
Block a user