Played with stocks and learned Python

It takes about 2 minutes to read this article.

Investment and financial management is a compulsory course for almost everyone in life. If you do it well, it can bring a lot of income after bedtime. But do not enter the stock market without a wealth of investment knowledge. If you have some spare money, if the money is gone, it will not affect your quality of life. Then you can use the spare money to play stocks. Remember, you can’t use leverage. If you don’t have spare money, just play simulation Stocks.

Many programmers stare at the stock market every day. What they value is not whether the company is a good company or what the financial statements are, but whether the stock has risen or not. Time is wasted, it is not helpful to investment experience and accumulation, and my programming skills are gradually declining with the impetuous mentality. High is not good, and low is not good. It is said that programmers eat youthful meals, and no one uses them when they are old. Up.

Such a mentality, no matter in any industry, is to eat youth. However, people who insist on learning are different. They are pursuing a little progress today than yesterday, so the older they are, the more experience and knowledge they have accumulated, and the greater their value. Today, I will share a great open source project that will help you to trade in stocks while also learning Python. Why not do it.

Since WeChat does not allow external links, please read the original text to access the links in the article.

Project github address:

https://github.com/moyuanz/DevilYuan

It is convenient for you to directly obtain the source code. I have put it on the Baidu network disk, and you can get it by replying to the [quantification system] in the background of the official account.

DevilYuan stock quantification system

Introduction

DevilYuan stock quantification system is written by python, supports python3.4 and above, has the following functions:

Interface after running

Preparation before operation

image.png

Run

Because the program needs to read and write files, please go to the DevilYuan folder to run python DyMainWindow.py with administrator privileges

Steps after running

  1. Configure DevilYuan system
  2. Download historical data
  3. Write a real strategy

Documentation

Video demo

communicate with

QQ group:

(Finish)

Focus on valuable sharing

Welcome to subscribe and forward

Recommended Posts

Played with stocks and learned Python
Getting Started with Python-4: Classes and Objects
Getting started with python-2: functions and dictionaries
Python and Go
How to read and write files with Python
Python introspection and reflection
python requests.get with header
Getting started with Python(18)
Getting started with Python(9)
Play WeChat with Python
Getting started with Python(8)
Getting started with Python(4)
[python] python2 and python3 under ubuntu
Web Scraping with Python
Getting started with Python (2)
Getting started with python-1
Getting started with Python(14)
Getting started with Python(7)
Getting started with Python(17)
Python deconstruction and packaging
Getting started with Python(15)
Getting started with Python(10)
Python3 configuration and entry.md
Getting started with Python(11)
Getting started with Python(6)
Getting started with Python(3)
Getting started with Python(12)
Getting started with Python(5)
Getting started with Python (18+)
Getting started with Python(13)
Getting started with Python(16)
Python introduction and environment installation
Python know crawler and anti crawler
centos7 install python3 and ipython
ubuntu18.04 compile and install python3.8
Centos 6.10 reinstall python and yum
Python open read and write
CentOS7 install python3 and pip3
Python automated operation and maintenance 1
Python data structure and algorithm
Python multi-process and multi-thread basics
CentOS 6.9 compile and install python
CentOS 6 compile and install python 3
Generators and iterators in Python