|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/python-for-algorithmic-trading-and-data-analysis/
课程评论:没有评论
课程名称:Python与加密货币交易:构建8个Python应用(2020) 课程概览:如果你对加密货币感兴趣并希望学习Python,这门课程非常适合你。通过创建8个加密货币应用程序,将你的Python技能提升到一个新水平。课程文档中包含所有应用的源代码。 项目介绍: 1. **CoinMarketCap “克隆”**:该应用获取来自CoinMarketCap的所有数据,并将结果显示在一个漂亮的表格中。 2. **加密货币前100名排名器**:允许过滤CoinMarketCap上所有可用的加密货币,并显示前100名。 3. **写入Excel文件**:使用Python将加密货币信息存储在Excel工作簿中。 4. **投资组合计算器**:此程序帮助跟踪你的加密货币利润,计算每种加密货币的利润、整个投资组合的利润等。 5. **加密货币价格提醒**:你可以设置一个上限和下限价格,电脑会告诉你例如:“比特币价格为8000”或“比特币价格跌至6000”,还可以在后台运行此程序。 6. **加密货币数据分析器**:创建你自己的加密货币排名算法。可以根据个人偏好对加密货币进行排名,并以排序结果显示。例如,可以考虑最近2分钟、1天、1周、1个月及1年的变化,或根据交易量、订单数量、移动平均线等多个参数排名。CoinMarketCap和Binance提供了多种实时加密货币数据的API。 7. **泵与dump交易机器人**:逐步构建一个简单的泵与dump交易机器人,专为Binance交易所设计。仅用于学习目的,请勿用真实货币进行交易。 8. **Binance热键程序**:一键交易加密货币。该程序的代码约有300行,因此我们将仅解释其工作原理。请勿用真实货币进行交易,旨在教育用途。 这门课程将通过实战项目帮助你在加密货币和Python编程方面获得深入了解。
If you are interested in cryptocurrency and you want to learn python, this course is perfect for you. Take your Python skills to the next level by creating 8 cryptocurrency applications.Source code for all applications is included in course documentation.Project 1: CoinMarketCap 'Clone'This application will get all the data from CoinMarketCap and display the result in a PrettyTable.Project 2: Cryptocurrency Top 100 RankerAllows you to filter all the cryptocurrencies available on CoinMarketCap and it will display the top 100.Project 3: Write Data to Excel FileStore cryptocurrency information inside of excel workbooks using Python. Project 4: Portfolio CalculatorThis program will help you keep track on you cryptocurrency profit. It calculates profit for each cryptocurrency, profit for total portfolio and others.Project 5: Cryptocurrency Price AlertYou can set a price above and a price below and the computer will speak to you for exemple: "Bitcoin price is 8000" or "Bitcoin price dropped 6000", also you can run this program in the background.Project 6: Cryptocurrency Data Analyzer Create your own cryptoccurency ranking algorithm. You can rank cryptoccurency based on your preferences and view the results in a sorted order. For exemple you can take into consideration the change in the last 2 min, last day, week, month and even year. Or based on volume, number of orders, moving averages and many other parameters. There are dozens of APIs with real time cryptoccurency data available on CoinMarketCap and Binance.For Projects 7, 8 You Will Need to Have an Binance Account and Python 2.Project 7: Pump & Dump Trading BotWe are going to build step by step an simple Pump & Dump Trading Bot for Binance exchange. Do not use it with real money, only for educational purposes.Project 8: Binance HotKeys ProgramTrade cryptocurrencies at the press of a button. This program is available in the documentation of this course and it has about 300 rows of code that's why we are not going to write it and I am only going to explain you how it works. Do not use it with real money, only for educational purposes.