Lavoro terminato
Tempo di esecuzione 52 giorni
I want to develop a fully automated trading robot from scratch. The project includes 8 different pdfs + an introductory instruction pdf. Different pdf deals with different Settings of the EA and/or different St (trading strategies/logics). All Settings & St are to be housed in a single MQL5 EA. The EA is to be attached to a single chart, but it must work on every chart of 63 symbols at a time without any failing or compromise with performance/speed.
I used very basic & general ideas of trading in my pdf - that includes some basic candle pattern, 7 indicators (Fibonacci Retracement, MA, MACD, MFI, RSI, Stochastic & ZigZag) & some price related ideas. EA will export different data in excel format.
I don't have any programming knowledge excepting some expertise on excel. So, to make sure I made things clear in my description - I had made the project description a little larger than it could be made by any experts in this field (I think). However, you must find my narrative neat & clean.
Prerequisites For Developer:
1. Expertise in mql5.
2. Expertise in C++.
3. Experienced with hundreds of completed jobs in mql5 freelance.
4. High ratings & low Arbitration count.
Con risposta
Arbitraggio
105
40%
/
24%
Pubblicati: 2 codici
Arbitraggio
106
39%
/
33%
Ordini simili
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