Job finished
Execution time 19 days
Creating a trading robot on mql5 for trading news mainly usd, eurozone, gdp and aud
to open trades when 10 minutes after current news has been released( time frame to have an option to adjust)
Open buy when actual is greater than previous news.
Open sell when actual news is lower than previous news.
Take profit 50 pips.
To open a recovery trade when RSI 21 on daily chart goes in into oversold or overbought scenarios and resets. For buy recovery, when RS21 goes below 20 and then above 20 open trade at 2× lot sizes, sell recovery when RS21 on daily chat goes above 70 and back below at 2× the lot size.
Total profit to be equivalent of 5 dollars at 0.01 lot size for combined buy or sell trades of the same pair.
Usd pairs- usdcad, usdchf, eurusd, gbpusd, audusd, nzdusd- if actual is greater than previous usd××× pairs buy and ×××usd pairs sell and vice versa for actual less than previous.
Usd news, retail sales, GDP, CPI be it MoM, YoY or quarterly.
Eurozone pairs-
GBP pairs-
AUD pairs-
Responded
Arbitration
125
44%
/
26%
Similar orders
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