Home Technology peripherals AI Can AI trade stocks?

Can AI trade stocks?

Jun 03, 2023 pm 09:28 PM
ai algorithm Stock trading

Can AI robots manage funds instead of fund managers?

A private equity company announced that it will arrange for four researchers and an AI robot named Cybertron to jointly manage five funds.

One stone stirs up a thousand waves. While some people lament the rapid changes in technology, some people in the quantitative investment industry bluntly say that this is just a marketing gimmick. Technically speaking, the current possibility of AI robots replacing fund managers does not exist. In addition, from a legal perspective, AI robots cannot bear the legal responsibilities that fund managers should bear.

AI robot to manage funds

On June 1st, Zhiyu Zhishan Investment announced on its official WeChat public account that it plans to arrange for four researchers from the company and an artificial intelligence-based robot (tentatively named Cybertron) to independently manage 5 Just different private equity funds.

Can AI trade stocks?

Zhiyu Zhishan Investment said: “All researchers and robots will share our investment research stock pool. This move is expected to allow each researcher to directly participate in investment practice and have a positive impact on future research work. Form a virtuous cycle and promote the company's performance to continue to improve (non-commitment)."

Zhizhishan Investment also emphasized that it has fully communicated with all the above-mentioned fund investors and received affirmation. Starting from the second half of this year, we will start the appointment of new fund managers and carry out association registration. Now we have started various real transactions for nearly half a year (backtest data since the establishment of the company in 2016), and some funds have been led by new fund managers. Formal management (such as Zhishan Black Pearl No. 1), and the effect is good.

The official website of the Asset Management Association of China shows that Zhiyu Zhishan Investment was established in March 2016 and is a private securities investment fund manager. Its current management scale ranges from 0 to 500 million. Private Equity Ranking Network includes 14 of its managed fund products.

The "cross-border" of AI robots is not an isolated case

The powerful functions of AI robots have always amazed people, and there has been heated discussion about whether AI robots can replace humans.

The financial industry has become one of the important choices for AI robots to "cross-border". Previously, Gu Jia, chief analyst of China Merchants Securities Media, said that China Merchants Securities has created a digital clone for him, and his virtual people will soon come out in "hundreds and thousands" for one-on-one communication and road shows.

It is reported that the AI ​​virtual human can be "operated" around the clock and appear at road shows, conference calls and other scenes.

Can AI trade stocks?

Yu Jianing, executive director of the Yuan Universe Industry Committee of the China Mobile Communications Federation, believes that AI digital human analysts can use powerful data analysis capabilities to provide more comprehensive and accurate data and analysis results, allowing human analysts to be more capable Have a good understanding of the market and investment opportunities.

In addition to the financial industry, many industries have also seen the application potential of AI robots. For example, "AI Stefanie Sun", "AI Jay Chou" and so on were previously popular on the Internet.

Is it a technological advancement or a marketing gimmick?

Can AI robots replace fund managers?

The reporter interviewed many people in the quantitative investment industry. Industry insiders said that at present, technically speaking, the possibility of AI robots replacing fund managers does not exist. An AI robot is essentially just a piece of code written by a human.

A quantitative private equity fund manager in Shanghai said that from the investment field, AI is a powerful tool that can help quantitative fund managers conduct data analysis, automated transactions, optimize position portfolios, predict market trends, etc., but the construction of the model And adjustments still need to be done by people. In addition, quantitative research needs to constantly look for characteristic values ​​in transaction data. The mining of these characteristic values ​​currently requires humans to realize it. The replacement of AI in this aspect cannot be seen in the short term.

"AI as a fund manager is more gimmick than substance." Sang Tian, ​​a lawyer at Shanghai Dehe Hantong Law Firm, said, “AI can be used by people as an auxiliary decision-making tool, but AI cannot bear the legal liability that fund managers should bear. No matter what tool is used to form investment decisions, the relationship between funds and investors remains the same. The legal relationship between them requires the participation of the responsible person, and AI decision-making still needs to be subject to human judgment and supervision.

Sangtian added that some lawyers in the United States had previously used AI to assist court trials and found that AI would fabricate cases to support arguments. It can be seen that based on the current development of AI, it can only exist as an empowering tool for fund managers.

Yu Jianing, executive director of the Metaverse Industry Committee of the China Mobile Communications Federation, said that the current development of artificial intelligence is still in the weak artificial intelligence stage, but it has also had a certain ethical impact on society and the environment. Take the financial industry as an example. As a profit-driven industry, the development and business model of the financial industry are often restricted and restricted by interests, ethics, laws, etc.

Source: Shanghai Securities News

WeChat on duty: Yao Kun

The above is the detailed content of Can AI trade stocks?. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to solve the complexity of WordPress installation and update using Composer How to solve the complexity of WordPress installation and update using Composer Apr 17, 2025 pm 10:54 PM

When managing WordPress websites, you often encounter complex operations such as installation, update, and multi-site conversion. These operations are not only time-consuming, but also prone to errors, causing the website to be paralyzed. Combining the WP-CLI core command with Composer can greatly simplify these tasks, improve efficiency and reliability. This article will introduce how to use Composer to solve these problems and improve the convenience of WordPress management.

How to solve SQL parsing problem? Use greenlion/php-sql-parser! How to solve SQL parsing problem? Use greenlion/php-sql-parser! Apr 17, 2025 pm 09:15 PM

When developing a project that requires parsing SQL statements, I encountered a tricky problem: how to efficiently parse MySQL's SQL statements and extract the key information. After trying many methods, I found that the greenlion/php-sql-parser library can perfectly solve my needs.

How to solve the problem of PHP project code coverage reporting? Using php-coveralls is OK! How to solve the problem of PHP project code coverage reporting? Using php-coveralls is OK! Apr 17, 2025 pm 08:03 PM

When developing PHP projects, ensuring code coverage is an important part of ensuring code quality. However, when I was using TravisCI for continuous integration, I encountered a problem: the test coverage report was not uploaded to the Coveralls platform, resulting in the inability to monitor and improve code coverage. After some exploration, I found the tool php-coveralls, which not only solved my problem, but also greatly simplified the configuration process.

How to solve complex BelongsToThrough relationship problem in Laravel? Use Composer! How to solve complex BelongsToThrough relationship problem in Laravel? Use Composer! Apr 17, 2025 pm 09:54 PM

In Laravel development, dealing with complex model relationships has always been a challenge, especially when it comes to multi-level BelongsToThrough relationships. Recently, I encountered this problem in a project dealing with a multi-level model relationship, where traditional HasManyThrough relationships fail to meet the needs, resulting in data queries becoming complex and inefficient. After some exploration, I found the library staudenmeir/belongs-to-through, which easily installed and solved my troubles through Composer.

How to solve the complex problem of PHP geodata processing? Use Composer and GeoPHP! How to solve the complex problem of PHP geodata processing? Use Composer and GeoPHP! Apr 17, 2025 pm 08:30 PM

When developing a Geographic Information System (GIS), I encountered a difficult problem: how to efficiently handle various geographic data formats such as WKT, WKB, GeoJSON, etc. in PHP. I've tried multiple methods, but none of them can effectively solve the conversion and operational issues between these formats. Finally, I found the GeoPHP library, which easily integrates through Composer, and it completely solved my troubles.

How to solve the problem of virtual columns in Laravel model? Use stancl/virtualcolumn! How to solve the problem of virtual columns in Laravel model? Use stancl/virtualcolumn! Apr 17, 2025 pm 09:48 PM

During Laravel development, it is often necessary to add virtual columns to the model to handle complex data logic. However, adding virtual columns directly into the model can lead to complexity of database migration and maintenance. After I encountered this problem in my project, I successfully solved this problem by using the stancl/virtualcolumn library. This library not only simplifies the management of virtual columns, but also improves the maintainability and efficiency of the code.

Solve CSS prefix problem using Composer: Practice of padaliyajay/php-autoprefixer library Solve CSS prefix problem using Composer: Practice of padaliyajay/php-autoprefixer library Apr 17, 2025 pm 11:27 PM

I'm having a tricky problem when developing a front-end project: I need to manually add a browser prefix to the CSS properties to ensure compatibility. This is not only time consuming, but also error-prone. After some exploration, I discovered the padaliyajay/php-autoprefixer library, which easily solved my troubles with Composer.

git software installation tutorial git software installation tutorial Apr 17, 2025 pm 12:06 PM

Git Software Installation Guide: Visit the official Git website to download the installer for Windows, MacOS, or Linux. Run the installer and follow the prompts. Configure Git: Set username, email, and select a text editor. For Windows users, configure the Git Bash environment.

See all articles