Small fixes
This commit is contained in:
@ -11,7 +11,7 @@ def setStartTime():
|
||||
startTime = time.time()
|
||||
|
||||
def getPnL(pair):
|
||||
with open("tradingLog.log", "r") as f:
|
||||
with open("./data/tradingLog.log", "r") as f:
|
||||
lines = f.readlines()
|
||||
|
||||
logEntries = []
|
||||
|
||||
Reference in New Issue
Block a user