인프런 영문 브랜드 로고
인프런 영문 브랜드 로고
BEST
Security & Network

/

Blockchain

Trading automation bot (chatbot) implemented in Python

In this lesson, we will create a program that creates a logic that can generate profits, buys and sells Bitcoin through an exchange according to that logic, and receives the results of the transaction via Telegram.

(4.5) 22 reviews

242 students

Python
Chatbot
Thumbnail

This course is prepared for Basic Learners.

What you will learn!

  • Implementing a Bitcoin Trading Bot

  • Developing a trading strategy that is free from emotions

  • Gopax Exchange Registration and Authentication

  • Interpreting candlestick charts and using moving averages

  • Implementing automated trading logic using Python

  • Integration of trade notifications via Telegram

  • Trading strategy using RSI indicator

  • Backtesting using historical data

Let's create a bot that automatically trades with Python!

The first half of 2018 was a huge downtrend for most coins, including Bitcoin. If you had held onto your coins at that time, you would have lost more than 90%. The most important thing in investing is to sell at the right time to make a profit. People have a hard time buying and selling at the right time because of their emotions, but programs have no emotions, so they can buy and sell at a set time .

bitcoin_img3

In this lecture, we will create a program that creates a profit-generating logic, buys and sells Bitcoin through an exchange according to that logic, and receives the results of the transaction via Telegram. We will also create a backtesting logic that reverts to a past point in time to verify that the logic we created is actually a profitable logic.


Learn things like this 📖

Gopax Signup, API
Issuance, familiar with basic rules

Developing a trading strategy

Writing trading logic

In the telegram bot
Send results

📢 Please check before taking the class!

  • OS - Window, Mac, Linux
  • IDE used during lecture - Pycharm
  • Language - Pythoon3.x
  • Required libraries (must be installed using pip3)
    • pip install requests
    • pip install python-telegram-bot
    • pip install talib
    • pip install numpy

Introducing the knowledge sharer 🖋️

Lee Kun-hee
I am a developer who develops without any distinction as long as it is necessary. I created a back office while developing at Dow Technology, and now I created a company called InvestCrypto and am developing/operating it with good people.

Recommended for
these people!

Who is this course right for?

  • Anyone interested in cryptocurrency trading

  • Anyone who wants to build an automated trading system

  • Beginners who want to learn Python programming

  • Anyone who wants to implement a real trading strategy

  • For those who want to learn how to use the exchange API

  • Anyone who wants to build a real-time transaction notification system

Hello
This is

242

Students

22

Reviews

23

Answers

4.5

Rating

1

Course

Curriculum

All

18 lectures ∙ (1hr 49min)

Published: 
Last updated: 

Reviews

Not enough reviews.
Become the author of a review that helps everyone!