Skip to content

Commit ea9d15c

Browse files
committed
Add new alpha
1 parent 9336daf commit ea9d15c

3 files changed

Lines changed: 22 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: help install lint clean test
22

33
# You can specify exact version of python3 or venv name as environment variable
4-
PYTHON_VERSION?=python3.10
4+
PYTHON_VERSION?=python3.11
55
VENV_NAME?=venv
66

77
SRC_DIR=brain

brain/alphas/alpha_15.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Code
2+
code = """
3+
-ts_zscore(fn_liab_fair_val_l2_a, 120)
4+
"""
5+
6+
# Simulation Settings
7+
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
langchain[google-genai,openai]
22
langgraph
3+
langmem
34
pandas
45
python-dotenv
56
requests

0 commit comments

Comments
 (0)