Check out what classmates have to say!
Skills You’ll Learn
Going back 24 hours a day without a break
Your own trading system
✔️ Even when sleeping
✔️ Even when I'm working
✔️ Even when I went on a trip
Your trading continues!
Hello, this is Bethev!
Start of investing
It's been quite a while since I started investing in cryptocurrencies, and after a sharp decline at the end of '17, I had a blank period and then started again in '20.
I prefer algorithmic trading because I don't think spending a lot of time investing is a good option in the long run unless I'm a full-time investor.
Therefore, even when I restarted in '20, I did algorithmic trading, and at that time I invested by hand trading when a signal set by my algorithm was generated instead of this system. When the signal came, they invested their hands.
High profits through algorithmic trading
At the end of '20, I was confident in the direction of the coin called Ripple, so I made a pretty good profit with a very aggressive algorithm.
This is the profit for about two months before and after the tournament season. As you can see, the number of transactions isn't that many. I think they made a split buying line with hand investment only when the signal came, and continued like that with a stop loss.
I made a profit of 64% in 2 weeks.
This is the tournament score. I finished 13th in 2 weeks with a profit of 64%.
The decisive mistake
I keep making good profits like that, and then I'm making mistakes.
The signal came, and they made split buying lines as always. Something urgent happened, so I'm here to see work for a moment.. It's not super danta-style, so I went there without much thought.
But.. Yes, that's right. I scratched all the split purchase lines that I couldn't complete because I was crazy, and even put them underneath to liquidate them. I think I tried slapping it on the cheek because I really couldn't believe it. More than half of the seeds are gone. If I had completed the buying line and placed a stop loss, I would have lost some amount due to a stop-loss just on the stop-loss line I had set.
After recovering from a severe depression for a few days, I began to recover all my trading from the time I started trading again. I knew the decisive reason was the stop-loss line, but I also thought this mistake was a problem with my algorithm and routine.
After a long period of recovery, I came to the following conclusion.
- High leverage X
- An aggressive strategy that is only possible if there is confidence in one direction X
- A gift is a hand investment X
I came to this conclusion and went back into a vacuum. In the meantime, huge bullish markets came and went. Unfortunately, I didn't trade because of the period I set.
Serverless trading system production
Also, since April '21, I have been working on web development and deploying artificial intelligence systems to the cloud while investing only in kind occasionally. Then, I learned about the concept of serverless, and I created a serverless trading system with the idea that it would be nice to apply this concept to automatic trading. Then, after going through the testing process, we develop strategies and conduct practical tests in minimal units.
The actual test period is set for 3 months, and we plan to increase the seed by looking at the results of 3 months. You can see that every order is in 5-minute increments, right? It's proof that you're trading with a system.
Is it easy to profit from automated trading?
That's not the case. This is because developing an algorithm that shows good results in a real market is not as easy as one might think.
Therefore, if you decide to try automated trading, you should do your best to research strategies.
We will introduce a serverless trading system, a way to quickly complete the system and focus on strategy research!
Serverless trading system
✔️ What is serverless?
: Serverless (serverless) is a cloud development model that allows applications to run without having to manage a server.
✔️ How does it work?
: First of all, let's say that the trading view is responsible for chart analysis and strategy, and the lambda is responsible for the ordering function. So the overall process is as follows.
- Generate trading algorithms in TradingView
- Signaling with a lambda with TradingView's alert function
- The lambda that received the signal executes the order
Simple right? The above three steps are repeated over and over again!
It's about creating a system so that TradingView and Lambda can send and receive signals and trade on their own without having to turn on the computer separately!
📍 The most efficient automated trading system
: It's the most efficient system because it doesn't require a computer or server that needs to work continuously!
📍 Low entry barriers
: Since strategies are developed using the data and indicators in TradingView as they are, the coding level is very low compared to the bot (program) method where data collection and processing, strategy algorithms, backtesting, and verification processes all have to be created by yourself!
📍 Stability and security
: Since it uses the stable network and security performance of large platforms such as Trading View and AWS (Amazon Web Service), it is relatively very stable!
I'm trading, but do I need to know that?
✔️ As shallow as possible, only as needed!
: We want to trade, not become developers.
I'll learn just the parts I need and go straight into production. And we'll provide all the source code and libraries so you can follow along quickly.
📍 Fine script
: This is the language that will be used when implementing strategies in TradingView.
📍 python
: This is the language that will be used when implementing functions in lambdas.
Provide an example strategy
❗ This class teaches you how to create an efficient system, not a course that teaches you how to make money.
Therefore, we do not provide strategies other than example strategies to explain strategy implementation!
✔️ Start with how to create the desired indicators
✔️ From implementing ideas into strategies and verifying them through backtesting
📍 Can you see orders entering in real time? It's not a repainting strategy.
: Using some functions in Trading View, you can use data from a future point in time, and if you implement a strategy using this, orders will be deleted and redisplayed in a favorable direction. This is called repainting.
✔️ So, can I make that profit in the future even if I just use the example strategy?
: I'm not sure. Past profit and loss do not guarantee future profit or loss. When looking at the backtest results, profit and loss are just one of many analysis factors. So what kind of things should we analyze? I'll explain it in detail in the lesson!
Which exchange do you base the lessons on?
Classes are based on Binance and Upbit!
❗ Exchange selection criteria
👉 Binance if you trade both spot and futures
👉 Upbit if you only trade KRW in spot
Upbit exchanges can only place orders using a static IP, so AWS charges an additional monthly fee for using a fixed IP.
Binance has no fixed IP restrictions, so you can use it without additional fees.
✔️ Binance Exchange
: Binance is the world's largest cryptocurrency exchange.
✔️ Upbit Exchange
: Upbit is the largest cryptocurrency spot exchange in Korea.
✔️ Why a cryptocurrency exchange?
: The reasons for system trading in the cryptocurrency market are as follows.
- 24-hour venue
- Two-way earnings from futures trading
- An API that is relatively easy to implement and use
✔️ Haven't you tried it?
: It's fine! We'll teach you everything from basic parts such as membership registration, deposits, and withdrawals to how to use the API, which is a core function required for automatic trading.
1:1 coaching taught directly by Bethev (1 session)
- You can ask 2 questions at a time.
- Each question will be answered in 250 characters or less.
- You can ask questions about class content and coding.
- It's impossible to ask questions about strategies.
- A response will take up to 1 week.
Curriculum
Creator
Bethev
Five years ago, when I invested in stocks, I learned about system trading, so I started coding. I had a difficult time as a non-major, but as I continued to spend time without giving up, I was able to. That's how I got here after a lot of trial and error, as well as machine learning and deep learning. After all this process, what I'm doing now is algorithmic trading. In the meantime, I got interested, so I took a bit of a step and tried to create a serverless trading system by incorporating the serverless concept I learned from this web development into trading. It's easier than I thought, and it's a great way, but it seems like no one has told me about this yet, so I created a class.