Skip to content

Commit 4e981c7

Browse files
committed
updated docs
1 parent 20a9d15 commit 4e981c7

File tree

6 files changed

+12
-4
lines changed

6 files changed

+12
-4
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release Notes
22
=============
33

4+
*February 26, 2017*
5+
6+
1.5.6
7+
-----------
8+
- Added 2 Indicators: PVT (Price Volume Trend) and Z-Score
9+
- Fixed resample bug when using local timezones (merge pull request #55)
10+
411
*February 6, 2017*
512

613
1.5.59

CONTRIBUTORS.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33

44
Ran Aroussi, Creator <https://github.com/ranaroussi>
55
jkleint, Contributor <https://github.com/jkleint>
6-
Randy Terbush, Contributor <https://github.com/rterbush>
6+
Randy Terbush, Contributor <https://github.com/rterbush>
7+
Miguel Ángel Vilariño, Contributor <https://github.com/miguelvm>

docs/build/epub/QTPyLib.epub

-1.44 KB
Binary file not shown.

docs/build/html.zip

-2.01 KB
Binary file not shown.

docs/source/api_broker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ are available from within your strategy via
88

99

1010
.. autoclass:: qtpylib.broker.Broker
11-
:members: run
11+
:members:
1212
:member-order: bysource
1313

docs/source/indicators.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ Typical Price
184184
...
185185
186186
187-
PVT (Price Volume Trend)
188-
------------------------
187+
Price Volume Trend
188+
------------------
189189

190190
.. code:: python
191191

0 commit comments

Comments
 (0)