I need an experienced developer to modify my existing code EA for full functionality.

Trabajo finalizado

Plazo de ejecución 23 días

Tarea técnica

Hi, I've developed an Fratile brake and retest EA. I have not been able to backtest it since i cant get it to work. I need your help in checking the code and making sure that the code is intact and all functions will work as they are or perhaps add your improvements. Please see a detailed description of the EA below. Reachout to me and i will provide you with the full code. 


Fractal Breakout EA Overview

The Fractal Breakout EA is designed to execute trades based on fractal breakouts on specified timeframes. It utilizes fractals to identify potential breakout points and enters trades when prices retest these levels. The strategy is enhanced with several risk management and trading optimization features like martingale, trailing stops, and the ability to manage multiple entries per signal.

Inputs and Settings

  • StopLossPips and TakeProfitPips: Define the stop loss and take profit settings in pips.
  • InitialLotSize: Initial lot size for the first trade.
  • MartingaleFactor: Factor by which the lot size increases following a loss if the martingale feature is active.
  • UseMartingale: Boolean to activate/deactivate the martingale feature.
  • ClosePrevious: Boolean to determine whether to close previous trades when a new trade is opened.
  • UseAutoLot: Enables automatic lot size calculation based on account balance and risk.
  • RiskPercentage: Percentage of account balance risked per trade.
  • MaxEntriesPerSignal: Maximum number of concurrent entries allowed per trading signal.
  • TradingStartTime and TradingEndTime: Define the start and end times for trading to avoid low liquidity periods.
  • ProfitPipsForAdditionalEntries: Number of pips in profit required to trigger additional entries.
  • TrailStopStart and TrailStopDistance: Settings for the trailing stop feature.

Key Components

  • CFractals: A fractal indicator used to determine the fractal highs and lows around which trading decisions are made.
  • CTrade: An object to handle trade operations.
  • cumulativeLoss and martingaleActive: Variables to manage the state and calculations related to the martingale feature.

Functions

  • OnInit(): Initializes the EA, sets up the fractal indicator, and starts a timer for periodic execution of the trading logic.
  • OnTimer(): Main function called at regular intervals to check trading conditions based on the current market data and system settings.
  • ProcessEntries(): Processes trading signals based on fractal data and current price action, managing trade entries and exits.
  • PlaceTrade(): Executes trade entries for buy or sell based on signal conditions.
  • UpdateTrailingStop(): Adjusts the stop loss dynamically as the trade moves into profit to protect gains.
  • CheckForAdditionalEntries(): Evaluates conditions for making additional entries when a trade is in profit.
  • AdjustLotSize(): Adjusts the trading lot size according to the martingale strategy or resets it based on the strategy settings.
  • CalculateLotSize(): Calculates the lot size based on the risk percentage and account balance.
  • CheckMartingaleCondition(): Adjusts the martingale strategy based on the outcome of the last trade.
  • OnDeinit(): Cleans up resources when the EA is removed from the chart or the chart is closed.

Strategy Logic

  1. Fractal Detection: Uses fractals to detect significant breakout levels.
  2. Trade Execution: Enters trades when prices retest the detected fractal levels from the correct direction.
  3. Risk Management: Implements a trailing stop loss and a martingale feature for loss recovery.
  4. Additional Entries: Opens additional trades in profitable conditions to maximize gains.

Visual Features

The EA includes visual components on the chart that display:

  • Current total funds.
  • Number of open trades.
  • Daily profits and losses.

These features provide real-time insights into the EA's performance and help monitor trading activities directly on the chart.


Han respondido

1
Desarrollador 1
Evaluación
(63)
Proyectos
99
29%
Arbitraje
1
100% / 0%
Caducado
2
2%
Libre
2
Desarrollador 2
Evaluación
(5)
Proyectos
7
14%
Arbitraje
4
25% / 25%
Caducado
2
29%
Trabaja
3
Desarrollador 3
Evaluación
(1)
Proyectos
3
0%
Arbitraje
0
Caducado
0
Trabaja
4
Desarrollador 4
Evaluación
(255)
Proyectos
312
37%
Arbitraje
6
50% / 17%
Caducado
7
2%
Libre
5
Desarrollador 5
Evaluación
(236)
Proyectos
440
26%
Arbitraje
125
21% / 57%
Caducado
96
22%
Trabaja
6
Desarrollador 6
Evaluación
(155)
Proyectos
171
43%
Arbitraje
5
0% / 80%
Caducado
8
5%
Trabaja
7
Desarrollador 7
Evaluación
(55)
Proyectos
74
45%
Arbitraje
21
14% / 67%
Caducado
8
11%
Libre
Solicitudes similares
Greetings great developer, I am in search of a highly skilled MQL5 developer to assist with an exciting project. I need to convert two open-source TradingView indicators to NinjaTrader 8 and implement a usage restriction based on computer IDs. If you have experience with NinjaTrader 8 coding please let me know. I’d be happy to discuss the details further
I have a Gann HiLo indicator on MT4 & MT5. The size of the dots differs greatly. The pictures below show the two versions with the width set to '1' I would like to be able to reduce the size of the dots on the MT5 version to be visually the same size as the MT4 version. I've attached the current MQ5 file for you to edit
Hi, I need a robot, which wil get instructions to trade in 3 symbols at the same time based on few parameters and calculations. Example: There is 1 symbol called Gold-Near and the rate for it is 1000-1002 If i specify that when the rate reaches 1050, it should sell 1 lot Upon execution it will have to sell 1 lot of cme gold, buy 3 lots of mcx gold and buy currently (lots will be based on calculation). All the
Trading bot 300+ USD
We need bot that trades when medium and low impact news hits It will release pending order both directions few min prior to news impact And will have certain risk management strategy attached Example If Monday and Tuesday news successful clears profits It will reduce risk for next news events until new week starts each week message on tg: Dstatewealthtrading NOTE: 4 YAERS OF EXPERIENCE UPWORD, YOU MUST BE A
I need someone the create a supertrend indicator based on Heikin Ashi candles instead of normal candles. Needs to be exactly the same as the supertrend (original one) + ha from tradingview. In m1,m5,m15 the indicator must have the same values ​​found with the tradingview. Work that meets this requirement will be accepted ( depending on the broker and spread, however, a few pips of difference will be accepted)
are you aware of the Monday Range Strategy? https://www.youtube.com/watch?v=7B_yBBFx6z8 5pm EST time sunday - monday 5pm est and it has to be on the H1 chart , minimum 1:2 Risk to reward and break even function after 1:1
Hello, I need someone who have a great experience in ATAS platforms, I use ATAS software for orderflow and i would like tradingview to draw some light information from ATAS to tradingview. If you are capable of this please send me a message and let's proceed
Hi, I have a Live Data feature for my trading accounts that lets me check details like total open positions, number of lots, profits, etc. I need someone to add the number of pending orders to this live data. This is important for me to ensure that all accounts have the same number of pending orders, since I use a copy trading system. Also, there is a website where I check all the data. In this case, you would need
Hello, i am searching for an experienced, professional software engineer, who can convert three Indicators from MQL4 to MQL5. This may sound like an easy job, but one indicator is like a trading system and therefore a bit complex. So you need to have a very good understanding of both languages. You should also be able to code MQL5 classes ( https://www.mql5.com/en/docs/basis/oop ). The intention is to code MQL5
I was looking around for a robot to trade with and came across one that looked like it had some promising results, i would like to optimize the existing robot for even better and more consistent results and convert the mql4 code to mql5 so that i can run it on my live account after testing. I would like the expert to be run on the 5 minute time frame. Note: The robot is based on the martingale system. I have provided

Información sobre el proyecto

Presupuesto
35+ USD
Para el ejecutor
31.5 USD
Plazo límite de ejecución
de 1 día(s)