Idioma Português
Precisão de um EA (Robô) MT5 Parâmetros editáveis
O EA(Robô) vai ter integrado alguns indicadores (Exemplo: StopATR, FRI, BB,)
Eu preciso selecionar o indicador que desejo para usar nesse EA, podendo usar 1 indicador pra Filtro de Sinal, ou Bloquio ou filto de entrada
ou saida..
o EA será todo parametrizado.
1º Parâmetros que podem ser alterados.
2º Opções para Escolher Indicadores
3º Time Frame
4º Escolher se o indicador é filtro ou Sinal (Entrada ou Saída de operações)
5º Parâmetros dos indicadores (Exemplo: Período, Deslocamento, Cor, Etc.)
6º Volume de Entrada (Exemplo: 0.01)
7º Parâmetros de Stop Loss, Stop Gain, Saídas Parciais, stop móvel, Breakeven, trailing stop,
8º Parâmetros de Limite de Ganho Limite de Perda diário, Horário de início de operação finalizado
Veja os Print
Idioma Inglês
I need an EA (Robot) MT5 Editable Parameters
EA (Robot) will have integrated some indicators (Example: StopATR, FRI, BB,)
I need to select the indicator I want to use in this EA, so I can use 1 indicator for Signal Filter, or Block or filter input or output.
the EA will be all parameterized.
1st Parameters that can be changed.
2nd Options for Choosing Indicators
3rd Time Frame
4th Choose whether the indicator is filter or Signal (Input or Output operations)
5th Indicator Parameters (Example: Period, Offset, Color, Etc.)
6th Input Volume (Example: 0.01)
7th Stop Loss, Stop Gain, Partial Exits, Moving Stop, Breakeven, Trailing Stop,
8th Gain Limit Parameters Daily Loss Limit, Start Time End Time
see the print
Commandes similaires
hello i need help building a ea bot for mt5 and i have started on claude but i will need someone if a incredible experience to make my ideas come to live. please contact so we can schedule a quick call and i can share anything that concerns you for the task
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
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the