Think Differently
Trade Successfully
You
What is 3EX AI Trading?
3EX CryptoGPT
3EX is the world’s first all-in-one AI trading platform which has built-in artificial intelligence (GPT-4o) functionality, allowing users to code trading strategies via interactive chatrooms, backtest, trade on live markets, publish as copy-trading strategies and enjoy other smart features.
You
What can AI Trading do for you?
3EX CryptoGPT
1. AI trading helps affiliates and KOLs to attract more new followers and earn higher commissions.
2. AI trading allows investors to make profits more easily, it’s just one click away.
You
What are the key advantages of 3EX AI Trading?
3EX CryptoGPT
1. Users can now create profitable strategies through interactive chatrooms, no programming skills required, anyone can start quantitative trading in no time!
2. AI trading can auto-generate and deploy profitable strategies on the spot, which run 24/7 to capture all possible market trends.
3. AI optimizes current strategies to quickly respond to adverse market conditions!
4. 3EX also offers AI copy trading function, benefiting both strategy providers and followers.
5. Provides privacy protection to all strategies, secure trades from price slippages. The system has performed rigorous tests to ensure the robustness and safety.
You
Help me create a MACD strategy
3EX CryptoGPT
Please explain your trading algorithm.
You
Trading period is 4 hours, MACD default parameters, long on golden cross, take profit at 30%, stop loss at 5%
3EX CryptoGPT
Based on your requirements, below is a MACD-based strategy, written in Pine Script V5
PinescriptCopy code
//@version=5 strategy("My MACD Strategy", overlay=true, default_qty_ type=strategy.percent_of_equity, default_qty_value=100) // MACD settings fastLength = 12 slowLength = 26 signalSmoothing = 9 [macdLine, signalLine, _] = ta.macd(close, fastLength, slowLength, signalSmoothing) // Entry points longCondition = ta.crossover(macdLine, signalLine) if (longCondition) strategy.entry("MACD Long", strategy.long) // Exit points strategy.close("MACD Long", when = ta.crossunder (macdLine, signalLine)) strategy.exit("Take Profit", "MACD Long", profit=strategy.equity * 0.30) strategy.exit("Stop Loss", "MACD Long", loss=strategy.equity * 0.05) // Set MACD and signal lines plot(macdLine, color=color.blue, title="MACD Line") plot(signalLine, color=color.red, title="Signal Line")
You
Help me simulate the P&L of this strategy
3EX CryptoGPT
Please fill in the following initial information for simulating profit and loss:
Initial capital: 1000 USDT
Leverage: [1-200]
K-line cycle: [1min,5min,15min,30min,1h,4h,6h,12h,24h]
Simulation profit and loss duration: [1 day, 1 week, 1 month, 3 months, 6 months]
You
Initial capital: 1000 USDT
Leverage: 10
K-line cycle: 15min
Simulation profit and loss duration: 1 month
3EX CryptoGPT
OK, here's the data for simulated profit and loss.
- Overall
- ROI High to Low
- Win Rate High to Low
- PnL Ratio High to Low
- All Strategies
- Free
- Profit Sharing
- Strategy Name
- Strategy ID
- Publisher UID