Python Charting Stocks/Forex for Technical Analysis Part 6 - Basic Financial Graph

preview_player
Показать описание
This is the sixth video in the series for stock price analysis and financial charting. The purpose of the videos in this series is to teach you how to program your own charting and analysis of stocks or Forex.

This is beneficial for you if you plan to do any sort of algorithmic, high-frequency, or any sort of automated trading.

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

Enthought Canopy comes with all these modules pre-installed

thomasrones
Автор

The installation part of the modules is the biggest obstacle for me, I don't find any .exe installation format for numpy package for example. And by installing it gives "Value Error: u'path'". According to the internet this is due to missing visual c++ compiler, the 64 bit version. However I cannot find it in internet. I'm thinking about switching to 32 bit Version of Python. Suggestions?

cyberneticalpha
Автор

Hey H. I have tried importing matplotline but gets a mistake.
I have checked the "way" and made sure that it is the correct;
I have also checked your other video on how to download it and it still dosn't work.


the mistake is:
Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    import matplotlib
  File "C:\Python27\lib\site-packages\matplotlib\__init__.py", line 105, in <module>
    import six
ImportError: No module named six

Thanks in advance.

tobiastnnesen