-
### Project Name
Algorithmic Trading Simulator
### Description
RAG is a sophisticated Python-based trading simulator designed to help users test and analyze algorithmic trading strategies using his…
-
Hi @laffra,
Is this a good use-case to showcase the basic usability of pysheets ?
Example: Building a Simple Algorithmic Trading Strategy
Let’s walk through an example of a simple trading strategy …
-
I propose to implement an automated portfolio management tool that helps users manage their investments more effectively within the NexTrade platform.
Key Features:
Portfolio Tracking: Allow use…
-
Momentum Trading Strategy
This project implements a momentum trading strategy using the MACD indicator to generate buy and sell signals.
**Features**
- *Data Fetching*: Retrieves historical …
-
# ![Screenshot 2024-08-14 145800](https://github.com/user-attachments/assets/8aa5e573-b498-4c84-8873-c217d80bab6b)
This project implements a mean reversion trading strategy using historical stock…
-
chat gpt: https://chatgpt.com/c/670d825c-5b44-8008-af85-dac1ffbaae92
R&D: training and prediction flow
- [x] research on picking look back period within same day for all window size
- [x] revisit nom…
-
Resource for learning: [Quantconnect](https://www.udemy.com/course/quantconnect-boot-camp-in-python/)
-
Hello,
I encountered a deadlock issue when using the helper.Duplicate function in the indicator package. Here is the code I used to reproduce the issue:
```go
package main
import (
…
-
I am currently testing a longer term strategy (multiple months of holding a portfolio) and I receive distorted results, mainly because of stock splits not being considered in paper trading.
I would…
-
I did a pip upgrade and now If I run YahooDataBackTest for my strategy I get an error
Here is my code:
```
from login import get_api_key
from lumibot.traders import Trader
from lumibot.brokers …