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.
비슷한 주문
Project Overview I am looking to acquire high-quality, algorithmic trading strategies or specialized strategy testers developed in MQL5 . My primary focus is on the underlying logic and code architecture rather than historical performance (Track Record/Myfxbook). I require full ownership of the source code (.mq5) for further research, optimization, and scaling. Requirements & Scope I am interested in systems that
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
99.99% signal accuracy 10-15 trades distribution all currency trade and meta AI assistance on loss[advice] stop and start robot cyber security firewall protection activation code: 20060605TLP20 Please create a trading bot with any logo with the name elevation
Refine signal trigger execution . Optimize live chart performance . Ensure stable and clean code structure : Stable and clean code is important . Otherwise its a mess . Apply with as much accurate structure you foresee
This post is subject to developers response . Edit the post as you like . May be with me you can make a come back . So , , , Shift calculations . More to the calculation then you can comprehend is known . What else comes to your mind
Here is an example of Requirements Specification for the development of the MACD Sample Expert Advisor, which is available in the MetaTrader 5 standard package. 1. The idea of the trading system is as follows: market entries are performed when MACD's main and signal lines intersect in the current trend direction. 2. Trend is determined based on the Exponential Moving Average with the specified period
All other Necessary filters already coded , Mostly it is referring to another expert copy pasting . Live Chart Optimization . Optimization from Signal Trigger Point . Apply to stay ahead . While applying please explain the correct trailing stop loss for value gap entries
I would like to create a robot with the smart money concepts, that integrates order block,FVG,supply & demand ,read the market structure,liquidity and also trade with the session and also after a liquidity sweep a market structure is needed to verify the reversal and a retracement to the order block and sometimes fair value Gap
1️⃣ System Architecture An AI robot typically consists of the following subsystems: 🔹 1. Perception Layer Collects environmental data using: RGB / Depth cameras LiDAR Ultrasonic sensors IMUs (Inertial Measurement Units) Microphones Data is processed using: Computer Vision (e.g., object detection, SLAM) Signal processing Sensor fusion algorithms 🔹 2. Cognition / Intelligence Layer Implements AI models such as