24-Hour Non-Stop Profit Machine: The Ultimate Guide to Crypto Automated Trading with Vibe Coding

Do you want to generate significant profits even in a bear market? Are you interested in automated trading but haven't been able to start because of coding, trading strategy design, exchange APIs, or server deployment? In this course, we guide even those new to Python to turn trading ideas into concrete strategies using ChatGPT and Codex, and implement them into backtesting and live automated trading code. We will practice Binance Futures automated trading using Python and CCXT, technical indicator strategies, DCA (dollar-cost averaging) backtesting, and Upbit API-based Kimchi Premium strategies. Afterward, we will apply Telegram notifications and order safety features, manage the completed bot with GitHub, and deploy it to a cloud server. Rather than leaving all investment decisions to the LLM, humans will determine the strategies and risk management criteria, while using the LLM as an assistant to help with strategy design, coding, and troubleshooting. After completing the course, you won't just be running the provided code—you will be able to create, verify, modify, and deploy your own unique strategies!

(5.0) 3 reviews

16 learners

Level Beginner

Course period Unlimited

Git
Git
Oracle
Oracle
ccxt
ccxt
codex
codex
AI
AI
Git
Git
Oracle
Oracle
ccxt
ccxt
codex
codex
AI
AI

Reviews from Early Learners

5.0

5.0

rockstar3

61% enrolled

The lecture videos are well-structured and easy to understand. Above all, the lecture materials are organized very thoroughly and systematically, so I think reviewing them using just the materials won't be a problem.

5.0

웰시코디

100% enrolled

Right now, I am making the most of the tokens provided every week through Codex without letting a single one go to waste, creating various strategies and conducting backtests. Currently, just as you advised during the last recap session, I continue testing strategies with Codex whenever I have a break. I believe this is a truly helpful lecture because it allows me to directly implement and verify new indicators and strategies that would have been difficult to encounter on my own.

5.0

키보드만치는중

88% enrolled

After taking the Vibe Coding course starting from CCXT, I am now running two bots on a server that showed decent ROI through backtesting! The pace of the lecture videos is great, and I think it's perfect for those who want to learn efficiently like I do. I knew nothing about automated trading or the crypto field, but the course explained everything from the basics, which took away the pressure. Also, I think it's a very attractive course because you can create endless profitable strategies and continue to implement bots using free servers.

What you will gain after the course

  • Ability to implement automated trading strategies using Vibe Coding

  • Ability to integrate exchanges based on Python and CCXT

  • Data-driven strategy validation skills

  • Experience in creating various automated trading strategies

  • 24-hour automated trading operating environment

  • Ability to utilize Telegram for API notifications and operational monitoring

  • Code management skills using Git and GitHub

  • The ability to expand on new strategies even after the lecture.

Creating a crypto auto-trading bot that makes a profit even in a bear market?!

"If you don't find a way to make money while you sleep, you will work until you die."

— Warren Buffett

Looking at this quote, one thought came to mind.

'What if I could build my own trading bot that generates profits in both directions within a market that fluctuates even while I sleep?' 🤔

That is how this course began.

Instead of a high-risk system that gives all authority to AI and leaves the entire investment to it,
we will implement the trading strategy designed in the lecture into an automated trading system through Vibe Coding to generate profits!!


An automated trading bot that has been in actual operation since the course opened (regular updates planned)

Ripple(XRPUSDT) Short 7x · +77.99%

Doge (DOGEUSDT) Long 5x · +28.81%


In an era where AI handles trading on its own, how can we automate more safely? 🤔

The answer lies in strategies verified through backtesting and Vibe Coding!

This course does not leave all investment decisions to LLMs like ChatGPT and Codex; instead, humans define the trading strategies and risk management criteria, while the LLM is utilized to assist with strategy design, code writing, and error resolution.

In this course, we will implement a Binance futures automated trading system using Python and CCXT. We will practice implementing technical indicator strategies, long/short/bidirectional strategies, martingale backtesting, Upbit API-based Kimchi Premium strategies, and furthermore, implementing trading strategies using LLMs, followed by building and deploying a trading bot.

After adding SNS API notification and order safety verification features, the completed bot will be managed via GitHub and deployed for free on an Ubuntu server in Oracle Cloud.


Aren't we relying too much on LLM..?

In the lecture, the LLM is used as follows.

Human Idea → LLM Strategy Design → Backtesting → Risk Validation → Automated Trading Execution

In other words, the LLM is used as a coding agent, and we are not handing over all our critical authority to the LLM!


Course Features

📌 You can start even if you have never coded before.

We will learn everything necessary for automated trading step-by-step, from installing Python to variables, conditional statements, loops, functions, and pandas. Understanding the basics of Python will allow for smoother communication with the LLM during Vibe Coding.

Furthermore, you can understand the logic process of automated trading by practicing with the CCXT library based on Python.

📌 Experience the process of Vibe Coding, not just copying code.

You will learn how to write strategy requirements and generate, modify, and debug code using ChatGPT and Codex.

📌 We cover everything from backtesting to real-world operation all at once.

You will personally handle everything from strategy design, performance analysis, and live ordering to API notifications via SNS, GitHub management, and cloud server deployment.

📌 LLM is not a trader, but our assistant.

We do not entrust funds to the improvised judgments of the LLM.

We implement the bot using a Human-in-the-Loop approach, where humans control the strategy and risk management standards!

In other words, Artificial Intelligence (AI) is utilized as a coding and strategy agent, but it is not used as an agent for executing trades!

Recommended for these types of people

👨‍💻 I want to create an automated trading bot even if I don't know how to code

Those who have no experience with Python or development but want to create their own coin auto-trading program using AI.

⏰ I don't have time to check charts all day long

Those who find it difficult to constantly monitor the market due to work and daily life, and want to automatically execute a set strategy 24 hours a day.

💡 I have trading ideas, but I don't know how to implement them into code

Those who have entry/exit conditions in mind or are looking for new strategies, but feel overwhelmed by the process of turning them into backtesting and automated trading code.


After completing the course

  • You can retrieve market price, balance, and order information using Python and CCXT.

  • You can design your own trading ideas into specific entry and exit conditions.

  • You can create new automated trading strategies and code using ChatGPT and Codex.

  • You can analyze ROI / cumulative return / win rate / maximum drawdown / Sharpe Ratio / number of trades / fees.

  • You can backtest long / short / bidirectional strategies and expand them into live trading code.

  • You can implement features for order quantity validation, balance checks, duplicate order prevention, stop-loss, take-profit, and error handling.

  • You can receive notifications regarding order executions and errors through the social media platform used in the course.

  • You can manage your automated trading projects using Git and GitHub.

  • You can run your auto-trading bot 24/7 on an Ubuntu server from Oracle Cloud.


Upon completing this course, you will have more than just simple example code;

You will have your own automated trading system that you can directly modify, test, and deploy!!

Find your own strategy while live coding!

Deploying to a server will also be practiced together!

Here is what you will learn.

Implementing Backtesting and Trading Bots with CCXT

Learn how to retrieve coin price, balance, and order data using CCXT.
After backtesting your strategy, expand it into actual long/short automated trading code.

Understanding Low-Risk Kimchi Premium Strategies

Verify the performance of the strategy using over 6 years of exchange rate and Kimchi Premium data.
Implement the Kimchi Premium strategy as a real-world trading bot by integrating the Upbit API.

From creating a free Oracle Cloud server to deployment!

Create an Ubuntu server on Oracle Cloud and set up an automated trading execution environment.
You can run the bot on the server 24 hours a day without having to keep your personal PC turned on.

Connect with Vibe Coding to run automated trading on the server!

We will design strategies, generate code, and resolve errors using ChatGPT and Codex.
The completed code will be managed via GitHub and finally deployed to a cloud server.

The person who created this course

  • Graduated from a Computer Science and Engineering program at a top-tier university (Sogang/Sungkyunkwan/Hanyang level)

  • Enrolled in the Graduate School of Engineering at Seoul National University

  • Time series data analysis / Large Language Model research

  • Performed outsourcing for automated trading program development for about half a year

  • Stock / Crypto data analysis and automated trading algorithm development

Hello. I am Com-gong-ji-gi, currently researching time-series data analysis and large language models at Seoul National University's Graduate School of Engineering.

For about half a year, I have been working as a freelance developer for an outsourcing specialist, Company K, where I have turned clients' trading ideas into functional automated trading programs. In addition to my research on LLMs, I have been consistently analyzing data patterns in the stock and cryptocurrency markets and implementing various trading strategies through backtesting and automated trading algorithms.

I am also participating in the market by automating various trading strategies with the goal of achieving financial freedom. In this process, I have experienced numerous trials and errors, ranging from finding strategy ideas to Python, exchange APIs, backtesting, live trading, and server deployment.

Rather than explaining complex theories at length, this course aims to deliver the process of creating an actual coin automated trading program using Python and Vibe Coding in an easy and systematic way. It is structured with a focus on practice, starting from the basics so that even those new to programming can follow along step-by-step.

Through this course, I hope you gain the ability to not only execute the provided code but also to concretize your own trading ideas into strategies and directly test, modify, and deploy them.

Let's grow together and navigate the constantly changing market with your own system!

Do you have any questions?

Q. Can I take this course even if I don't know anything about coding?

Yes, it is possible. It includes everything from Python installation to basic syntax / pandas / and how to use development tools. By following the Python basics and problem-solving sections, you can proceed with the automated trading practice even without any prior coding experience.

Q. Is it okay if I have no experience with coins or futures trading?

Yes. We explain everything from the differences between spot and futures trading, long/short positions, and technical indicators to how to use Binance. However, since futures trading can lead to significant losses due to leverage, thorough learning and small-scale testing are necessary before real-world application.

Q. Is profit guaranteed if I create an automated trading bot?

No. This course is not an investment lecture that guarantees profits, but a technical lecture on backtesting strategies and implementing them into automated trading systems. Backtesting results do not guarantee future returns, and losses may occur depending on market conditions.

Q. Can I follow along on both Windows and macOS?

Yes. Although the lectures are filmed based on a Windows environment, Python / VS Code / Jupyter Notebook / Git / GitHub can also be used on macOS. There may be some differences in installation screens and commands depending on the operating system.

Q. Are ChatGPT Plus and Codex absolutely necessary?

For smooth Vibe Coding practice, we recommend using ChatGPT Plus and Codex. If you are using other LLMs or coding agents such as Claude or Gemini, you can apply the same strategy design and code generation processes.

Q. Can this be used on exchanges other than Binance?

The main practice sessions will be conducted using Binance Futures and Upbit-based Kimchi Premium strategies. Once you understand the common structure of CCXT and the Vibe Coding method, you can expand it to fit the APIs and ordering methods of other exchanges after the course.


Notes Before Taking the Course

💻 Practice Environment

  • Windows or macOS based PC

  • Stable internet connection (a wired LAN environment is better than Wi-Fi!)

  • Python / Anaconda / Jupyter Notebook / VS Code

  • Git / GitHub account

  • Binance / Upbit account

  • Oracle Cloud Account

  • ChatGPT Plus / Codex subscription required

  • It's okay if you are subscribed to other LLMs! (The coding vibe and process will be similar)

The lectures are recorded based on a Windows environment. It is difficult to complete the entire development and server deployment practice using only a smartphone or tablet.

📁 Learning Materials

  • .ipynb file for automated trading practice (+ Python and CCXT lecture materials)

  • .py code for real-world trading

  • Vibe Coding Prompt .txt file

  • Orientation PDF

  • Backtesting and Live Trading Examples

  • Example environment configuration file

  • GitHub and Server Deployment Practice Materials

All materials are provided via the lecture attachments.

⚠️ Prerequisites and Important Notes

  • ChatGPT Plus subscription required

  • No Python or programming experience required

  • No experience in coins or futures trading required

  • The Python learning / problem-solving section can be taken optionally depending on your experience.

  • Sufficient backtesting and small-scale testing are recommended before actual practice and real investment.

  • Need to consider transaction fees / slippage / market volatility

  • It is recommended not to grant withdrawal permissions to the API Key.

  • Be careful not to upload your API Key and password to GitHub

  • A credit card for identity verification may be required during the Oracle Cloud sign-up process (no charges will be incurred).

  • Cloud costs may be incurred if the free usage limit is exceeded.

Information Notice

  • This lecture is provided based on the instructor's experience and know-how and does not guarantee investment returns.

  • Knowledge related to finance, economy, and investment, as well as cases of automated trading, are shared for educational purposes.

  • This lecture does not provide buy/sell recommendations for individual stocks or investment consultation/advisory services.

  • Please conduct sufficient backtesting and small-scale testing before actual investing, and be sure to consider transaction fees, slippage, leverage, and market volatility.

  • You can check whether the service provider is registered as an investment advisory business or reported as a pseudo-investment advisory business by referring to the service provider information in the product information notice on the financial consumer portal FINE (https://fine.fss.or.kr/).

Recommended for
these people

Who is this course right for?

  • Those who have no coding experience but want to build their own automated trading bot

  • Those who have trading ideas but are unable to implement them into code

  • Those who want to create automated trading systems using LLMs and AI

  • Office workers and investors who find it difficult to check charts all day long

  • Those who want to utilize AI and LLM in investment system development

  • Those who want to experience the entire process from backtesting to live trading

  • Those who want to run a bot on a cloud server rather than a personal PC

  • Those who are interested in Binance Futures trading

Need to know before starting?

  • No prior knowledge is required.

  • The course guides you from the very beginning, covering Python installation, how to use VS Code, Git basics, exchange API integration, utilizing Vibe Coding, and setting up a cloud server.

  • However, if you are familiar with basic computer use or have even a little experience in crypto trading, you will be able to learn much more easily.

Hello
This is comjigi

Career Verified

16

Learners

3

Reviews

5.0

Rating

1

Course

Hello, I am Com-Gong-Ji-Gi, a graduate of Computer Science and Engineering from the Sogang/Sungkyunkwan/Hanyang line who is currently researching time-series data analysis and Large Language Models (LLM) at Seoul National University's Graduate School of Engineering.

In addition to academic research, I am constantly challenging myself in analyzing data patterns in actual stock and coin markets and developing automated trading algorithms. Based on these experiences, I have been automating various practical trading strategies with the goal of becoming part of the FIRE movement!

In my main lectures, rather than focusing on complex theories, I aim to teach you how to directly implement a crypto auto-trading program using Python in an easy and systematic way. The curriculum is practice-oriented so that even those new to programming can follow along step-by-step, with the goal of completing an auto-trading program that can actually operate in the real market.

Through this lecture, I hope you gain the ability to build your own trading system, going beyond simple coding skills.

Let's grow together and conquer the challenging, ever-changing market!

More

Curriculum

All

76 lectures ∙ (24hr 9min)

Course Materials:

Lecture resources
Published: 
Last updated: 

Reviews

All

3 reviews

5.0

3 reviews

  • vibevibelearner님의 프로필 이미지
    vibevibelearner

    Reviews 5

    Average Rating 4.8

    5

    88% enrolled

    After taking the Vibe Coding course starting from CCXT, I am now running two bots on a server that showed decent ROI through backtesting! The pace of the lecture videos is great, and I think it's perfect for those who want to learn efficiently like I do. I knew nothing about automated trading or the crypto field, but the course explained everything from the basics, which took away the pressure. Also, I think it's a very attractive course because you can create endless profitable strategies and continue to implement bots using free servers.

    • umtitite님의 프로필 이미지
      umtitite

      Reviews 5

      Average Rating 5.0

      Edited

      5

      100% enrolled

      Right now, I am making the most of the tokens provided every week through Codex without letting a single one go to waste, creating various strategies and conducting backtests. Currently, just as you advised during the last recap session, I continue testing strategies with Codex whenever I have a break. I believe this is a truly helpful lecture because it allows me to directly implement and verify new indicators and strategies that would have been difficult to encounter on my own.

      • rockstart33님의 프로필 이미지
        rockstart33

        Reviews 3

        Average Rating 4.0

        5

        61% enrolled

        The lecture videos are well-structured and easy to understand. Above all, the lecture materials are organized very thoroughly and systematically, so I think reviewing them using just the materials won't be a problem.

        Similar courses

        Explore other courses in the same field!

        Limited time deal ends in 8 days

        $145.20

        21%

        $184.80