Hello Freelancers,
Please design for me a program that will work on the MT4 platform. Please read instruction carefully,
this project has requirements and indicators setting on another file.
The Program will be working on 15min,30min, 1H, 4H, Daily, and weekly time frame only.
- The program should be semi-automated, must allow either auto or manual trading
- The program must scan all currencies : Forex, Stock and commodities at once and display pairs
meeting requirement with high probability on the GUI : in Red for SELL and in GREEN for BUY,
- The program uses the following indicators: EM15, EM30, EM60, TDI, PARABOLIC SAR and ADX.
- When a pair has high probability for a Buy, the software must not allow SELL likewise when a
pair has high SELL probability the program shouldn’t allow a BUY. (Figure 3 Example of SELL
ONLY ACTIVE)
- User must be able to choose the desire lot size, stop loss, take profit, as well as the trailing stop
needs to be activated after being in certain amount of pips profits
For more info, please find attached document
Good luck with your application
Solicitudes similares
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