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.
비슷한 주문
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location