|
1 |
| - |
2 | 1 | backtrader
|
3 | 2 | ==========
|
4 | 3 |
|
@@ -32,8 +31,8 @@ backtrader
|
32 | 31 |
|
33 | 32 | **Tickets**
|
34 | 33 |
|
35 |
| - If it's **NOT an issue** (i.e.: bug), don't post it as an issue. It will be |
36 |
| - automatically closed. |
| 34 | + The ticket system is (was, actually) more often than not abused to ask for |
| 35 | + advice about samples. |
37 | 36 |
|
38 | 37 | For **feedback/questions/...** use the `Community <https://community.backtrader.com>`_
|
39 | 38 |
|
@@ -119,16 +118,11 @@ List of built-in Indicators (122)
|
119 | 118 | Python 2/3 Support
|
120 | 119 | ==================
|
121 | 120 |
|
122 |
| - - Python ``2.7`` |
123 |
| - - Python ``3.2`` / ``3.3``/ ``3.4`` / ``3.5`` / ``3.6`` / ``3.7`` |
| 121 | + - Python >= ``3.2`` |
124 | 122 |
|
125 | 123 | - It also works with ``pypy`` and ``pypy3`` (no plotting - ``matplotlib`` is
|
126 | 124 | not supported under *pypy*)
|
127 | 125 |
|
128 |
| -Compatibility is tested during development with ``2.7`` and ``3.5`` |
129 |
| - |
130 |
| -The other versions are tested automatically with *Travis*. |
131 |
| - |
132 | 126 | Installation
|
133 | 127 | ============
|
134 | 128 |
|
@@ -174,39 +168,3 @@ X.Y.Z.I
|
174 | 168 | - Z: Revision version number. To be changed for documentation updates, small
|
175 | 169 | changes, small bug fixes
|
176 | 170 | - I: Number of Indicators already built into the platform
|
177 |
| - |
178 |
| -Alternatives |
179 |
| -============ |
180 |
| - |
181 |
| -If after seeing the docs and some samples (see the blog also) you feel this is |
182 |
| -not your cup of tea, you can always have a look at similar Python platforms: |
183 |
| - |
184 |
| - - `PyAlgoTrade <https://github.com/gbeced/pyalgotrade>`_ |
185 |
| - - `Zipline <https://github.com/quantopian/zipline>`_ |
186 |
| - - `Ultra-Finance <https://code.google.com/p/ultra-finance/>`_ |
187 |
| - - `ProfitPy <https://code.google.com/p/profitpy/>`_ |
188 |
| - - `pybacktest <https://github.com/ematvey/pybacktest>`_ |
189 |
| - - `prophet <https://github.com/Emsu/prophet>`_ |
190 |
| - - `quant <https://github.com/maihde/quant>`_ |
191 |
| - - `AlephNull <https://github.com/CarterBain/AlephNull>`_ |
192 |
| - - `Trading with Python <http://www.tradingwithpython.com/>`_ |
193 |
| - - `visualize-wealth <https://github.com/benjaminmgross/visualize-wealth>`_ |
194 |
| - - `tia: Toolkit for integration and analysis |
195 |
| - <https://github.com/bpsmith/tia>`_ |
196 |
| - - `QuantSoftware Toolkit |
197 |
| - <http://wiki.quantsoftware.org/index.php?title=QuantSoftware_ToolKit>`_ |
198 |
| - - `Pinkfish <http://fja05680.github.io/pinkfish/>`_ |
199 |
| - - `bt <http://pmorissette.github.io/bt/index.html>`_ |
200 |
| - |
201 |
| - ``bt`` slightly pre-dates ``backtrader`` and has a completely different |
202 |
| - approach but it is funny *bt* was also chosen as the abbreviation for |
203 |
| - ``backtrader`` during imports and that some of the methods have the same |
204 |
| - naming (obvious naming anyhow): ``run``, ``plot`` ... |
205 |
| - |
206 |
| - - `PyThalesians <https://github.com/thalesians/pythalesians>`_ |
207 |
| - |
208 |
| - - `QSTrader <https://github.com/mhallsmoore/qstrader/>`_ |
209 |
| - - `QSForex <https://github.com/mhallsmoore/qsforex>`_ |
210 |
| - - `pysystemtrade <https://github.com/robcarver17/pysystemtrade>`_ |
211 |
| - - `QTPyLib <https://github.com/ranaroussi/qtpylib>`_ |
212 |
| - - `RQalpha <https://github.com/ricequant/rqalpha>`_ |
0 commit comments