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

Termos de Referência

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.


Respondido

1
Desenvolvedor 1
Classificação
(57)
Projetos
84
23%
Arbitragem
1
100% / 0%
Expirado
1
1%
Carregado
2
Desenvolvedor 2
Classificação
(4)
Projetos
6
0%
Arbitragem
2
50% / 0%
Expirado
1
17%
Carregado
3
Desenvolvedor 3
Classificação
Projetos
0
0%
Arbitragem
1
0% / 0%
Expirado
0
Trabalhando
4
Desenvolvedor 4
Classificação
(247)
Projetos
301
36%
Arbitragem
6
50% / 17%
Expirado
7
2%
Livre
5
Desenvolvedor 5
Classificação
(236)
Projetos
440
26%
Arbitragem
123
21% / 56%
Expirado
96
22%
Carregado
6
Desenvolvedor 6
Classificação
(145)
Projetos
162
41%
Arbitragem
5
0% / 80%
Expirado
8
5%
Trabalhando
7
Desenvolvedor 7
Classificação
(54)
Projetos
73
44%
Arbitragem
21
14% / 67%
Expirado
8
11%
Livre
Pedidos semelhantes
I need a trading robot that will be about to enter and get out of trades automatically following a set of conditions that will be provided. it will be determining the trend on a higher time frame and making trades on a lower timeframe
Trade Copier 1. Copy same Trade. 2. Also TP and SL 3. Need reverse trading Master to Slave 4. Adjust TP and SL future on Slave if you agree send sample copy first
hi, I need to convert my MT5 robot to Python for the freqtrade framework, https://www.freqtrade.io/en/stable/strategy-customization/ For trading futures on Bybit or Binance, I can also send the MT4 version if it is more convenient
Convert Pine Script Trading view To MT4 Convert Attach Script to mt4 with buy and sell signals on Chart and Data Window. The buy and sell signal must be the SAME signals, on the same candles. No deviation. Must Match BTC 1 hr to buy and sell signals... no deviation
hello 👋 great developer am looking for developer that will help me to convert pinescript strategy to mt4 strategy I will be looking for your bid soon Best regards Ayofe
Hello! I need to make the indicator for Forex Tester 5. The platform supports indicators/strategies/scripts which are written in .dll format and can be created in Delphi or C++ programming languages. Are you interested in the task? In the attached files the Task is explained, and in the file in Excel you can see the formulas and data. The task is to make an indicator for Forex Tester 5. If you want to fulfil the
There is an indicator on tradingview under the name of "Rob Booker - ADX Breakout". I need to convert it to an mql4 expert advisor. Plus adding regular standard settings of EA as tp,sl,lots,etc
THE DEVELOPER MUST NOT HAVE ANY PENDING JOBS TIME IS OF THE ESSENCE I ALREADY HAVE SORUCE CODE, ADD ENTRIES AND CONDITIONS TO CODE I NEED THIS DONE BY TODAY OR TOMORROW MORNING THE LATEST The MT4 EA will work simultaneously on multi pairs the broker has to offer. The opening procedure will begin as follows: In this example I will use a BUY order. The same for SELL order. When the EA is dragged/ double clicked/ added
Hi I bought FXSSI.com tools ( sentiment indicator) including the following indicator: FXSSI.Ratio.ex4 (.mq4 versions are not provided) Now I am trying to export the indicators' output values in an EA in order to generate trading signals and to backtest strategies based on various combinations of some of these indicators but I can't make it work. I use iCustom() but it always returns either: > 2147483647 if
EA (mq4 file) needs customization: 1. Add 2 params and their functionality. 2. Fix Global Variables (GV) so EA will NEVER miss a trade for any reason. Should not take more than an hour to complete the job

Informações sobre o projeto

Orçamento
35+ USD
Desenvolvedor
31.5 USD
Prazo
de 1 dias