BBSTrader is a trading system suite developed for MetaTrader 5 (MT5) and IBKR platforms (comming soon), designed to offer a comprehensive set of tools for developping, backtesting, executing, and managing a wide array of trading strategies. With an emphasis on algorithmic and quantitative trading to provide traders with a robust platform for exploring and deploying sophisticated trading strategies.
bbstrader
is comprised of several key modules, each focus on specific aspects of trading strategy development and execution:
- Backtesting Module (btengine) : Enables traders to rigorously test their trading strategies using historical data to evaluate performance before live deployment.
- Trading Strategies Module: A collection of predefined trading strategies, including ARIMA+GARCH models, Kalman Filters, and Simple Moving Averages, equipped with risk management through Hidden Markov Models.
- MetaTrader5 Module (metatrader): Facilitates the direct execution of trading strategies on the MetaTrader 5 platform, supporting real-time trading across multiple financial instruments.
- Modles Module: Serves as a framework for implementing various types of financial models (risk managment models, Machine learing models etc).
- Time serie Module (tseries) designed for conducting advanced time series analysis in financial markets. It leverages statistical models and algorithms to perform tasks such as cointegration testing, volatility modeling, and filter-based estimation to assist in trading strategy development, market analysis, and financial data exploration.
- Comprehensive Backtesting: Assess the performance of trading strategies with historical market data to optimize parameters and strategies for live trading environments.
- Integrated Risk Management: Leverage advanced risk management techniques to adapt to changing market conditions and maintain control over risk exposure.
- Automated Trading: Execute trades automatically on the MT5 platform, with support for managing orders, positions, and risk in real-time.
- Flexible Framework: Customize existing strategies or develop new ones with the flexible, modular architecture designed to accommodate traders' evolving needs.
- Advanced Time Series Analysis: Conduct in-depth analysis of financial time series data to identify patterns, trends, and relationships that can inform trading strategies. You can read the full documentation here
Before you can use the bbstrader and the metratrader, you need to have MetaTrader 5 (MT5) installed on your computer and an active MT5 trading account. This Module currenlty support three brokers, Admirals Group AS, Just Global Markets Ltd., and FTMO, so you need to create a demo or live account with one of them.
- If you want to trade
Stocks
,ETFs
,Indices
,Commodities
,Futures
, andForex
, click here - If you want to trade
Stocks
,Crypto
,indices
,Commodities
, andForex
, click here - If you are looking for a prop firm, click here
Then, you can install bbstrader
using pip:
pip install bbstrader
from bbstrader.trading.strategies import test_strategy
if __name__ == '__main__':
# Run backtesting for Stock Index Short Term Buy Only Strategy
test_strategy(strategy='sistbo')
bbstrader
's modular design allows for easy customization and extension. Traders and developers are encouraged to modify existing strategies, add new ones, or enhance the system's capabilities. Contributions to the bbstrader
project are welcome.
We warmly welcome contributions from the trading and development community! Whether you're interested in fixing bugs, adding new features, or improving documentation, your help is invaluable to making bbstrader
more robust and versatile. Here's how you can contribute:
- Develop New Strategies: Implement and share your unique trading strategies or models.
- Enhance Existing Modules: Optimize the performance, extend the functionality, or improve the usability of existing modules.
- Report Bugs: Identify and report bugs to help us improve the system's stability and performance.
- Improve Documentation: Contribute to the project's documentation for clearer guidance and better usability.
- Share Insights and Best Practices: Provide examples, tutorials, or best practices on utilizing
bbstrader
effectively.
- Fork the Repository: Start by forking the
bbstrader
repository to your GitHub account. - Clone Your Fork: Clone your forked repository to your local machine to start making changes.
- Set Up Your Development Environment: Ensure you have the necessary development environment set up, including Python, MetaTrader 5, and any dependencies.
- Create a New Branch: Make your changes in a new git branch, branching off from the main branch.
- Implement Your Changes: Work on bug fixes, features, or documentation improvements.
- Test Your Changes: Ensure your changes do not introduce new issues and that they work as intended.
- Submit a Pull Request: Once you're ready, submit a pull request (PR) against the main
bbstrader
repository. Include a clear description of the changes and any other relevant information.
Please adhere to the following guidelines to ensure a smooth contribution process:
- Follow the Coding Standards: Write clean, readable code and follow the coding conventions used throughout the project.
- Document Your Changes: Add comments and update the README.md files as necessary to explain your changes or additions.
- Respect the License: All contributions are subject to the MIT License under which
bbstrader
is distributed.
We're excited to see your contributions and to welcome you to the bbstrader
community. Together, we can build a powerful tool that serves the needs of traders around the world.
Trading financial instruments involves a high level of risk and may not be suitable for all investors. The developers of bbstrader
are not responsible for any financial losses incurred from the use of this software. Trade responsibly and at your own risk.
bbstrader
is open source and available under the MIT License.