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.
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
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 .
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.
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!
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.
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