bta-lib
bta-lib copied to clipboard
Not able to multiply scalar value with bta-lib object
I am trying to create trailing ATR with fixed multiplier using mult
function but I failed as it throws AttributeError: 'float' object has no attribute 'index'
and that makes sense.
My Question is how to do that? Should I need to add index and perform or is there a simple way to do that.
Looking for a direction.