Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2019 03:22:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 238572] [NEW PORT] finance/py-backtrader: Python Backtesting library for trading strategies
Message-ID:  <bug-238572-21822-togW9dfE0L@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238572-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238572-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238572

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|Open                        |Closed
           Keywords|needs-qa                    |

--- Comment #4 from Kubilay Kocak <koobs@FreeBSD.org> ---
Committed with changes:

- Rename MPL OPTION to PLOTTING (match setup.py:extras_require key name)
- Add TEST_DEPENDS/test target when one is available


I also recommend the following:

- Ask upstream to distribute source distribution to PyPI.
- Consider adding all optional features (OPTIONS) to OPTIONS_DEFAULT) for
package users.
- Add option for additional optional features (including any min versions):

  * Interactive Brokers (needs IbPy and benefits greatly from an installed
pytz)
  * Visual Chart (needs a fork of comtypes until a pull request is integrat=
ed
in the release and benefits from pytz)
  * Oanda (needs oandapy) (REST API Only - v20 did not support streaming wh=
en
implemented)
  * TA-Lib indicator support (needs python ta-lib / check the docs)

Upstream should add the above optional features to setup.py:extras_require =
as
plotting is.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238572-21822-togW9dfE0L>