Reverted strategy to random buy/sell

This commit is contained in:
Michael Halls-Moore
2015-02-03 15:22:03 +00:00
parent b0b19d603d
commit 30dbcc7bfa
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ if __name__ == "__main__":
# Create the portfolio object that will be used to
# compare the OANDA positions with the local, to
# ensure backtesting integrity.
portfolio = Portfolio(prices, events, equity=98505.02)
portfolio = Portfolio(prices, events, equity=98499.05)
# Create the execution handler making sure to
# provide authentication commands