diff options
author | sotech117 <michael_foiani@brown.edu> | 2025-07-31 17:27:24 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2025-07-31 17:27:24 -0400 |
commit | 5bf22fc7e3c392c8bd44315ca2d06d7dca7d084e (patch) | |
tree | 8dacb0f195df1c0788d36dd0064f6bbaa3143ede /algo.py | |
parent | b832d364da8c2efe09e3f75828caf73c50d01ce3 (diff) |
add code for analysis of data
Diffstat (limited to 'algo.py')
-rw-r--r-- | algo.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ class Algo(ABC): def graph_data(self): pass + @property + def params(self): + pass + # """ # Function that takes in data and returns a buy, sell, or hold singal per interval # """ |