diff --git a/case_studies/traditional_value/traditional_value_algorithm.py b/case_studies/traditional_value/traditional_value_algorithm.py index e8fba02d..2fe54a99 100644 --- a/case_studies/traditional_value/traditional_value_algorithm.py +++ b/case_studies/traditional_value/traditional_value_algorithm.py @@ -8,7 +8,7 @@ https://www.math.nyu.edu/faculty/avellane/Lo13030.pdf -Please direct any questions, feedback, or corrections to delaney@quantopian.com +Please direct any questions, feedback, or corrections to help@quantopian.com The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a @@ -337,4 +337,4 @@ def filter_universe(): screen = high_volume_tradable - return screen \ No newline at end of file + return screen