EA que use os indicadores Bandas de Bollinger e uma média móvel

MQL5 专家

指定

Olá! Gostaria de um EA que use os indicadores Bandas de Bollinger e  uma média móvel, da seguinte maneira:


Quando o Candle toca na banda superior (somente toque não precisa fechar acima nem a baixo) ele abre imediatamente


uma venda e o stop loss definido e sai somente quando o candle toca na média móvel escolhida ou no take definido. Quando toca na banda inferior


ele abre imediatamente uma compra e o stop loss definido e sai com o candle tocando na média móvel ou no take definido.


Preciso que tenha a opção de fazer até 8 aumentos de posição (preço médio) caso o trade vá contra.



::Gerenciamento::


 -BMF (Mini Dolar e Mini Indice)


 -Escolha tempo gráfico


 -Quantidade de contratos inicial


 -Bandas de Bollinger (escolher período, desvio e se será simples ou exponencial)


 -Número mágico, permitindo outros robôs rodarem no mesmo ativo 


 -Filtro-Trava de Re-entrada no mesmo sentido, ou seja após levar um stop loss o robô


só vai operar novamente no sentido contrário ou seja tocou na banda superior faz a venda 


caso tome stop loss o EA só entrará novamente no trade quando tocar na banda inferior, retomando o siclo(ativar ou desativar)


 -Suporta conta Hedge


 -Sentido do trade(comprado, vendido ou ambos)



  ::Critérios de Saida do trade::


 -take profit (Gain por pontos)


 -stop loss (perca em pontos total para sair do trade)


 -Toque na Média móvel (escolher periodo e se será simples ou exponencial)



 ::Aumentos de Posição::


 -Preço médio (opção de fazer até 8 e possa escolher a quantidade de pontos e de contratos por cada aumento individual, exemplo: se o trader ir 250 pontos contra do preço de entrada aumeto mais 3ctt,


se correr 500pt aumento mais 5ctt, etc.. e sai com 700pt de loss ou até tocar na média com gain ou pequena perca ou atingir o stop loss ou Gain definido)


 


 ::Critérios de saída Diário::


 -Stop Diário de Ganho em R$ (fecha todas as operações e não opera mais no dia)


 -Stop Diário de Perca em R$ (fecha todas as operações e não opera mais no dia)



 ::Restrições de Horários::


 -Horário inicial para abrir posições


 -Horário final para abrir posições


 -Horário final para zerar carteira




Envio de versão demo para teste


Entrega do EA juntamente com o código fonte do após concluir

反馈

1
开发者 1
等级
(361)
项目
644
26%
仲裁
92
72% / 14%
逾期
12
2%
工作中
发布者: 1 代码
2
开发者 2
等级
(2660)
项目
3380
68%
仲裁
77
48% / 14%
逾期
342
10%
空闲
发布者: 1 代码
3
开发者 3
等级
(277)
项目
334
55%
仲裁
14
36% / 29%
逾期
1
0%
空闲
相似订单
BTC 5 Minutes scalping 50 - 100 USD
import { useState, useEffect, useRef } from "react"; const INIT_LOT = 0.01; const TP_MOVE = 200; const SL_MOVE = 120; const START_BALANCE = 1000; const MAX_LOT = 5.12; const TICK_MS = 1200; function ema(arr, n) { if (arr.length < n) return null; const k = 2 / (n + 1); let e = arr.slice(0, n).reduce((s, v) => s + v, 0) / n; for (let i = n; i < arr.length; i++) e = arr[i] * k + e * (1 - k); return e; } function
🚀 ADAPTIVE GRID HEDGE EA (FULL VERSION) 🧠 📌 GENERAL CONCEPT This Expert Advisor (EA) uses a strategy combining: Grid trading (order grid) Hedge (protection with opposite positions) Lot scaling (progressive) Loss compensation with profits Continuous operation (non-stop) Focus on: Small recurring profits High trade volume (rebate/IB) The system does not depend on direction, but rather on market oscillation . Main
I have a indicator working good but have some bug for arrow placement . budget is fixed 30 used . only experience developer apply. i want to arrow get put on just above the candle high and candle low
I need a professional MT5 Expert Advisor (EA) built with clean, modular code. This is an advanced strategy combining liquidity concepts, controlled DCA, hedge protection, and strict risk management. Core Requirements: Entry Logic (ALL must align): Liquidity sweep (Previous Day High/Low breakout and return) EMA50 and EMA200 trend alignment Higher timeframe bias (H1 or H4) RSI confirmation Bollinger Band entry Filters
I need a professional MQL5 developer. BEFORE I SHARE ANY DETAILS: 1. You must sign a PERPETUAL NDA with no expiration date 2. NDA includes €100,000 penalty for any breach 3. I require full .mq5 source code ownership 4. Developer must have 500+ completed jobs, 4.9+ rating Budget: €1500 EUR Duration: 14 days Start your application with "RULER" to prove you read this
i have a simple strategy can you please create the automated forex ea to execute my trading strategy? i need custom ea for tradingview and mt4/mt5 correction: i need a tradingview indicator created that tells me when to buy or sell. and ea in mt4/mt5
Pip Scalper Bot 60+ USD
i want a trading bot that is aleast 98% sure,and cam also do scalping 99% correct using smart money concept, ICT, ALL technical analysis on it and also put risk management on it
It is very important, that your software can replicate the trade logic 1:1 as the original myfxbook statistic. You should have a professional software to analyze the trade logic. I tried it with ChatGPT and GROK and it doesnt worked at all. You need to have better tools for that job. If you can not do it to 99% same trade logic as the original statistic do not message me. Payment only after delivering the EA (Demo
Greetings I need MT5 developer that has expertise in developing a custom indicator for mt5 boom and crash based on my exact details and requirements which would be discuss later. Kindly bid for this project if it is something you can handle for me
I need a fully functional Expert Advisor (EA) for MetaTrader 5 focused on trading XAUUSD (Gold). The strategy should be based on fast scalping entries using indicators such as RSI, Moving Averages, or similar confirmation tools. The EA must include fixed risk management (1%–2% per trade), automatic lot calculation, and stop loss/take profit settings. It should be optimized for low spread conditions and quick market

项目信息

预算
30 - 50 USD
截止日期
 10 天