#合约交易 The automatic trading system is about to go live, welcome to make an early reservation. AI analyzes market data in real-time, automatic AI decision-making for opening positions 24 hours, dynamic automatic take profit and stop loss, freeing your hands for full AI autonomous operation, deployable on local computers, minimum system requirement is Windows 10
Opening Rules
Simultaneously supports real-time analysis and automatic opening/closing of positions for 3 trading pairs
In the case where the position is not closed (stop loss/take profit not triggered):
1. The system will not open positions in the same direction (existing positions check will prevent it)
2. The system will not open new positions when the maximum position limit is reached (global position limit)
3. Even if the signal appears again, there is a 5-minute cooling period (trading frequency limit)
The system may only open new positions when any of the following conditions are met:
1. Existing positions are closed by stop loss/take profit
2. Opposite direction signals appear (hedge positions will be opened at this time)
3. New signals appear for other trading pairs (when the maximum position limit is not reached)
Stop Loss and Take Profit Rules
Fixed Price Calculation:
Stop loss and take profit prices calculated and set once at the time of opening the position
Calculated based on current_price at the time of opening
Will not adjust after calculation with market price fluctuations
Differentiated settings based on signal strength:
Double arrow signal (↑↑/↓↓) uses tighter stop losses and larger take profits
Long: Stop loss 0.5% (99.5%), Take profit 1.5% (101.5%)
Short: Stop loss 0.5% (100.5%), Take profit 1.5% (98.5%)
Single arrow signal (↑/↓) uses looser settings
Long: Stop loss 0.8% (99.2%), Take profit 1.0% (101.0%)
Short: Stop loss 0.8% (100.8%), Take profit 1.0% (99.0%)
Fixed Ratio Take Profit and Stop Loss:
Use a fixed percentage ratio (0.5%-1.5%)
Take profit/stop loss ratio fixed as TAKE_PROFIT_RATIO = 2.0 (take profit distance is twice the stop loss distance)
Dynamic Stop Loss System Description:
Trailing Stop
Activated when the price moves favorably over 50% of the initial risk
Stop loss will follow the peak price movement, locking in partial profits
Adjusts only in favorable directions, no pullbacks
Volatility Adaptive Stop Loss
Update stop loss every 5 minutes based on ATR (Average True Range)
Loosen stop loss in highly volatile markets, tighten stop loss in calm markets
Calculation formula: Current price ± 1.5 × ATR
Tiered Take Profit
Set multiple take profit targets (0.5%, 1%, 2%)
After reaching a target, automatically move the take profit to the next target
Allow partial profit locking while retaining the opportunity to capture larger trends
Stop Loss Priority
The system uses the more conservative of trailing stop and volatility stop
Long positions take the maximum of both, short positions take the minimum of both
Ensure capital protection even in the most adverse situations
The dynamic stop loss system effectively protects profits while allowing profits to run in trending markets, significantly improving the system's risk-reward ratio.