You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I am trying to create trailing ATR with fixed multiplier using
mult
function but I failed as it throwsAttributeError: '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.
The text was updated successfully, but these errors were encountered: