Skip to content

Releases: germangar/algorizer

Algorizer 0.1.1 - Bugfixes

30 Jan 20:52
48e5c51

Choose a tag to compare

Changelog for 0.1.1:

  • Fix: Add missing backtrace error feedback from asynchronous tasks execution.
  • Fix: broker_event info dictionary had the key "source " with a trailing space. Remove the space. Fortunately the template also has the space in the docstrings, so as long as the users notice them it will be working. But the space shouldn't be there and I'm removing it.
  • Fix: ta.SHIFT would return Nan when running in real time.
  • Add: TEMA, VWMA, ALMA and LSMA to 'ta'

Algorizer 0.1.0

08 Jan 03:41
10261f3

Choose a tag to compare

First release as pip module.

Algorizer is a framework for creating/backtesting and running trading algorythms. It is intended to work in a familiar way for those who have used Tradingview's Pinescript, from writing the scripts to visualizing them in lightweight-charts.