|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/cryptocurrency-investing-with-python-earn-passive-income/
课程评论:没有评论
课程名称:使用 Python 投资加密货币以获取被动收入! 课程概述:本课程共分为八个主要部分,涵盖了 Python 基础知识、数据分析、交易策略、算法交易、交易机器人构建、多进程处理、以及如何在云服务器上运行交易机器人,实现持续的被动收入。 1. **Python 基础知识**:针对 Python 完全初学者,内容包括:安装 Python 和 IDE 设置、打印函数和格式化字符串、变量及基本数据类型、Python 操作符、函数、全局和局部变量、列表和字典操作、条件语句、循环、类和对象等。 2. **使用 Pandas 库进行数据分析**:Pandas 是一个用于数据分析的 Python 库,本部分将讨论如何进行外汇的基本计算,内容包括 Pandas 系列和数据框的使用、按条件选择特定行和列、在数据框中迭代列等。 3. **构建交易策略计划**:设计交易机器人的蓝图,使用伪代码建立基本结构。 4. **Python 算法交易 - Binance**:连接 Binance Spot Testnet 账号,通过 Python 创建交易机器人的功能(下单、计算利润、价格偏差等),并将当前仓位添加到 Pandas 数据框中。 5. **构建交易机器人**:将所有功能结合在一起,组装交易机器人。 6. **多进程处理**:升级交易机器人,使用类和线程来实现能够同时交易多个币对的功能。 7. **创建 Digital Ocean 服务器并在其上运行交易机器人**:将交易机器人上传到服务器,确保其能持续运行并生成被动收入。 本课程非常适合希望学习如何使用 Python 进行加密货币投资的人士。通过本课程,您将能够开发自己的交易机器人,并在自动化交易中实现经济收益。
There are 8 main sections in this courseBasics of PythonData Analysis with Pandas Library in PythonBuilding the Strategy PlanAlgorithmic Trading with Python-BinanceBuilding the Trading BotMultiprocessing ( Trading Multiple Coin Pairs Simultaneously )Creating a Digital Ocean Server and Running bot in that Server Basics of Python -This section is for absolute beginners in python. We are discussing about following topics.Installing Python and Setting up IDEPrint Function and F StringsVariables and Basic Data Types in PythonOperators in PythonPython FunctionsGlobal and Local Variables in PythonWorking with ListsWorking with DictionariesIf Else Statements in PythonWhile Loops, Break and Continue StatementsFor LoopsClasses and Objects in PythonData Analysis with Pandas Library in PythonPandas is a Python library created for data analysis. We are using this library to do essential forex calculations.We are discussing about,Pandas SeriesPandas Data FramesSelecting Specific Rows and Columns in a DataframeSelecting Rows in a Data Frame by ConditionsIterating Colums in a DataframeBuilding the Strategy PlanIn this section, we will be designing blue print of our trading bot. We are building the basic structure with psudo-codes.Algorithmic Trading with Python-BinanceConnecting Binance Spot Testnet Account with PythonWe are creating functions of our trading bot(Functions for Placing Orders, Calculate the Profit, Calculate the Deviation of the Price etc )Adding Current Positions into Pandas Data FramesBuilding the Trading BotWe are putting all the functions together and assembling the botMultiprocessingWe are Upgrading our Bot with Classes and Threading. After that He Can Trade Multiple Coins at the Same Time.Creating a Digital Ocean Server and Running bot in that Server We are uploading our bot to a server. it will run continuously in the Server and generate a passive income.