Skip to content

Instantly share code, notes, and snippets.

@chandinijain
Last active September 8, 2023 06:06
Show Gist options
  • Select an option

  • Save chandinijain/c061addf86d7a391be9709d62a68b622 to your computer and use it in GitHub Desktop.

Select an option

Save chandinijain/c061addf86d7a391be9709d62a68b622 to your computer and use it in GitHub Desktop.

Revisions

  1. chandinijain revised this gist Jun 18, 2018. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions Measuring Momentum.ipynb
    Original 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",
  2. chandinijain created this gist Sep 4, 2017.
    424 changes: 424 additions & 0 deletions Measuring Momentum.ipynb
    424 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.