Python math and stocks: How to program the Chande Momentum Oscillator

Channel:
Subscribers:
1,400,000
Published on ● Video Link: https://www.youtube.com/watch?v=IGbwRgo5-1w



Category:
Tutorial
Duration: 8:21
1,854 views
13


This tutorial video covers how to program the Chande Momentum Oscillator (CMO).

The purpose of this series is to teach mathematics within python. To do this, we will be working with a bunch of the more popular stock indicators used with technical analysis.

With most of the indicators, we will first discuss them, their purpose, then teach how to program them into python, then actually display them on a chart.

The basic charting application comes from a previous tutorial series, here: http://www.youtube.com/playlist?list=PLQVvvaa0QuDcR-u9O8LyLR7URiKuW-XZq

Required files:
Sample Code for the actual charting parts: http://sentdex.com/sentiment-analysisbig-data-and-python-tutorials-algorithmic-trading/python-matplotlib-sample-code-charting-stocks-python/
Python: http://python.org
Numpy: http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
Matplotlib: http://matplotlib.org/downloads.html

Percent Change Video:
https://www.youtube.com/watch?v=7fIY_5m1yH0



Sentdex.com
Facebook.com/sentdex
Twitter.com/sentdex




Other Videos By sentdex


2013-12-02Python Finance and Math Tutorials: Graphing the Elder Force Index (EFI) in Matplotlib
2013-12-02Python Finance and Math Tutorials: Programming the Elder Force Index (EFI)
2013-12-02Python Finance and Math Tutorials: Elder Force Index (EFI) Introduction
2013-12-02Python Finance and Math Tutorials: Graphing the Ease of Movement in Matplotlib
2013-12-02Python Finance and Math Tutorials: Programming the Ease of Movement in Python
2013-12-02Python Finance and Math Tutorials: Ease of Movement introduction
2013-12-01How to graph the Commodity Channel Index (CCI) in Matplotlib and Python
2013-12-01How to program the Commodity Channel Index (CCI) in Python
2013-12-01Python math and stocks: Commodity Channel Index
2013-12-01Python: Graphing the Chande Momentum Oscillator in Matplotlib
2013-12-01Python math and stocks: How to program the Chande Momentum Oscillator
2013-12-01Python math and stocks: Chande Momentum Oscillator
2013-11-30Python math and stocks: How to program the Chaikin Volatility for Matplotlib graphing
2013-11-30Python math and stocks: How to program the Chaikin Volatility
2013-11-30Python math and stocks: Chaikin Volatility intro
2013-11-30Python: Percent change calculation how to tutorial
2013-11-29How to modify data granularity in Python for Graphing data in Matplotlib or another application
2013-11-29How to reverse the order of a Python list
2013-11-27Python: How to Graph the Chaikin Money Flow Trading Indicator in Matplotlib
2013-11-27Python: How to Program the Chaikin Money Flow Trading Indicator
2013-11-27Python: Chaikin Money Flow Trading Indicator 1



Tags:
Python (Software)
Computer Programming (Professional Field)
How-to (Media Genre)
tutorial
CMO
chande momentum oscillator
oscillator
indicator
Trading
Robot