Reverted strategy to random buy/sell
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user