I want to make Robot which includes following options:
1.Capture News data and stop all trades before news
2.Pending orders before news
3.A brief Strategy about recent S&R
- Calculate recent Support and resistance levels that are new in h4.
- Check if same resistance or support touched before or not in M15.
- Bollinger band line touched either upper or lower.
- Check candles strength how much they are strong must have 2-3 strong candles before entering in trade
4.Alerts must come from all the preferred timeframes as and when they arise but NOT
ONLY from the
active chart (VERY IMPORTANT PLEASE)
5.There must be a functionality to enable or disable an Alert for any of the setups
6.PINBAR
BULLISH: The close and high of the candle must be almost the same (i.e.; Little or No upper wick)
There must be a functionality to set the size of the body and the length of the lower wick
BEARISH: The close and low of the candle must be almost the same (i.e.; Little or No lower wick)
There must be a functionality to set the size of the body and the length of the
upper wick.
7.RSI Convergence and Divergence
All the working flow will be discussed in a brief story.
비슷한 주문
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
Start ↓ Detect Trend (H4) ↓ Confirm Structure (H1) ↓ Wait for Pullback ↓ Check Indicators ↓ Calculate Confidence Score ↓ Score ≥ 80? ├── No → Wait └── Yes ↓ Calculate Lot Size ↓ Place Order ↓ Set Stop Loss ↓ Set Take Profit ↓ Manage Trade ↓ Move to Break-even ↓ Trail Stop ↓ Close Trade. IF Price > EMA200 (H4) AND EMA50 > EMA200 (H4) AND ADX > 25 AND RSI between 55 and 70 AND MACD Main > Signal AND Bullish engulfing
Act as a professional Quantitative Developer and Risk Manager. I want to build a systematic trading strategy rulebook that prioritizes capital preservation and statistical edge over raw performance. Please generate a structured trading strategy using the following framework: 1. ASSET CLASS & TIMEFRAME: - Asset: [e.g., Apple (AAPL), Bitcoin (BTC), or EUR/USD] - Timeframe: [e.g., 5-minute, 1-hour, Daily] 2. CORE