-
We need to research trading strategies and how to interpret the data we have.
-
/opt/homebrew/anaconda3/envs/stockbot/bin/python /Users/andrew/PyCharm/StockBot/stockbot/__main__.py
2024-11-01 19:41:28 | lumibot.credentials | INFO | .env file loaded from: /Users/andrew/PyCharm/S…
-
https://en.wikipedia.org/wiki/Pairs_trade
-
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…
-
I am in the process of comparing various algo trading platforms and after having reviewed the Marketcetera docs I still have a few points I'd like to clarify. Could you please help me answer these, or…
-
### 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…
-
## Description
To improve the maintainability, modularity, and scalability of our crypto trading bot, we need to refactor the project structure. The goal is to organize the code into separate modules,…
-
I was folloing the instructions, I have created conda env and all required installed successfully with no error.
```
conda create -n trader python=3.10
conda activate trader
pip install lumibot …
-
Hi!
I use all default configs downloaded from this git in 3 fregtrade docker containers live.
Sometimes I see when one or more processes use 100% of one processor core.
![Screenshot from 2024-1…
-
### Description
This feature will implement the capability to calculate and display multiple moving averages on the cryptocurrency price graph. Specifically, it will include 30-day, 50-day, and 100-d…