Goal
Provide an EA where the entries combine different signals based on SuperTrend, TMA Bands and BB (all configurable) – Both for MT4 and MT5
Specifications
- The code should be simple, as most simple better.
- The SuperTrend, TMA and BB indicators should have its own parametrizable function in the code. I request for the indicators itself in a separate indicator file, plus a ‘plain and atomic’ function for each indicator inside the EA. Each function will have the necessary indicator arguments plus a ‘shift’ to get the result with a configurable delay.
- No special requirements about the values used as arguments for the indicators (use the classical values as default, please) Not necessary any specific result of the EA, just that work correctly. I will optimize by myself. Anyway, check the next point.
- The entries of the EA will check the ‘classical rules’ for each indicator. I mean:
- The code will add a ‘buy condition 1’ when the Supertrend indicates buy
- The code will add a ‘buy condition 2’ when the TMA indicates buy
- The code will add a ‘buy condition 3’ when the BB indicates buy
- The same with sell conditions
- The EA will receive as an ‘extern’ variables the activation/deactivation of the 6 resulting conditions for entries (‘enableSuperTrendBuy’, ‘enableSuperTrendSell’…..)
- Add an extra condition to trade in specific hours (between timeA and timeB).
- No timezone control required (will be welcomed, but it’s not required)
- No necessary a complex position handle or position sizing (just set an SL and a TP based on % of the entry price, and a size of 1)
- Any other configurable SL / TP module will be welcomed! But not required.
- Only one concurrent position, no position close/reopen on receiving the opposite signal.
- The EA should paint buy / sell signals (just a green / red arrow when all the conditions have been met and the trade is open)
Deliverables
- For MT4:
- SuperTrend indicator (source code)
- TMA Bands indicator (source code)
- BB indicator (source code)
- EA (source code, single file, with all the previous indicated requirements)
- For MT5:
- SuperTrend indicator (source code)
- TMA Bands indicator (source code)
- BB indicator (source code)
- EA (source code, single file, with all the previous indicated requirements)
Ähnliche Aufträge
Hello, I'm looking for EA or indicator that would help me reach at least 0.5 lot daily on XAUUSD pair. I trade with 30-35 spread on live standard account. 0.3 to 0.5 lot on XAUUSD is all i need per day, without losing too much money during week or month doing that. Every advice od product is welcome. tg @stellarcptadmin
✅ MT4 EA Developer Checklist (For Your Ladder EA) 1️⃣ Indicator Integration EA reads signals from provided custom indicator (.ex4 or .mq4) Detects “Buy Next” / “Sell Next” signals on current candle Works with arrow-based or buffer-based signals 2️⃣ Next Candle Execution EA does not trade on the candle where the signal appears Orders placed only at first tick of the next candle Timeframes supported: M1, M5, M15
Hello, i need expert developer that have been develop so many profitable AI bots that work for mt5 and ctrader autonomously if you know you can easily execute this requirement bid for it. NOTE:- YOU MUST COME WITH SAMPLE FOR THE 2 TRADING PLATFORM. While i take a look at your profile and reach out to you thanks
I am looking for an experienced MT4/MT5 developer to analyze my trading history and replicate the strategy in a new Expert Advisor (EA). The developer must have proven experience in reverse engineering strategies, analyzing trading data, and developing EAs across various trading methodologies. A deep understanding of XAUUDS and BTCUSD behavior, as well as chart analysis, is essential. Please note that we do not have
I am in need of a good scalping bot for gold or any currency pair. If you have one that is working, reach out. You must be able to provide a trial version so I can test the bot myself
I am in need of a good scalping bot for gold or any currency pair. If you have one that is working, reach out. You must be able to provide a trial version so I can test the bot myself
i have built a indicator on trading view which is veryt good, its based on liquidity sweeps on stop losses. im looking for an someone with experience in trading and indicators that has worked on similar strategy indicators. it already wins lots of very good trades im looking to tighten up on uneccesary trades it may send to clean it up as i currently am testing it out running to signal channel and want it the best /
I am looking for an experienced MQL5 developer to create a custom indicator for MetaTrader 5. The project requirements and indicator logic will be shared privately with the selected candidate to protect the concept and implementation details. Requirements: Strong experience with MQL5 indicator development. Ability to create clean, efficient, and well-structured code. Experience with custom buffers, chart objects
Hello, I am looking to develop a commercial-grade Expert Advisor for MT5 specifically optimized for XAUUSD (Gold). The underlying logic should be an intelligent, trend-filtered cost-averaging grid system focused on capital preservation. The EA must include the following functional architecture: 1. Core Strategy Structure: - Must feature a multi-strategy logic entry module. I want to use a combination of 3-4 standard
Generate a signal and place 2 arrows on the chart when these conditions happen. Rules: Levels up:price is below the Kijunsen and Senku A value is less than Senku B value Kijun sen close = previous kijun sen close; Kijun sen close value is LESS than Senku B close value Senkou B close = previous senku B close. Levels down: price is above Kijunsen. Senku A value is above Senku B value