강의

멘토링

로드맵

Inflearn brand logo image

Reviews 3

Average rating 5.0

Completed 15% of course

This is a lecture I found while looking for a Bitcoin automatic trading lecture. While other lectures focus on explaining theories, this lecture has the unique feature of providing a program that operates like an actual trading bot. If I study the trading technique a little, I might see results. The Bollinger Band trading technique you added additionally feels a little frustrating because trading doesn't happen often. Is there a way to shorten the trading time a little? I think this program could be applied to stocks. It seems that not developing a separate user screen has the advantage of saving time, but on the other hand, it feels a little frustrating. Anyway, it was an interesting lecture.

multicoreit님의 프로필 이미지
multicoreit
Instructor

Hello, Baguette. Thank you for taking the course and giving me good opinions. First, I will talk about the Bollinger Band trading technique. The Bollinger Band technique is inherently not traded frequently. It is not common for the asset price to fall below the band, and in the code, it is purchased when the current price falls below the band at a timing when the 120-minute weighted moving average is greater than the 240-minute weighted moving average. This happens even less often. The core of the Bollinger Band trading technique is to purchase at an accurate timing rather than frequent trading. However, if you lower the stop loss and take profit ratio a little, you may be able to reduce the trading time a little. Next, you gave me an opinion about the UI, and I also thought about this when I first created the course. Although it is convenient to have a UI, it takes a lot of time and effort for those who are not familiar with Python UI to learn it. So I thought about focusing on the algorithm rather than the UI. I am thinking of adding full-scale UI development in the next course. Providing a UI means that you have to provide many functions that users can conveniently use, such as data collection, backtesting, various algorithm option management, and coin selection through the UI. Therefore, I think you should create a lecture for intermediate and advanced users, not beginners. Thank you again for your good opinion, Baguette. I will always try to develop the lecture into one that is helpful to students.

Bitcoin Algorithm Trading Bot Development thumbnail
multicoreit

·

19 lectures

·

393 students

Bitcoin Algorithm Trading Bot Development thumbnail
multicoreit

·

19 lectures

·

393 students