issues
search
swsnu
/
swpp2020-team4
0
stars
2
forks
source link
[WIP] Make Backtesting process defensive
#90
Closed
hwarim-hyun
closed
3 years ago
hwarim-hyun
commented
3 years ago
Major changes
dataset seeder now gets a starting date and ending date as a input, and returns a partial database corresponding to that range of dates.
Sandbox class is now unaware of how backtest runs
Refactored Stock, StockCoin, Wallet in a more defensive manner (private fields, encapsulating dependencies from outside)
Major changes