Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates #7

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
790ee07
updates
Jul 8, 2023
8615a5f
Reorganization
ProfitWaveTradingCo Jul 8, 2023
6f5d3eb
Update requirements.txt
ProfitWaveTradingCo Jul 20, 2023
af9ae7d
updates
ProfitWaveTradingCo Jul 20, 2023
0a4dde5
update
ProfitWaveTradingCo Jul 20, 2023
7092b8f
update
ProfitWaveTradingCo Jul 20, 2023
127bfb2
Merge branch 'main' of https://github.com/ProfitWaveTradingCo/Trading…
ProfitWaveTradingCo Jul 20, 2023
5caa0bb
updates
ProfitWaveTradingCo Jul 20, 2023
39157fd
pro
ProfitWaveTradingCo Jul 20, 2023
868d076
Update requirements.txt
ProfitWaveTradingCo Jul 20, 2023
7fd9e19
Update requirements.txt
ProfitWaveTradingCo Jul 20, 2023
ffdcd13
Update requirements.txt
ProfitWaveTradingCo Jul 20, 2023
5d71913
Update requirements.txt
ProfitWaveTradingCo Jul 20, 2023
f92c89b
Update Procfile
ProfitWaveTradingCo Jul 21, 2023
bfc1129
Update Procfile
ProfitWaveTradingCo Jul 21, 2023
aae4910
Bump pillow from 9.5.0 to 10.0.1
dependabot[bot] Oct 4, 2023
dae0a96
Merge pull request #19 from ProfitWaveTradingCo/dependabot/pip/pillow…
ProfitWaveTradingCo Oct 17, 2023
fd3123f
a new start
United-Visions Jan 24, 2025
5709950
Update README.md
United-Visions Jan 24, 2025
92fdeaa
update
United-Visions Jan 24, 2025
1b38389
Merge branch 'main' of https://github.com/United-Visions/Trading_Pal-…
United-Visions Jan 24, 2025
4ecbdbc
Update FUNDING.yml
United-Visions Jan 24, 2025
6781343
Refactor account update interval, add backtest button check, validate…
United-Visions Jan 24, 2025
ffb6edb
Merge branch 'main' of https://github.com/United-Visions/Trading_Pal-…
United-Visions Jan 24, 2025
7a0ed34
Add duel brokers Alpaca + Oanda to ensure trading pal covers forex, c…
United-Visions Jan 25, 2025
f43fdbf
Enhance broker integration: add OANDA connection test, update account…
United-Visions Jan 25, 2025
d7c690a
Prioritize OANDA in broker initialization and update account details …
United-Visions Jan 26, 2025
3fbb98e
Implement database schema update and enhance broker configuration mod…
United-Visions Jan 27, 2025
fad5a3e
Add indicator management and AI agent integration to backtest feature
United-Visions Jan 27, 2025
e67c7b1
Refactor trading.md to update feature statuses and enhance Gemini AI …
United-Visions Jan 27, 2025
f6a0b6e
Update README.md
United-Visions Jan 27, 2025
6d36488
Update README.md
United-Visions Jan 27, 2025
40c90d5
Add initial implementation of Gemini AI integration and trading chart…
United-Visions Jan 29, 2025
63e234f
Merge branch 'main' of https://github.com/United-Visions/Trading_Pal-…
United-Visions Jan 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: patreon.com/TradingPal
github: United-Visions
patreon
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
myenv
config.ini
.venv
indicators/GBP_USD_ADX.csv
indicators/GBP_USD_ATR.csv
indicators/GBP_USD_BollingerBands_middle.csv
Expand Down
66 changes: 66 additions & 0 deletions CONTRIBUTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
```markdown


# Contribution Guide

Thank you for considering contributing to TradingPal! We welcome contributions from the community to help improve our platform. Here are some ways you can contribute:

## How to Contribute

### Fixing Bugs and Issues
1. Check the [Issues](https://github.com/United-Visions/Trading_Pal-main/issues) section to find bugs or issues that need fixing.
2. Comment on the issue to let others know you are working on it.
3. Fork the repository and create a new branch for your fix.
4. Make your changes and commit them to your branch.
5. Push your changes to your forked repository.
6. Create a pull request to the main repository.

### Adding New Features
1. Check the [Issues](https://github.com/United-Visions/Trading_Pal-main/issues) section to see if the feature is already requested.
2. If not, create a new issue to discuss the feature with the community.
3. Fork the repository and create a new branch for your feature.
4. Implement the feature and commit your changes to your branch.
5. Push your changes to your forked repository.
6. Create a pull request to the main repository.

### Improving Documentation
1. Check the [Issues](https://github.com/United-Visions/Trading_Pal-main/issues) section for documentation improvement requests.
2. Fork the repository and create a new branch for your documentation changes.
3. Make your changes and commit them to your branch.
4. Push your changes to your forked repository.
5. Create a pull request to the main repository.

## Getting Started

To get started with contributing to TradingPal, follow these steps:

1. **Fork the Repository**: Click the "Fork" button at the top right of the repository page to create a copy of the repository in your GitHub account.
2. **Clone the Repository**: Clone your forked repository to your local machine using the following command:
```bash
git clone https://github.com/your-username/Trading_Pal-main.git
```
3. **Create a Branch**: Create a new branch for your feature or bug fix:
```bash
git checkout -b your-branch-name
```
4. **Make Changes**: Make your changes to the codebase.
5. **Commit Changes**: Commit your changes with a descriptive commit message:
```bash
git commit -m "Description of your changes"
```
6. **Push Changes**: Push your changes to your forked repository:
```bash
git push origin your-branch-name
```
7. **Create a Pull Request**: Go to the main repository and create a pull request from your forked repository.

## Code of Conduct

Please note that this project is governed by a [Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.

## Support and Donations

We ask that everyone consider donating to support our efforts as we continue to develop and include advanced features. Your contributions will help us reach more users and revolutionize the way humanity invests in the markets. We are looking to collect live streaming data so we all can access the live charts, allowing even more functionality. Please help us achieve this goal.

Thank you for your contributions and support!
```
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def download_forex_data(api_key, instrument, granularity, start, end, output_fil


if __name__ == "__main__":
api_key = "33a9e22e79a6afe67da0e568b0cca830-cf5e494dfe461d8704057859e229b74e"
api_key = "33a9e22e7229b74e"
instrument = "EUR_USD"

granularity = "S5", "M1","M5", "M15"
Expand Down
File renamed without changes.
Loading