Tengo una estrategia en tradingview, que exije la confluencia de 4 indicadores que son comunes, y casi segro que tambien estan en MT% ya programados.
habria que programar en mt5 como indicador/ EA, y poder usarla para hacer backtest:
se necesitan 4 indicadores (todos los parámetros de estos indicadores deben ser configurables… longitud de SMMA… periodos de los fractales etc. Los indicadores en tradingview se llaman:
1 Smoothed Moving Average (SMMA)
2 Relative Strength Index (RSI) (con su ma interna)
3 Time Segmented volume (by vitelot)
4 Williams fractals
El indicador debe pintar una orden de compra cuando:
1 el precio esta por encima de la SMMA
2 La RSI esta por encima de su EMA
3 La TSI esta por encima de 0 (cero)
4 la vela cierra rompiendo el fractal (superior) anterior
El indicador debe pintar una orden de venta cuando:
1 el precio esta por debajo de la SMMA
2 La RSI esta por debajo de su EMA
3 La TSI esta por debajo de 0 (cero)
4 la vela cierra rompiendo el fractal (inferior) anterior
Una vez se produzcan estas condiciones, la EA debe:
1 Abrir la operación de compra o venta
2 Poner un stop fuera de X velas antes (cofigurable por numero de velas)
3 Calcular el lotsize para que el riesgo sea 1% de la cartera total (querría que el % también fuese configurable)
4 Poner un profit a X distancia (si hacemos risk reward 1:1… misma distancia que el stop, pero en profit… si hacemos 1,5:1, 1,5 la distancia de stop, en profit… etc.)
Una vez abierta la operación y puestos stop loss profit y lotsize, el stop debe ser trailing y configurable… por ejemplo: cuando el precio llegue al 50% de profit esperado, que el SL se mueva a break even… cuando llegue al 80% que el SL se mueva al 50% de profit…. Etc.
Protecciones:
Debe operar solo durante el horario indicado
Si la EA pierde el 4% de la cartera en 1 dia, debe para de operar
Si el balance de la cartera baja hasta X cantidad, que pare de operar.
Similar orders
My EA has serious problems and needs full improvement and optimization. Problems: No Stop Loss and Take Profit No risk management system High drawdown and losses Opens multiple trades at same entry (overtrading) No maximum trades per day limit No maximum open trades per symbol No trailing stop Poor entry logic and weak signals Trades open very late (after many days) No equity protection system No daily loss limit No
Hi, I need a simple MT5 EA. Based on my simple trading strategy I'm going to discuss with you If you have experience in this kindly bid for this project Thanks
Fill orders first execution and real time trading, my strategy is that wait for clean confirmation before entering the market and fill orders for a snappier entrance,then execute trade after making profit on the position
"I am looking for an expert developer to build a custom Forex Expert Advisor based on my specific strategy. Requirements: Full Source Code (.mq5) must be delivered. I retain 100% Intellectual Property and ownership of the bot. Must include a Risk Management module (Fixed Lot or % of balance). Must include a Trailing Stop and Break-even feature. Bot must be compatible with the MT5 Strategy Tester for 99% quality
I am searching for a fully developed and already profitable Expert Advisor focused on XAUUSD scalping. I am not looking for a custom build or experimental system. The EA must already be trading successfully on a real live account. What I am looking for: • At least 6 months of verified live results • Daily drawdown controlled within 10% • Around 13% or more average monthly return • Clean risk management approach with
Modification of EA and Addition of New Trade Logic and Features Currently, the EA is opening trades correctly but in addition, there are times when it is opening the trades wrongly. The EA is based on an indicator (only the .ex5 file is available). A new trigger logic also needs to be added, along with new closing conditions. This project must NOT use any DLL and must be submitted in 1 day (max 2 days) The EA will be
I am in need of a buy stop sell stop EA that is developed already and profitable in live market for SCALPING XAUUSD. Note: Profitable in LIVE MARKET. It should have god risk management and low drawdown. If you have one developed, pls reply. The developer will need to send a demo so I can test myself
Anyone I need my own bot with my own licenses keys I will pay up please the bot must make good profit and I will pay up good money just hope it helps me
Develop a fully automated MT5 Expert Advisor based on a multi-timeframe institutional trend-pullback strategy with: Regime filtering (H4) Execution logic (H1) ATR-based stop model Multi-stage trailing system Risk-based position sizing Portfolio-level risk protection Detailed performance logging This EA will be used for client capital (PAMM/MAM environment). Stability and risk control are higher priority than high
Hello, I have an existing MT5 Expert Advisor that works perfectly on a demo account. The strategy is profitable and executes trades correctly in demo testing. However, when I run the same EA on a live account, it takes trades but the results are not profitable. The performance is significantly different compared to demo. I am looking for an experienced MQL5 developer who can: Analyze the EA logic Identify why live