We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9336daf commit ea9d15cCopy full SHA for ea9d15c
3 files changed
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: help install lint clean test
2
3
# You can specify exact version of python3 or venv name as environment variable
4
-PYTHON_VERSION?=python3.10
+PYTHON_VERSION?=python3.11
5
VENV_NAME?=venv
6
7
SRC_DIR=brain
brain/alphas/alpha_15.py
@@ -0,0 +1,20 @@
+# Code
+code = """
+-ts_zscore(fn_liab_fair_val_l2_a, 120)
+"""
+
+# Simulation Settings
+config = {
8
+ "region": "USA",
9
+ "universe": "TOP3000",
10
+ "decay": 0,
11
+ "delay": 1,
12
+ "truncation": 0.01,
13
+ "neutralization": "SUBINDUSTRY",
14
+ "pasteurization": "ON",
15
+ "nan_handling": "OFF",
16
+ "unit_handling": "VERIFY",
17
+}
18
19
+# Score
20
+# TBA
requirements.txt
@@ -1,5 +1,6 @@
langchain[google-genai,openai]
langgraph
+langmem
pandas
python-dotenv
requests
0 commit comments