REVEREND EA
The EA should fulfil the following
1. If I place let’s say a BUY trade manually, the EA should open a sell trade if the following condition is fulfilled.
a) If the manual trade retraces a certain number of pips (as specified in the input), it should enter a SELL trade.
Example: If my MANUAL BUY trade retrace -5 pips, the RA should open a SELL TRADE.
b) If the AUTO TRADE (AT) retraces back to the entry price, it should close immediately.
c) If the retracement happens again, the EA should open a SELL TRADE again.
NOTE : This activity (c) should happen again and again as long as the price retraces to the set pips/entry and as long as the manual trade is still open.
2. If the SL of the manual trade is, let’s say -5 pips, and it gets hit, the EA should lock the profit of its trade from that immediate point onwards. In case the Manual SL is hit and the price starts retracing backwards, the position should close immediately.
3. BY default, the EA should use the SAME LOT SIZE as the manual trade.
4. The EA should have an option to install only be installed on a single chart, or per chart.
5.
OTHER INPUTS
Retrace pips input(This is for the number of pips the EA retraces to enter an opposite trade.
類似した注文
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