Closed TAEAB closed 1 year ago
All data files have dedicated files of accessors and editors except for history.json, which is accessed from the tradingAlgorithm.py file.
history.json
tradingAlgorithm.py
Develop a file, historyTools.py, to contain accessors and editors for the file.
historyTools.py
Added functions
logEvents
logEvent
getHistory
resetHistory
Description
All data files have dedicated files of accessors and editors except for
history.json
, which is accessed from thetradingAlgorithm.py
file.Recomendation
Develop a file,
historyTools.py
, to contain accessors and editors for the file.