Variables for getting started with Python
Catalog One 、 Use of variables Two 、 The type of variable 3、 ... and 、 Variab
Cyclic code, convolutional code and their Python implementation
Abstract : This paper introduces two coding methods, cyclic code and convolution
Python standard library OS learning and use record
Python Standard library os Usage record Today I see a piece of code :video_name
Python calls the simple path cloud interface
import requests import json def jdy(dataid): url = https://api.jiandaoyun.com/ap
Python code checking tool + encapsulated in pychar extension tool
Flake8( Static code detection tool ) Its the encapsulation of the following thre
Python magic method
A Guide to Pythons Magic MethodsRafe KettlerCopyright 2012 Rafe KettlerVersion 1
Create and manage Python virtual environments (ubuntu18.04)
Different applications often use different versions of modules and packages . In
Diango prompt exception in thread Django main thread:xxx
Projects that were previously in normal operation , Suddenly reported a mistake
Implementing DFS and BFS collation in Python
BFS Is breadth traversal , That is, the search is expanded layer by layer , Firs
70 super hot Python projects recommended for hand training
I believe I am learning Python You must be worried about not having a hand train
6. Python quantitative trading - single average strategy upgrade 1:t+0 limit
Catalog Preface T+0 Limit implementation ideas One 、 Adjust the proportion of
6、Python量化交易-單均線策略升級1:T+0限制
目錄前言T+0限制實現思路一、調整買賣比例並統計pnl1 - 在main中添加統計pnl2 - 調整買入比例0.98,賣出比例1.023 - 獲取pnl值二、策
7、Python量化交易-單均線策略升級2:均線累積計算
目錄前言累積計算實現思路一、修改ma20為list二、策略升級三、柱狀圖與k線圖四、完整源碼前言上一篇,我們已經對回歸策略添加了T+0的限制,接下來我們來增加均