Last active
September 8, 2023 06:06
-
-
Save chandinijain/c061addf86d7a391be9709d62a68b622 to your computer and use it in GitHub Desktop.
Revisions
-
chandinijain revised this gist
Jun 18, 2018 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,8 @@ "cell_type": "markdown", "metadata": {}, "source": [ "This work derives from the works of [Quantopian Lecture Series](https://www.quantopian.com/lectures/). \n", "\n", "## Moving Average Crossover\n", "\n", "A very common way to obtain a momentum signal is to look for moving average crossovers. This means computing two moving averages of different lengths, and waiting for one to cross the other. The direction of the cross will indicate the direction of the momentum.\n", -
chandinijain created this gist
Sep 4, 2017 .There are no files selected for viewing