-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Some calculations can be optimized into fewer instructions and the several for loops could definitely be optimized to return values faster.
Right now this isn't a big deal since we are only utilizing a few indicators, but once my algorithms start to incorporate several other indicators, the overhead will be quite significant.