Python Charting Stocks/Forex for Technical Analysis Part 4 - Automating stock prices

preview_player
Показать описание

This is the fourth video in the series for stock price analysis, showing how to automatically pull stock price data. This is continued in the 5th video. 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.

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

Hi Sentdex, Thanks for sharing such beautiful videos, these are very easy to understand. I was looking for a video on how to plot a Renko Chart using Python with Matplotlib, any directions is highly appreciated.

kiranananthu
Автор

Hi Sentdex, really enjoy your videos! Unfortunately, I keep running into this invalid syntax error on the urltovisit line : File "<ipython-input-16-aa8eac7f2667>", line 11
             ^
SyntaxError: invalid syntax

I have tried everything and I can't seem to get it to work. 

darrinjohnson
Автор

Sentdex,
Super man! Super video!!!
Is it posiable to share the source code of  the series for stock price analysis, so far we only found the video in your site, if you can share them, it's really great for me to learn python easy.

markbobl
Автор

Hi Sentdex, great video series, thank you. I just have one question, what URL do I use if I'm trying to pull Forex, not stock data?

Cluckster
Автор

Hi, Just a small question. At 14:07, you say that python will fail if the file does not exist. But isn't it the case that the open command creates a new file if the file does not exist?

ankitagrawal
Автор

This might be considered an application program interface?

benniedewaal
Автор

love the vids, extremely helpful
you should do a vid series where you clone a shitcoin (altcoin)

horlacsd
Автор

Is it somehow possible to stream live data from MetaTrader4 into a algo?

JuvilleBeats
Автор

is there a newer version of this video?

stewiegriffin
Автор

+sentdex
i recently started learning python and watching your videos they are all awesome thanks for making them. Write now i am trying to do automate technical analysis, but problem is i have received a single CSV file for all stock available in local market. The columns of the file are Symbol and ohlc and volume. How to apply all the stuff on such file. I will highly appreciate your help. thanks. I have googled it but answer are beyond my comprehension as i am a newbee.

alifateh
Автор

Hey Harrison,

Greetings from a fellow Texan!

Iv'e found your channel very helpful in my python learning endeavors. I was trying to replicate this program in python 3.5.1 and have been getting a weird error that I can not figure out. I understand that these videos are a few years old but any help would be greatly appreciated. I'll paste the error below that I need help with.

Traceback (most recent call last):
File "/Users/jeff/Documents/StockPullerTest.py", line 30, in <module>
pullData(stockToPull)
File "/Users/jeff/Documents/StockPullerTest.py", line 10, in pullData
fileLine = stock+ '.txt'
TypeError: can only concatenate tuple (not "str") to tuple
>>>

RobertJones-odhv