From 18456b3255161ba4dcee390f482d447fa3d032c1 Mon Sep 17 00:00:00 2001 From: Xiao-Yang Liu Date: Thu, 16 Feb 2023 01:01:57 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 46bcb45c0..98d72c17a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ -# FinRL trading +# FinRL for trading [ChatGPT for FinTech](https://github.com/AI4Finance-Foundation/ChatGPT-for-FinTech) -## Title: FinRL for Trading - -Purpose: Based on the open-source financial reinforcement learning framework FinRL (https://github.com/AI4Finance-Foundation/FinRL), develop an AI stock-selection and trading strategy based on Supervised Machine Learning (Supervised ML) and Deep Reinforcement Learning (DRL) algorithms and deploy it to an online trading platform for trading. +Purpose: Based on FinRL (https://github.com/AI4Finance-Foundation/FinRL), develop an AI stock-selection and trading strategy using Supervised Learning (SL) and Deep Reinforcement Learning (DRL) and deploy it to an online trading platform. ### Phase I: Data Processing and Feature Engineering 1. Download and install FinRL, download S&P 500 Open, High, Low, Close prices, and Volume (OHLCV) and Fundamental Indicators (company fundamental data), and convert the data into a daily format