Introduction
The Contract Martingale Bot adapts the classic martingale strategy for modern cryptocurrency trading. When market prices reach predefined fluctuations, this automated system executes additional orders to capitalize on trends. Proper parameter configuration is essential for optimizing performance while managing risk effectively.
Core Parameters Explained
Order Placement Window
Two creation modes are available:
- AI Smart Strategy: Algorithmically optimizes parameters using historical data analysis.
- Manual Configuration: Full user control over trading logic.
| Parameter | Description |
|---|---|
| Price Decline (Long)/Rise (Short) | Triggers additional orders when prices move against position by specified percentage. Formula: Long: Next Order Price = Avg Position Cost ร (1 - Decline%) Short: Next Order Price = Avg Position Cost ร (1 + Rise%) |
| Position Multiplier | Amplifies new order sizes (Range: 1-2x). Example: 1.2x multiplier means new positions are 120% of previous order value. |
| Max Position Additions | Limits number of consecutive position increases per trading cycle. Note: Actual additions depend on available margin. |
| Profit Target | Percentage return on investment to trigger position closing. Example: 5% ROI closes all open positions. |
| Leverage | Adjustable up to 50x (Higher leverage increases both potential returns and risks). |
| Investment Amount | USDT allocated per bot cycle. Minimum required amounts vary by configuration. |
๐ Master advanced trading strategies to maximize your bot's effectiveness.
Risk Management Settings
| Setting | Function |
|---|---|
| Stop Loss | Maximum acceptable loss percentage (0-100%). Triggers bot termination when (Total PnL/Investment) โฅ Set Value. |
| Cycle Restart | Enables continuous operation after reaching profit targets. Can be modified during runtime. |
Bot Dashboard Overview
Key real-time metrics for performance monitoring:
| Metric | Calculation |
|---|---|
| Total PnL | Realized + Unrealized Profit/Loss |
| Avg Position Cost | Mean entry price across all open positions |
| Liquidation Price | Price level triggering automatic position closure |
| Effective Leverage | Current leverage utilization |
๐ Optimize your trading dashboard for better decision-making.
Position Tracking
- Open Orders: Current pending transactions
- Active Positions: Live trades with real-time PnL
- Historical Records: Completed cycles with detailed analytics
FAQ Section
Q: How does the bot determine optimal entry points?
A: The AI strategy analyzes historical volatility patterns, while manual mode relies on user-defined price triggers.
Q: What happens during extreme market volatility?
A: The system automatically adjusts order spacing based on preset decline/rise percentages to prevent rapid consecutive orders.
Q: Can I change parameters after activation?
A: Yes, except for initial investment amount and leverage settings which require bot restart.
Q: How are funding fees handled?
A: All fees are automatically deducted from remaining margin and reflected in net position value.
Q: What's the recommended profit target percentage?
A: Typically 2-5% per cycle balances frequency and profitability, but this varies by market conditions.
Q: How does position multiplier affect risk?
A: Higher multipliers increase potential returns but require more margin per trade, elevating liquidation risks.