Tâche terminée
Temps d'exécution 54 jours
Develop a multi-strategies EA that makes entries based on selectable indicator-based criteria. Each can be toggled on/off, and trades can also be placed using a selectable combination of signals. Each trade position shall be entered on the bar and managed as a modified martingale.
Position management will include partial close, variable grid increase as grid number increases, News stops, and a Dashboard for manual controls and trade info.
Take profit can optionally be tied to an indicator such as an adaptive moving average and will execute regardless of whether grids are paused, during new stops, etc.
EA will include a dashboard, and can manage manual trades initiated from its dashboard only.
Expectation:
- Professionally organized and detailed commented Source code.
- Familiarity with chart objects and graphics, including third-party libraries.
- All input verification checks, proficiency in debugging, and detailed print and logging outputs.
- Robust error handling.
Commandes similaires
It must have automated stop loss. Something that can end poverty and kill the market early.It must take the trades for me whenever I start it it must work on tradeport ea
buy condition when blue color appears sell condition when yellow color appears close all buys when there is a sell order close all sells when there is a buy order
I need a fully automated trading robot designed to generate consistent profits while strictly controlling risk and minimizing losses. The robot should use a combination of strategies, including trend-following, scalping, and price action, and must be able to adapt to different market conditions such as trending and ranging markets. It should analyze the market using indicators like Moving Averages, RSI, MACD, and
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot