Custom algo(Python Bridge System) – Key Features
1. Python Bridge (Core System)
- ● Acts as the central hub between trading scripts and trading accounts.
- ● Routes signals from scripts to accounts.
- ● Handles position size, risk checks, and portfolio rules.
2. Multi-Account Management
- ● Supports unlimited accounts.
- ● Each account has balance, positions, limits, and execution rules.
- ● Can mirror trades, split trades, or target specific accounts.
3. Multi-Script Support
- ● Multiple trading scripts can run at the same time.
- ● Each script sends trade signals to the bridge.
- ● Scripts are independent but use the same bridge and accounts.
4. Portfolio Management
- ● Controls overall system exposure.
- ● Limits per asset, per account, and per strategy.
- ● Supports allocation modes: fixed %, adaptive, or custom rules.
5. Risk Management
- ● Maximum trade size.
- ● Account-level and system-level risk limits.
- ● Stop-trading triggers (drawdown, daily loss, exposure).
- ● Blocks unsafe trades before they reach accounts.
6. Trade Quantity Logic (Dynamic Quantity)
- ● Position size can change automatically based on:
- ○ Equity
- ○ Risk per trade
- ○ Volatility
- ○ User-defined rules
7. Hybrid Manual + Auto Control
- ● User can place manual trades.
- ● Automation can continue managing them.
- ● Modes: Auto / Manual / Hybrid.
8. No-Code Configuration
- ● Users adjust settings using simple text/JSON configuration.
- ● No programming required for strategies, accounts, or risk settings.
9. Internal Python-Only Bridge Connection
- ● No TradingView required.
- ● Signals flow inside Python only.
- ● Bridge receives signals → validates → sends to accounts.
10. Logging + Monitoring
- ● Records all actions, errors, and system decisions.
- ● Provides simple text logs for trade results and risk events.