| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Professional-grade desktop application for automated forex trading with advanced risk management, multiple trading strategies, and real-time portfolio monitoring.
# 1) Install
pip install forexsmartbot
# 2) Run
python app.pyFor detailed installation instructions, see docs/installation.md.
pip install forexsmartbotgit clone https://github.com/VoxHash/ForexSmartBot.git
cd ForexSmartBot
pip install -r requirements.txt
python app.py# For CUDA 12.x
pip install cupy-cuda12x
# For CUDA 11.x
pip install cupy-cuda11xSee docs/GPU_ACCELERATION.md for detailed setup instructions.
For advanced usage, see docs/usage.md and docs/cli.md.
| Variable | Description | Default |
|---|---|---|
| INITIAL_BALANCE | Starting account balance | 10000.0 |
| RISK_PER_TRADE | Risk percentage per trade | 0.02 |
| MAX_LEVERAGE | Maximum leverage | 1:100 |
| DATA_INTERVAL | Data update interval | 1h |
Full configuration reference: docs/Configuration-Guide.md
Complete documentation index: docs/INDEX.md
Planned milestones live in ROADMAP.md. For changes, see CHANGELOG.md.
We welcome PRs! Please read CONTRIBUTING.md and follow the PR template.
Please report vulnerabilities via SECURITY.md.
This project is licensed under the terms in LICENSE.
See SUPPORT.md for more support options.
This application is for educational and legitimate business purposes only. Users are responsible for complying with applicable laws and regulations. The developers are not responsible for any financial losses or misuse of this application.
Made with ❤️ by VoxHash Technologies
| Back | FazBrowse Home | New Git URL |