https://github.com/nielsouvrard/trade
Trading bot in Python for High Frequency Trading with AI Bot Workspace
https://github.com/nielsouvrard/trade
Last synced: 3 months ago
JSON representation
Trading bot in Python for High Frequency Trading with AI Bot Workspace
- Host: GitHub
- URL: https://github.com/nielsouvrard/trade
- Owner: NielsOuvrard
- Created: 2023-11-09T16:33:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T16:42:23.000Z (over 1 year ago)
- Last Synced: 2025-01-08T12:14:28.347Z (4 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trade
## Overview
Trade is a Python-based trading bot designed for High Frequency Trading within the AI Bot Workspace. This project utilizes advanced algorithms, specifically Bollinger Bands and RSI (Relative Strength Index), to make informed trading decisions.## Installation
To get started, download the latest release from [ai-bot-workspace releases](https://github.com/jmerle/ai-bot-workspace/releases/). Follow the installation instructions provided in the release documentation.## Algorithm Details
### Bollinger Bands
Bollinger Bands are used to identify overbought or oversold conditions in a market. The algorithm calculates a moving average and two standard deviation bands to signal potential entry or exit points.### Relative Strength Index (RSI)
RSI is a momentum oscillator that measures the speed and change of price movements. It helps identify overbought or oversold conditions, aiding in decision-making for buying or selling assets.