I need someone to develop, modify, and add additions and improvements to my open source expert:
Required:
1- Ensure that the expert is correct and that the deal is concluded and exited when the Parabolic signal appears directly on or below the current candle and not the next candle.
2- Organizing the settings in the expert settings and separating them with a separator, whether dotted lines or whatever you deem appropriate. The important thing is to separate the contract size, trading days, news, etc., so that each group appears separately until it is distinguished.
3- Make sure that there is an option for complications, and if it does not exist, work on adding it.
4- Organizing the screen and information panel on the chart to appear more beautiful with the addition of the option to close all deals and add a buy or sell order with the lot field.
5- Work to operate the hedging and scalping system, but follow the pre-programmed entry and exit signals
6- Place an option on the main screen of the chart for all times and frames so that I specify for it to make deals with the largest trend, for example.
When placing the expert on the chart at an interval of one minute, I press or select from the information panel on the chart and select (five minutes, ten minutes, a quarter of an hour).
I am currently, as I mentioned, at an interval of one minute, for example, then the expert will conclude deals with the trend and the largest interval, starting from a quarter of an hour. If the Stochastic interval is a quarter of an hour, my selling is saturated and at the bottom, then the expert quickly looks at the five-minute interval, and if it is also at the saturation of my selling, he immediately heads to the five-minute interval, then when it is An interval of five minutes in an oversold area, then he concludes buy deals for only an interval of one minute, and the multiplier increases upon reversal, and so on.
This is just an example, and vice versa, in the case of overbought at three intervals, then only selling deals are concluded within a minute interval. This applies to long breaks
Such as if I trade at an interval of one hour, but by clicking on four hours and a day, for example, so no deals are concluded at an interval of one hour except according to what happens at an interval of four hours and one day on the evening of my buying or selling saturation.
Похожие заказы
The indicator should look for specific conditions in the market based on kijun sen, tenkan sen and kumo values, where kijun sen, tenkan sen, kumo a and b close values are equal to previous close vakues
I need a simple bot for opening range. Simple Entry / Exit rules, to be able to customize the timeframe, time zone (entry candle) and other normal settings like size, etc
Free link free land free land free land free land free free land free land free things free land free land free land free land free land free land free land free Finch I will do it
Platform: MT5 (MQL5) OVERVIEW: I need a custom MT5 indicator that generates only high-probability A+ buy and sell signals. The indicator should combine market structure, support/resistance, liquidity sweeps, candlestick confirmations, session filtering, and Fibonacci retracement logic. FEATURES REQUIRED: SUPPORT & RESISTANCE Automatically detect and draw support and resistance levels. Levels should update
Title Professional AI Automation Trading Bot for Forex & Crypto Solution Language Python (preferred) or MQL5 depending on integration requirements. Categories Expert Advisor (EA) for MetaTrader 5 Automated trading strategies AI/ML-based signal generation Risk management automation Required Skills Strong knowledge of MQL5/Python Experience with MetaTrader API integration Machine learning model deployment
i want a developer to build me a robot according to mt style i want an engine which is going to trade gold with small accounts, i want it to be perfect or any developer who has that existing robot we can negoiate the price
Hi, I am looking for an experienced MQL5 developer to modify an existing, fully functional MetaTrader 5 Expert Advisor (Source code .mq5 Version 2.62 will be provided). Brief Overview of the EA: It executes trades based on 4 custom Supply/Demand levels (R1, R2, S1, S2) which are inputted manually . It uses two custom indicators for confirmation: SPA (Price Action filter) and AMG (Volume/Momentum filter). The code
Description: I am looking for an experienced MQL5 developer to build a fully automated Expert Advisor (EA) for MT5 tailored for Prop Firm challenges and funded accounts. I need a robust, plug-and-play solution with rigorous risk controls. Key Requirements: Platform: MT5 Trading Logic: I am looking for a reliable strategy based either on a Breakout Strategy (e.g., London session breakout) or a Mean Reversion Strategy
I would like a trend and pullback strategy for the robot timeframe:15 minutes(m15) or 1 hour(h1) indicators:50 EMA (Exponential Moving Average)/200 EMA/RSI (14) BUY SET UP 1.Confirm The Trend .50 EMA must be above 200 EMA .Price must be above both EMAs 2.Wait for a pullback .Do not buy when the price shoots up. .Wait for the price to come back near the 50 EMA 3.Confirm entry .ENTER BUY WHEN: .A bullish candlestick
//+------------------------------------------------------------------+ //| Simple XAUUSD EA | //+------------------------------------------------------------------+ input double LotSize = 0.01; input int StopLoss = 500; // in points input int TakeProfit = 1000; // in points input int MAPeriod = 20; int maHandle; int OnInit() { maHandle = iMA(_Symbol, PERIOD_H1, MAPeriod, 0, MODE_SMA