Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 2847b24

Browse files
Gabriel BecedillasGabriel Becedillas
Gabriel Becedillas
authored and
Gabriel Becedillas
committed
Updated website.
1 parent cbd9b38 commit 2847b24

File tree

5 files changed

+29
-10
lines changed

5 files changed

+29
-10
lines changed

www/PyAlgoTrade.rwsw/Contents.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
gAOAHIAZgA+AEdILDB4fgA6hIIAE2SIjCyQlJicoKSor
2525
LC0uLy0tMldDaGFuZ2VkVUFsaWFzXFB1Ymxpc2hlZFVS
2626
TFROYW1lWklkZW50aWZpZXJUU2x1Z11QdWJsaXNoZWRE
27-
YXRlWVRpbWVTdGFtcAmABYANgACACoAJgACAAIAL0gs0
27+
YXRlWVRpbWVTdGFtcAiABYANgACACoAJgACAAIAL0gs0
2828
NTZSJDCACIAG0jgLOTpXTlMuZGF0YU8RAaAAAAAAAaAA
2929
AgAACE1hYyBPUyBYAAAAAAAAAAAAAAAAAAAAAAAAAMyx
30-
7n1IKwAAAAWiag50dXRvcmlhbC01LnBuZwAAAAAAAAAA
30+
7n1IKwAAABs6Jw50dXRvcmlhbC01LnBuZwAAAAAAAAAA
3131
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
32-
AAAAAAAAAAAABaJxzJfANwAAAAAAAAAA/////wAACSAA
32+
AAAAAAAAAAAAGzqTzJfANwAAAAAAAAAA/////wAACSAA
3333
AAAAAAAAAAAAAAAAAAAHc2FtcGxlcwAAEAAIAADMshit
34-
AAAAEQAIAADMl+pnAAAAAQAUAAWiagAFllUABV4uAAT9
34+
AAAAEQAIAADMl+pnAAAAAQAUABs6JwAbOg0ABV4uAAT9
3535
qQACDeMAAgBFTWFjIE9TIFg6VXNlcnM6AGdhYm86AERl
3636
dmVsLW5ldzoAcHlhbGdvdHJhZGU6AHNhbXBsZXM6AHR1
3737
dG9yaWFsLTUucG5nAAAOAB4ADgB0AHUAdABvAHIAaQBh
@@ -43,7 +43,7 @@
4343
TlNPYmplY3TSPD1DRaJEQVdCREFsaWFzV0JEQWxpYXNf
4444
ECRFQTc3MDkwNi05RTUyLTRENkYtQkNCQS1GM0VFRUM4
4545
RkVBNEFedHV0b3JpYWwtNS5wbmfSC0lKS1dOUy50aW1l
46-
gAwjQbYicWcAAADSPD1NTqJOQVZOU0RhdGXSPD1QUqJR
46+
gAwjQbahCJdnUa3SPD1NTqJOQVZOU0RhdGXSPD1QUqJR
4747
QV5SV1NpdGVSZXNvdXJjZV5SV1NpdGVSZXNvdXJjZdI8
4848
PVRVo1VWQVxOU011dGFibGVTZXRVTlNTZXTTDAtYWVtc
4949
V05TLmtleXOhIIAEgBChL4AJ0jw9X2CjYGFBXxATTlNN

www/PyAlgoTrade.rwsw/Pages/1-Home/Data/Contents.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</p>
1717

1818
<p>
19-
The best way to get an idea of what is this about, is to take a look at the <a href="http://gbeced.github.com/pyalgotrade/docs/v0.9/html/tutorial.html">tutorial</a>.
20-
The complete documentation is located <a href="http://gbeced.github.com/pyalgotrade/docs/v0.9/html/index.html">here</a>.
19+
The best way to get an idea of what is this about, is to take a look at the <a href="http://gbeced.github.com/pyalgotrade/docs/v0.10/html/tutorial.html">tutorial</a>.
20+
The complete documentation is located <a href="http://gbeced.github.com/pyalgotrade/docs/v0.10/html/index.html">here</a>.
2121
</p>
2222

2323
<br />

www/PyAlgoTrade.rwsw/Pages/1-Home/PageAttributes/Contents.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<key>Dictionary</key>
99
<dict>
1010
<key>Changed</key>
11-
<true/>
11+
<false/>
1212
<key>ColourStyles</key>
1313
<dict>
1414
<key>Alpha</key>
Binary file not shown.

www/PyAlgoTrade.rwsw/Pages/2-Downloads/Data/Contents.html

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,30 @@
1-
<h2>Current version: 0.9 (1/Sep/2012)</h2>
1+
<h2>Current version: 0.10 (11/Jan/2013)</h2>
2+
Download here: <a href="http://sourceforge.net/projects/pyalgotrade/files/0.10/PyAlgoTrade-0.10.tar.gz/download">PyAlgoTrade-0.10.tar.gz</a>
3+
<ul>
4+
<li>Sharpe Ratio analysis (pyalgotrade.stratanalyzer.sharpe.SharpeRatio).</li>
5+
<li>Max. drawdown and max. drawdown duration analysis (pyalgotrade.stratanalyzer.drawdown.DrawDown). Thanks Sedov Anton for reporting a bug in the early implementation.</li>
6+
<li>Returns analysis (pyalgotrade.stratanalyzer.returns.Returns).</li>
7+
<li>Trades analysis (pyalgotrade.stratanalyzer.trades.Trades).</li>
8+
<li>Support for bar timezones (pyalgotrade.marketsession).</li>
9+
<li>Support for sequence like operations in dataseries (__getitem__ and __len__. getValue and getValueAbsolute will soon get deprecated).</li>
10+
<li>Support for mapping like operations in bar feeds (__getitem__ and __contains__).</li>
11+
<li>Support for mapping like operations in bar.Bars (__getitem__ and __contains__).</li>
12+
<li>Google App Engine: Added support for re-executing strategies.</li>
13+
<li>broker.backtesting.Broker.getValue no longer needs the bars as a parameter. It will take those out of the feed.</li>
14+
<li>Bug fix: broker.backtesting.getActiveOrders was not returning all orders during event dispatching.</li>
15+
<li>Bug fix: Fixed returns calculations for short positions. Thanks John Fawcett for explaining this.</li>
16+
<li>Bug fix: Fixed a bug in the Strategy class and the backtesting broker when dealing with multiple instruments. Was not handling absence of bars appropriately. Thanks Fabian Braennstroem for reporting this.</li>
17+
<li>Bug fix: Additional dataseries added to the portfolio subplot were not showing. Thanks Sedov Anton for reporting this.</li>
18+
<li>Bug fix: Additional subplots (those created using getOrCreateSubplot) are now ordered as created. Thanks Sedov Anton for reporting this and suggesting the fix.</li>
19+
</ul>
20+
21+
<h2>Version: 0.9 (1/Sep/2012)</h2>
222
Download here: <a href="https://github.com/downloads/gbeced/pyalgotrade/PyAlgoTrade-0.9.tar.gz">PyAlgoTrade-0.9.tar.gz</a>
323
<ul>
424
<li>Added a method to the strategy class to get notified when an order gets updated (onOrderUpdated). This is only called if the order was placed using the broker interface directly.</li>
525
<li>Bug fix: A KeyError exception was raised in the strategy class when placing orders using the broker interface directly. Thanks 'Femto Trader' for reporting this.</li>
626
</ul>
727

8-
928
<h2>Version 0.8 (28/Aug/2012)</h2>
1029
Download here: <a href="https://github.com/downloads/gbeced/pyalgotrade/PyAlgoTrade-0.8.tar.gz">PyAlgoTrade-0.8.tar.gz</a>
1130
<ul>

0 commit comments

Comments
 (0)