Python: Programming The Aroon Indicator - Mathematics and stock indicators 17

preview_player
Показать описание
This video shows you how to program the Aroon indicator into Python.

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.

Required files:

Рекомендации по теме
Комментарии
Автор

Need more people so spread this video more

justinlamb
Автор

why aren't we subtracting from time frame?

nishanthmarumaka
Автор

Thanks for the video.
What if there is the two same high prices in the considered price list?

highp = [1, 2, 3, 4, 5, 5, 5, 4]
highp.index(max(highp)) will always give me 4.

minjun
welcome to shbcf.ru