aboutsummaryrefslogtreecommitdiff
path: root/algo.py
diff options
context:
space:
mode:
Diffstat (limited to 'algo.py')
-rw-r--r--algo.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/algo.py b/algo.py
index 148d262..0b0b75a 100644
--- a/algo.py
+++ b/algo.py
@@ -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
# """