Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
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:
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.
Stocks
, ETFs
, Indices
, Commodities
, Futures
, and Forex
, click hereStocks
, Crypto
, indices
, Commodities
, and Forex
, click hereThen, 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:
bbstrader
effectively.bbstrader
repository to your GitHub account.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:
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.
FAQs
Simplified Investment & Trading Toolkit
We found that bbstrader demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.