Create an algorithm based on the following
MACD & 200 EMA strategy., Bollinger Bands, MACD (Moving Average Convergence Divergence), and Stochastic Oscillator to identify potential entry and exit points for scalping. The strategy aims to capitalize on short-term price fluctuations and generate quick profits.
The Bollinger Bands help identify overbought and oversold conditions, while the MACD provides trend signals and the Stochastic Oscillator confirms entry signals. The bot will enter a trade when the price is at a favorable position relative to the Bollinger Bands and when the MACD and Stochastic Oscillator align with a bullish or bearish bias. Stop-loss and take-profit levels are set to manage risk and secure profits.
The Ea will use these 2 additional Indicators, i have uploaded the Fx power and Fx Volume Code Snippets also
Here are the links for the indicators
Fx Power Indicator: https://www.mql5.com/en/market/product/16252?source=Site
Fx Volume Indicator: https://www.mql5.com/en/market/product/16254?source=Site
To use the Fx Volume Indicator you will need to download the Free EA that pulls the data: https://www.mql5.com/en/market/product/46998?source=Site
Settings that the indicator will need to have:
I will need to be able to Back test this on MT5
Pairs to Trade: here i will put which pairs i want it to trade.
Time Settings: this settings will consist of 3 time settings
1. Start Time: this will be the time when the EA will start looking for trades
2. End Time: This is the time when the EA wil STOP looking for trades, but will keep open trades OPENED
3. Close ALL OPEN Trades TIME: This is the time when the EA will CLOSE ALL OPEN Trades.
Money Management:
1. Take Profit
2. Stop Loss
3. Break Even:
4. Break Even Pips Over: This means ho w many pips over break even point to move the stop loss, so it can cover the expenses and the spread.
5. Max Open Trades per Fx Pair: This will let me put a quantity of Maximum Open Trades i want the EA to open per Fx Pair.
How the EA will select Trades
The EA will make Trades based on the Fx Volume Indicator and will be filtered out by the Fx power
The Fx Volume Indicator will show you when there is a change on the Percentage either up or down, to make it simple let me put an example.
On the Fx Volume you will see that the USD is going up and several other currencies going down, the EA will then have to select which of this will be better for a trade, the Way to do it is by filtering out the Noise by using the Delta on the Fx power Indicator.
I want a bot who can be constant, be updated with news, Stop Trading while big new.
Fully automatic Forex Robot
• Compatible with MT5
• Tested SET Files
• Low & Medium Risk Strategies
• Effective Money Management To Ensure Sustainable Growth
• Trade Any Pair, Indices, or Crypto
• Works With Any MT4/MT5 Trading Brokerage
• Multiple Filters To Avoid Bad Market Conditions
• Dashboard
• Hedging Option
• Indicator selection
• News filter
• Awesome Dashboard
Solicitudes similares
//+------------------------------------------------------------------+ //| Simple Robo Trader MT5 | //| Works on any pair & timeframe | //+------------------------------------------------------------------+ #property strict // Input settings input double LotSize = 0.01; input int FastMA = 10; input int SlowMA = 30; input int RSIPeriod = 14; input int StopLoss = 200; // in points input int TakeProfit = 400;// in
-I am looking for an experienced MQL5 developer to build a custom MT5 Expert Advisor based on a clear, rule-based trading logic. This project is focused on structure, discipline, and long-term robustness rather than aggressive or experimental approaches. The EA will be based on a single coherent logic and must follow strict execution rules, with clean and professional MQL5 code suitable for controlled testing and
Create an automated trading robot that can execute trades on my behalf without requiring manual intervention.The robot should be able to monitor market conditions, execute trades, manage risk, optimize performance
1.RSI strategy for gold , use RSI to identify overbought (above 70)and oversold (below 30) conditions. .Implement entry signals when RSI crosses these thresholds. 2.Risk management , set a maximum percentage of account equity per trade 1-2 % . Implement stop loss and take profit levels to limit loses and lock in gains. .Apply a maximum draw down limit to prevent significant losses. 3. Trade execution , ensure proper
//+------------------------------------------------------------------+ //| XAUUSD Ultimate Institutional EA | //| Features: | //| - True swing-based market structure | //| - BOS sniper entries on M5 | //| - Liquidity sweep filter | //| - Partial TP + breakeven | //| - Visual BOS, swings, liquidity
I will develop a custom MetaTrader 5 Expert Advisor based on the client’s provided trading rules. The EA will include proper entry and exit logic, stop loss and take profit handling and stable risk management. The code will be clean, non-repainting, MT5 compliant, and delivered with full source files. "Risk Disclosure : Trading in financial markets involves risk, and results depend on market conditions, broker
I need a professional developer to build a Telegram-to-MetaTrader trade copier system. Project overview: - A Telegram bot will read trade signals from a Telegram channel - Trades will be automatically executed on MT4 and/or MT5 accounts - The system must support copying trades to multiple MetaTrader accounts - Execution should work even when the user is offline Functional requirements: - Structured signal format
I need a MetaTrader 5 Expert Advisor (EA) built based on a clear, rule-based strategy for XAUUSD on the M5 timeframe. Indicators used: EMA 50 (Exponential, Close) EMA 200 (Exponential, Close) RSI (14) Stochastic Oscillator (14,3,3) BUY rules: Price above EMA 50 and EMA 200 RSI between 10 and 25 Stochastic crosses upward from below 20 Bullish candle close SELL rules: Price below EMA 50 and EMA 200 RSI between 80 and
Platform: MT5 | Instrument: XAUUSD | Broker: IC Markets (ECN) Style: High-speed scalping / short-term momentum | Timeframes: M1 & M5 | Operation: Fully automated, 24/5 Overview We seek an experienced MQL5 developer to build a fast, reliable EA for live trading. The EA must: Detect symbol specifications automatically (digits, tick size, contract size) Operate continuously without manual intervention Follow logical
Convert the indicator available in trade view named "Support resistance diagonal" by Pikusov to use in MT5 platform. Also need get some alerts in mobile (any social media app/ MT5) if crossing the support/ resistance lines