Added some more unit tests for Portfolio and Position. Added a README and a requirements file now that qsforex is open-source under an MIT license.

This commit is contained in:
Michael Halls-Moore
2015-03-17 07:48:37 +00:00
parent 6c77cc1deb
commit d9a7444fc2
8 changed files with 189 additions and 39 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ if __name__ == "__main__":
heartbeat = 0.5 # Half a second between polling
events = Queue.Queue()
equity = Decimal("99999.65")
equity = Decimal("99949.82")
# Trade "Cable"
instrument = "GBP_USD"