Stock Vibe Coding Even for Beginners - Automating Stock Trading with AI

Even those who know nothing about coding will be able to create their own automated stock trading program by giving commands to AI in Korean!

(5.0) 5 reviews

39 learners

Level Beginner

Course period Unlimited

gemini
gemini
AI
AI
Cursor AI
Cursor AI
Vibe Coding
Vibe Coding
gemini
gemini
AI
AI
Cursor AI
Cursor AI
Vibe Coding
Vibe Coding

What you will gain after the course

  • Create your own stock trading program using AI even without any coding knowledge.

  • Remote control of trading status and programs as if sending a message to a secretary on your phone

  • Implement your desired strategies such as Stop Loss, Golden Cross, and Trailing Stop + Automate profit management

  • Hero Moon Condition Search Integration - Connect captured stocks with your desired automated trading features

  • View daily trading records in Excel & receive AI analysis

  • In addition to the features above, create your own automated trading program that operates in your own way.

🙅🏻‍♂️ This is not a lecture where you just follow the video to create a program and finish!

The automated trading features you want,
you will be able to create them exactly the way you want.


💬 Create your own stock trading program without a single line of coding!


Even those who know nothing about coding or find computers difficult
can create their desired stock trading program by giving instructions to AI just like chatting
.



📱 You can use the features you've created by giving commands in Korean.


⬆️ These are all actual commands you can use!

Artificial Intelligence (AI) translates the words you type in chat into program commands, allowing you to use the program's features as if you were giving instructions to a secretary via message.



Lecture Introduction Video


Those who absolutely need this course

Those who don't know coding but need their own automated trading system

Those who are busy checking real-time charts even while working at the office

Those who have a specific auto-trading feature in mind but find outsourcing costs burdensome


Why Yalco's lectures are special!

Yalco's Coding Dictionary, a YouTuber with 120,000 subscribers who explains difficult concepts in the easiest way!
With years of experience in video production and teaching, he provides kind guidance so that anyone can learn until the very end.


Both technical and stock-related concepts are explained using illustrations and analogies, making them easy for anyone to understand.


Highlights, click emphasis, and subtitles are displayed on every screen, making it easy to follow along with the videos.


The videos are in an animated format, allowing you to learn efficiently and concisely without any wasted time.


Key codes and prompts for the hands-on exercises are provided on a Notion page, so you can easily copy and use them.



What will you learn in this lecture?

Setting up the environment for working with AI

Install programs including Python and Cursor on your computer, and proceed with the necessary settings for creating programs with AI.

Connecting the Securities Firm's Server to Your Computer

Generate a draft of the program and connect it to the Kiwoom Securities REST API so that the functions provided by the Kiwoom server can be utilized.

Building a Remote Control System

Connect the program with Telegram so that you can issue commands via smartphone messages and receive real-time status reports even when you are away from home.

Practice giving tasks to AI

Learn how to write 'prompts' to give specific instructions to AI, and acquire the skills to resolve errors that occur during program execution on your own through conversation with the AI.

Function and Command Design Training

Learn how to design the desired functions step-by-step and how to devise an efficient and consistent command system to execute them.

Creating Various Functions

We will directly build various functions, ranging from the basic features of searching for stocks and actually buying and selling them, to various convenience settings of the program and managing unfilled orders.

Advanced Strategy Design and Implementation

By implementing features such as stop-loss, conditional expression integration, golden cross, and trailing stop, you will acquire the ability to design and create your own automated trading strategies.

Building the Natural Language Conversion Process

It is equipped with an AI brain system that allows the program to understand and immediately execute commands given in everyday human language instead of rigid commands.

Record Management and AI Analysis

Daily trading records are saved as files, and this data is sent to the AI so that you can receive expert-level advice on the strengths, weaknesses, and improvement directions of your investment strategy.


What is used in the lecture?



We utilize the Kiwoom REST API service provided by Kiwoom Securities and the Youngwoongmun program (when using conditional search formulas).


We use CursorAI so that even those who are not tech-savvy can easily use it, and to ensure no additional costs are incurred based on usage.


We use Gemini (gemini) and Google AI Studio for API analysis and Korean command recognition.


Since the Yeongmungun program for PC is used, a Windows computer is required. For Mac users, it can be used via Parallels.


Features to be implemented in the lecture videos

ℹ️ Below are just some of the features you will be able to build yourself using Vibe Coding after taking this course.


Market Inquiry and Account Report

  • Detailed Stock Search (Search): When a stock code is entered, it provides a summary report of the current price, fluctuation rate, open/high/low prices, etc., along with emojis.


  • Comprehensive Asset Report (Report): Shows total deposit, valuation, and return rate, as well as a list of currently held stocks at a glance.


  • Top 4 Real-time Rankings: Lists the top 20 stocks by transaction value, price increase rate, trading volume, and popular searches in numerical order.


  • Unfilled Order Inquiry: Collects and displays orders that are still pending and have not yet been executed.


  • Real-time Execution Notification: Once a buy/sell order is completed, it checks every 10 seconds and sends an execution success message.



Smart Order and Trading Strategy

  • Buy by Amount: If you simply set a budget, such as "Buy 100,000 won worth," it automatically calculates the quantity based on the current price and places the order.


  • Tick Adjustment Order: Places a limit order at a more favorable price, a certain number of steps (ticks) lower than the current price.


  • Simple Full Sell: Immediately sells the entire holding using only the stock code, without the need for complex quantity input.


  • Bulk Cancel Unfilled Orders: Cleanly clear all pending orders that have not been executed at once.


  • Chase Order (Market Upward): If the order is not executed within a certain period, the price is increased step by step to force execution.



High-Performance Automated Trading Engine

  • Stop Loss: Automatically sells as soon as the set profit (%) or loss (%) target is reached to protect profits and prevent losses.


  • Trailing Stop: Maximizes profits by detecting when the stock price drops after hitting a peak and continuously raising the take-profit price.


  • Moving Average Crossover Trading: Monitors Golden Cross (buy) and Dead Cross (sell) in real-time, where short-term and long-term moving average lines meet.


  • Real-time Conditional Search Integration: Immediately executes preset commands when a stock appears in your custom search formula created in Youngwoong-moon.


  • WebSocket Integration Engine: Processes data through a single channel to prevent data entanglement even when multiple automated trading functions are running simultaneously.



Intelligent Management and AI Analysis

  • Natural Language Instruction Processing: Converts everyday language, such as "Start monitoring golden crosses for popular stocks," into commands.


  • Command Reservation System (Reserve): Schedules specific commands (buy, login, etc.) to be executed repeatedly at specific times.


  • Bulk Automatic Registration: Automates repetitive tasks, such as adding the top 1 to 15 ranked stocks to the watchlist all at once.


  • Automatic Trading Journal Logging: Meticulously saves all transaction history by date into Excel (CSV) files.


  • AI Strategy Advice: Send your recent trading records to Google AI to receive expert analysis of your investment habits.


  • Trading Safety Measures: Provides features such as blacklisting (excluded stocks), cooldown (repurchase restriction time), and limits on the maximum number of held stocks.


System Access and Security Management

  • Multi-Login System: You can log in by selecting between a real investment account and a practice mock investment account.


  • Auto Login: When the program runs, it immediately connects to the pre-set account without any additional commands.


  • Access Token Management: Issues the 'identification (token)' required to connect to the brokerage server and manages its expiration period.


  • Automatic Token Renewal: Automatically renews the identification (token) every morning (e.g., 08:55) in accordance with the token's 24-hour expiration period.


  • Overload Prevention Gate: To prevent being blocked by the brokerage server, the speed is automatically adjusted so that all requests are sent no more than 5 times per second.



Remote Control and Monitoring (Telegram)

  • Real-time Remote Commands: Execute or stop all program functions from outside using smartphone messages.


  • Command Help: Displays a list of all available commands and input rules in the chat window.


  • View and Change Settings: Check and modify all current program settings, such as market start time and profit rate criteria.


  • Reset Settings: Reverts complex, modified settings back to their original state (default) all at once.


  • Power Off: You can completely turn off the program from outside to immediately stop trading.


Functions and strategies provided as page materials instead of videos

  • Breakout Buy / Grid Trading / Split Trading (Continuously added based on student requests.)


💪 After taking this course, in addition to the features mentioned above, you will be able to create and use countless diverse features that you personally want.

🧑🏻‍💻 Discount benefits for developers

This course was created to suit the convenience of non-developers and those who find computers difficult.

Considering that there may be some disappointing aspects for those who know how to code, such as using only basic tools and many familiar topics appearing,
we are offering the following
discount benefits for developers.

Please check the link below!

https://www.notion.so/336ff6b3a35780818cc9fa334fc1f3b9?pvs=74

⚠️ Please be sure to check before taking the course!

This lecture is not a 'leading' or 'stock recommendation' course that guarantees investment returns.
Please make sure to fully understand the following details before deciding to take the course.


Technology Implementation-Focused Lecture

The core purpose of this lecture is to teach you
how to build your own trading system that integrates with the Kiwoom Securities API using AI as a tool.


Profit secrets not provided

The trading conditions or strategies such as the Golden Cross used as examples within the lecture are
merely test examples intended to verify the program's operation.

We do not provide specific profit models or "money-making formulas."


Investment Judgment and Responsibility (Disclaimer)

The final decision-making power for stock trading lies with the user themselves.

The student is solely responsible for
all investment losses that may occur due to program errors, network issues, or deficiencies in the strategies set by the user,
and the instructor and platform shall not be held liable for them.


Sufficient Mock Investment Recommended

Before applying it to real trading, we strongly recommend that you thoroughly verify and test whether the program operates as intended by using a paper trading account (guided in the lecture).

Recommended for
these people

Who is this course right for?

  • Stock investors who don't know the first thing about coding but want to have their own automated trading system

  • Office workers whose work efficiency drops because they are checking real-time charts even during work hours

  • Those who feel frustrated by the expensive monthly fees or the limited, fixed features of paid automated trading programs.

  • Those who have specific stock auto-trading features they want, but find the cost of outsourcing too burdensome.

Need to know before starting?

  • You can start even if you don't know the first thing about coding!

Hello
This is yalco

34,627

Learners

2,066

Reviews

96

Answers

4.9

Rating

18

Courses

I am the YouTuber behind the channel Yal-co's Coding Dictionary, as well as an author of IT books. Drawing on my experience as a full-stack developer, I create content that explains difficult programming concepts through metaphors, simple examples, and sometimes animations to make them easy for beginners to understand.

🎬 YouTube Yal-co's Coding Dictionary Channel (Click!)
📕 View Yal-co's Books (Click!)

More

Reviews

All

5 reviews

5.0

5 reviews

  • 22jaehii6289님의 프로필 이미지
    22jaehii6289

    Reviews 9

    Average Rating 5.0

    Trial Review

    5

    31% enrolled

    I'm enjoying this course as well, haha. I'll also look forward to Yalco's Claude Code!

    • yalco
      Instructor

      Thank you!! Since you are a developer, much of the content might already be familiar or easy for you, but I hope this lecture still provides many helpful insights. For a while, I plan to spend some time adding content to this course based on student requests. I will wrap this up quickly and start the Claude Code lecture!

  • ugim76879205님의 프로필 이미지
    ugim76879205

    Reviews 1

    Average Rating 5.0

    Edited

    Trial Review

    5

    37% enrolled

    I've been listening since it was serialized on YouTube and joined as soon as it opened... I'm experiencing a whole new world. The tuition fee is honestly not a waste at all. Considering the cost of trying to outsource things that couldn't be done with Catch, this is much more cost-effective. Plus, I can fix things whenever I want according to my own taste without relying on others.. It's so much fun to grab AI by the collar and push(?) it to change things so they work exactly as I imagine. I've never coded before and never learned things like Java, but once you get past the initial installation part, it's not that difficult and gets more fun as you go. Thank you so much for creating such a great course ^^

    • yalco
      Instructor

      Thank you!! This was my first long-form course aimed at non-developers, so I put a lot of thought and effort into creating it. I am so relieved and happy to hear that it was helpful to you ㅠㅠ There are some improvements, such as added or re-edited content, that were made while uploading to Inflearn. We will continue to add more lessons based on student feedback. If there is anything more you'd like to know or if you encounter any features that are difficult to implement with what you've learned, please feel free to email me anytime! Thank you!

  • siugm14412534님의 프로필 이미지
    siugm14412534

    Reviews 9

    Average Rating 4.9

    Trial Review

    5

    31% enrolled

    • yalco
      Instructor

      Thank you! I hope the lectures are very helpful to you. Whenever there are difficult parts, things you're stuck on, or areas you'd like to know more about, please feel free to send your questions to yalco@yalco.kr!

  • chinij님의 프로필 이미지
    chinij

    Reviews 28

    Average Rating 4.9

    Trial Review

    5

    89% enrolled

    • yalco
      Instructor

      Thank you! I hope the lectures are very helpful to you. Whenever you encounter something difficult, get stuck, or want to know more, please feel free to send your questions to yalco@yalco.kr!

  • yjaeyeong838093님의 프로필 이미지
    yjaeyeong838093

    Reviews 15

    Average Rating 4.9

    Trial Review

    5

    60% enrolled

    • yalco
      Instructor

      Thank you! I hope the lecture is very helpful to you. Whenever you encounter something difficult, get stuck, or want to know more, please feel free to send your questions to yalco@yalco.kr!

yalco's other courses

Check out other courses by the instructor!

Similar courses

Explore other courses in the same field!

Limited time deal

$59.40

50%

$118.80