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
Commandes similaires
Hello, I am looking for an Expert Advisor (EA) that focuses on account preservation and consistent growth , rather than aggressive or risky strategies. My requirements are: Target: at least ~1% weekly return Strategy: low-risk, controlled drawdown Must NOT use martingale or grid systems that can blow the account Prefer quality trades over quantity like 100–200 trades per day Consistency is more important than high
I am looking for a scalping EA based on daily VWAP for intraday trading. initiate buy when above VWAP and initiate sell below VWAP. it should have proper risk to reward
[Automatic Level Detection Group] - Enable Auto Detection: Yes/No - Number of Levels Required: (Number) 3-5 - Lookback Bars: (Number) 100-200 - Minimum Touches for Strong Level: (Number) 2 - Use Zig Zag Algorithm: Yes/No - Use Level Clustering: Yes/No - Max Cluster Distance (points): (Number) [Display and Drawing Group] - Resistance Line Color: (Color) - Support Line Color: (Color) - Show Info Labels: Yes/No - Lines
I am having 2 very proven and profitable EA which will give you profit and at the end of week you are always in profit. 1 This bot is safe bot and it generates handsome amount of profit with very less drawdown and high accuracy of 75-85%. 2. This bot is very aggressive and will suggest to go with only when you are having big capital and wanted to take more risk. It can make your account multiple fold
Trading can take us to the top but trading robots would take us to the sky with trades, money and more. Trading is about learning how to make money and become successful without pressure. I need an excellent trading robot with excellent skills and knowledge
The strategy is already fully defined with exact logic, scoring system, entry rules, risk management, and execution protection (spread, slippage, deviation). The strategy is already fully defined with exact logic, scoring system, entry rules, risk management, and execution protection (spread, slippage, deviation). Please follow the specification strictly without any discretionary interpretation
Job Description: I am looking for a skilled MQL5 developer to create a custom Expert Advisor (EA). The trading strategy relies on standard indicators, but requires precise execution logic and strict risk management rules. Key Technical Requirements & Skills Needed: Multi-Timeframe (MTF): Basic ability to read one indicator's data from a higher timeframe (M15) while the EA runs on a lower timeframe (M5). Instant
Ready made robot for executing trades because don't have PC or laptop does it come as license key that allows straight extension to be a ready made of change your mind and the match is still hustling and I recommend exness broker on any. Strategy of a mobile robot arrena that execute trades it self and 24/7 operational system that enhances power of electronic art technology with automatic EA optimization
Società di investimento con attività tra Sanremo e Monaco ricerca un giovane collaboratore con esperienza nell’utilizzo avanzato di MetaTrader 5. Si richiede la conoscenza della lingua ITALIANA e INGLESE. Si richiede una chiamata conoscitiva. Il collaboratore si occuperà di: • eseguire backtest di strategie di trading su MT5 • effettuare ottimizzazioni parametri tramite Strategy Tester • analizzare risultati e
Code pour créer un robot //+------------------------------------------------------------------+ #include <Trade/Trade.mqh> CTrade trade; // SYMBOLS string symbols[3] = {"Volatility 10 Index","Volatility 25 Index","Volatility 75 Index"}; string bestSymbol = ""; // VARIABLES double startBalance; int tradeCount = 0; int lossStreak = 0; bool tradingStopped = false; bool profitMode = false; datetime lastDay; // PARAMÈTRES