Please develop a system that can do the following.
1. A system that would allow you add as many Indicators as possible. This should be already designed indicator. There should be no limit to the numbers of indicators i can add.
2. Each Indicator added would be used to provide signals. (Buy signals, Sell signals, Continuation trade signals).
3. there should be signal settings made available. Each Signal should be generated from the signal settings. This means I should be able to define conditions for different signals in the settings. Such conditions should be but not limited to;
a) When two lines crosses in the indicator, please send a buy, sell, exit trade, or continuation trade signal to the (buy, sell, exit trade, or continuation trade) signal template depending on whether it crosses up or down. This also implies that I should be able to define when what i should be when it crosses up or down or remain in position.
b) When the indicator crosses a zero line it should give a buy for upward cross or sell for downward cross or even exit.
c) When the bar chart is above 60% let the trade progress with buy or sell.
d) When the candles closed below the Moving average sell signal sent, or when above buy signal sent.
You can add diff conditions based on how you different indicators take or give signals.
4. Create a Signal template for buy /sell/ Exit trade/ Continuation trade. This is where each setting would be defined. This implies that when certain conditions are all yes, let it buy or Sell or Exit the trade.
5. Pick ATR value, pick the total equity, pick the risk percentage entered for each trade, and calculate the lot size based on these data.
6. Put all those conditions above as an Algorithm.
7. Detect Trends by addition of Trend indicators.
8. Detect Volume by allowing additions of volume indicators.
9. Allow for selection of Deriv, Forex, Indices, Metals for MT5 only
10. Allow all time frames.
Buy Condition:
1. All indicator added for buy are Yes
2. Funds are available
3. Risk ratio imputed
4. Trend favors the Signal (Uptrend for Buy)
5. Lot size is calculated.
Sell Conditions:
1. All indicator added for Sell are Yes
2. Funds are available
3. Risk ratio imputed
4. Trend favors the Signal (Uptrend for Buy)
5. Lot size is calculated.
Exit
1. All indicator added for buy are Yes
Continuation Trades.
1. All indicator added for Buy/Sell are Yes
2. Funds are available
3. Risk ratio imputed
4. Trend favors the Signal (Uptrend for Buy)
5. Lot size is calculated.
11. Freedom to deselect any conditions you want to be deducting.
12. Automatic back testing of preset conditions. This should be based on how the candles are formed.
13. Options for locking it and releasing to only authorized account.
14. Should work on all Time frames
15. Sources code would be delivered
16. Open two trade, TP for Trade 1 = 1ATR or as defined by me. SL for Trade 1= 2ATR or as defined by me. I can change the number of ATR. For Trade 2 TP =Open SL = Same as Trade 1.
17. When Trade 1 hits TP then move SL of Trade 2 to Entry position. Set New SL to trail at 2ATR. TP of Trade 2 = Open. I should also be decide if it’s just one trade that it should open and which of the conditions should follow.
Note: All signals must be formed at the beginning of a new candle for the respective timeframes. Don't give signal at the middle of a time frame. Like the attached file, all the indicator must agree before a buy signal is given. The opposite would be for sell. should be able to add up to 20 indicators per signal.
비슷한 주문
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
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
//———————————————————————————————————————————————————————————————————— 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 () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
SPECIFICA TECNICA Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo , in grado di adattare il comportamento alle diverse condizioni di mercato di XAUUSD. Lo sviluppatore può utilizzare tecniche appropriate quali trend Following
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured
Title: Multi-Timeframe Pure Price Action & Elliott Wave Execution Bot for XAUUSD 1. Project Overview I need a robust, automated trading bot (Expert Advisor) for MetaTrader 5 (MT5) to trade XAUUSD (Gold) exclusively. The strategy is built entirely on Top-Down Multi-Timeframe (MTF) market structure, pure price action, and Elliott Wave principles. It does not use traditional lagging technical indicators (like RSI or
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
Hi i need help to connect my chat gtp with ninja trader I have all tools. Just need supervision and seeking a professional who can do that for me. This the bridge extension https://crosstrade.io/blog/chatgpt-to-ninjatrader-mcp-walkthrough
MT5 EA DEVELOPMENT SPECIFICATION CHANNEL + RSI REVERSAL STRATEGY I need a professional MetaTrader 5 Expert Advisor based on the following exact strategy. 1. Core Strategy The EA must automatically identify a valid price channel using confirmed swing highs and swing lows. The strategy trades reversals from the channel extremes: SELL: Upper channel + RSI above 70 + bearish rejection. BUY: Lower channel + RSI below 40 +