From d350dab3c82411810624bf6f15fb4057de6dee02 Mon Sep 17 00:00:00 2001 From: Jacob Peterson Date: Mon, 6 Sep 2021 16:57:19 -0600 Subject: [PATCH] Add TimeSeriesDataStore to README TODO --- LICENSE | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 706b167..38f2335 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) Jacob Peterson 2021 +Copyright (c) Jacob Peterson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 4b230d0..e590faa 100644 --- a/README.md +++ b/README.md @@ -320,3 +320,4 @@ Contributions are welcome! - Level 2 Feed - Unit testing - Use [TA4j](https://github.com/ta4j/ta4j) `Num` interface instead of `Double` for number variables so that users can use either `Double` or `BigDecimal` for performance or precision in price data. +- Add [TimeSeriesDataStore](https://github.com/Petersoj/TimeSeriesDataStore)