La mayoría de traders usa la IA de forma genérica — preguntan algo vago y reciben respuesta vaga. Los prompts de abajo son específicos, probados y listos para copiar. Cada uno produce un resultado concreto: código que funciona, estrategia detallada o análisis accionable.
Funcionan en ChatGPT y Claude (mi recomendación para código).
Genera un indicador completo y funcional para TradingView. Solo describe lo que quieres.
📋 CopiarYou are an expert in Pine Script v5 for TradingView. Create an indicator that:
– Combines RSI (14) with EMA (9) and EMA (21)
– Shows a green BUY arrow when: RSI < 30 AND EMA 9 crosses above EMA 21
– Shows a red SELL arrow when: RSI > 70 AND EMA 9 crosses below EMA 21
– Paints candles green (uptrend) or red (downtrend)
– Adds alerts for both signals
– Dashboard in the top-right corner showing: current RSI, EMA position, last signal
– All parameters configurable by the user
Complete, working code, with comments in English.
🎯 Lo que obtienes:
Código Pine Script v5 completo (~80-120 líneas). Pega en TradingView → Agregar al gráfico → funciona.
La IA te guía paso a paso para construir una estrategia con bloques visuales en Deriv Bot.
📋 CopiarI want to build a strategy on Deriv Bot (visual block platform, no code) for the Volatility 75 Index. The strategy must:
1. Use Rise/Fall contracts with 5-tick duration
2. Start with $0.50 stake
3. After a loss, increase the stake by 50% (moderate Martingale)
4. After a profit, return to the original stake
5. Max 4 consecutive increases (then back to original and stop)
6. Total stop loss: $25
7. Total take profit: $15
Explain step by step how to set up each block on Deriv Bot:
– Trade Parameters (market, asset, type)
– Purchase Conditions (direction, stake, duration)
– Trade Again (Martingale logic, stop loss, take profit)
Include which Utility and Analysis blocks to use. Simple language, for beginners.
🎯 Lo que obtienes:
Guía paso a paso para construirlo en Deriv Bot. Sin código — solo arrastrar bloques.
Genera un bot Python completo que opera automáticamente vía la API oficial de Deriv.
📋 CopiarBuild a trading bot in Python using the official Deriv API (WebSocket wss://ws.derivws.com/websockets/v3).
Requirements:
– Connect via WebSocket and authenticate with API token
– Trade on Volatility 75 Index (R_75)
– Strategy: buy CALL when RSI(14) < 30, PUT when RSI(14) > 70
– Compute RSI using the last 100 candles (via «ticks_history» endpoint)
– 5-tick contracts, $1 stake
– Stop loss: stop if total loss > $50
– Take profit: stop if total profit > $25
– Log every trade: time, direction, result, profit/loss, balance
– Save results to CSV
– Use asyncio + websockets
– DEMO mode by default
Complete, working code, comments in English.
WARNING at the start: «Use only on a demo account. Trading involves risk.»
🎯 Lo que obtienes:
Script Python completo (~150-200 líneas) con RSI, stop loss, CSV. Ejecuta: python bot.py
La IA analiza una estrategia que estás usando y señala las debilidades.
📋 CopiarCritically analyze this trading strategy I’m using:
[DESCRIBE YOUR STRATEGY HERE — asset, timeframe, indicators, entry/exit rules, risk management]
I want you to:
1. Identify the STRENGTHS of the strategy
2. Identify the WEAKNESSES and hidden risks
3. Suggest 3 concrete improvements
4. Estimate the expected win rate (based on the logic)
5. Calculate the risk-reward ratio
6. Honestly tell me if this strategy has a chance of being profitable long-term
7. Suggest an appropriate risk management plan
Be brutally honest. I’d rather hear the truth than lose money.
🎯 Lo que obtienes:
Análisis completo con pros, contras, risk-reward y sugerencias de mejora. Como tener un mentor gratis.
Genera un Expert Advisor completo para MetaTrader 5 (disponible en Deriv).
📋 CopiarYou are an MQL5 specialist. Create a complete Expert Advisor for MetaTrader 5 that:
– Trades EUR/USD, H1 timeframe
– Strategy: EMA 9 and EMA 21 crossover with MACD confirmation
– Buy when EMA 9 crosses above EMA 21 AND MACD histogram > 0
– Sell when EMA 9 crosses below EMA 21 AND MACD histogram < 0
– Stop Loss: 50 pips
– Take Profit: 100 pips (risk-reward 1:2)
– Trailing stop of 30 pips
– Risk per trade: 2% of balance
– Max 1 open position at a time
– Trade only during market hours (08:00-17:00 GMT)
Complete MQL5 code, compilable, with comments in English.
Include OnInit(), OnTick(), and helper functions.
🎯 Lo que obtienes:
EA completo en MQL5 (~200-300 líneas). Pega en MetaEditor → Compilar → Ejecutar en Deriv MT5.
Tips para mejores resultados
- Sé específico: Cuantos más detalles en el prompt, mejor el resultado
- Pide comentarios: Siempre pide «comments in English» para entender el código
- Itera: Si el resultado no es perfecto, pide: «Adjust X and Y»
- Reporta errores: Si te da error, pega el mensaje y pide la corrección
- Usa Claude para código: En mi experiencia, Claude genera código más limpio que ChatGPT
- Siempre demo primero: Nunca ejecutes código sin probar en cuenta real
⚠️ Contenido educativo. El trading implica riesgo. Contiene enlaces de afiliado.
Aviso Legal.