New AlgoBullsEngineVersion 3.3.0 is Available!

Hello All !
The new AlgoBullsEngineVersion 3.3.0 is here ! You can now use the latest codebase by adding the version 3.3.0 to your strategies as follows:

@staticmethod
def versions_supported():
return AlgoBullsEngineVersion.VERSION_3_3_0

As shown above, just change the versions_supported() method to point to the new version, and you are done.

Kindly do note that we will phasing out support for Version 3.2.0 by the end of this month,
i.e. 31-MAR-2021.

After 31-MAR-2021, Version 3.2.0 will no longer be available.

Cheers!
` aki