TulipCharts / tulipy

[NOT ACTIVELY MAINTAINED] Tulipy - Financial Technical Analysis Indicator Library (Python bindings for Tulip Charts)
https://github.com/TulipCharts/tulipindicators
GNU Lesser General Public License v3.0
330 stars 83 forks source link

gave cinit index instead of name #5

Closed codeplea closed 7 years ago

codeplea commented 7 years ago

This has __cinit__ do its lookup by index instead of name. That way it avoids the binary search over all the indicator names.