TAEAB / PyTrade

An interface for implementing trading algorithms
0 stars 0 forks source link

Data Tools: `history.json` #7

Closed TAEAB closed 1 year ago

TAEAB commented 1 year ago

Description

All data files have dedicated files of accessors and editors except for history.json, which is accessed from the tradingAlgorithm.py file.

Recomendation

Develop a file, historyTools.py, to contain accessors and editors for the file.

TAEAB commented 1 year ago

Added functions