Update my custom chart builder

MQL4 Indicatori Esperti

Lavoro terminato

Tempo di esecuzione 2 giorni
Feedback del cliente
Fast and efficient coder.

Specifiche

Looking for a Mt4 dev with good OOP knowledge, and some experience with building custom candles.

In my custom chart builder app, I need a custom candle builder method audited and re written for custom charts.

I have set up a test environment, specifications are commented at the top of the expert file.

Already set a development environment ready to go. Just run the EA to get started. Files attached.


For your convenience, I've added them here:


Task - Rebuild Custom Candle Class ( CustomBuilders\CustomCandleBuilder.mqh )

   

      -  CustomCandleBuilder::BuildRates() currently builds the customer rates in the wrong direction.

         All custom rates are stored in the base class array: m_customRates[]

         

         Please re build this method so the loop decrements from the back of history towards zero, so we build the rates

         from the past toward the current candle.

         

         m_customRates[] is set as a series array already in the base class.

         

      -  Sommtimes there are corrupted candles which print at the current candle area. I believe it is the custom rates building algorithm in this class that 

         is producing the problem.

         

      -  The way this class works is it is fed a 'DataSource' class, which provides the rates you should be using to build the custom candles with.

         Currently the DateSource is set to PERIOD_H1 to improve build speed. But the algorithm should also work if we switch the datasourse to 1 min data.

         

         I don't think this should affect how you design the custom candle builder algo through. But you will see how it is working currently,

         it is easy to understand.

         

      -  This custom candle builder should be able to build 2 and 3 day charts also, which it can currently do.

      

      

      To Summarize:

         - Rebuild the custom candle algo, with counts down to be stored in series arr

         - Should work regardless if the datasource is 1 hour or 1 min candles

         - Should be able to handle building 48 and 72 hour candles like it does now. 

         - Correctly work with the broker start hour that is passed in the constructor. No need to do any GMT calcs, this is done externally.



Con risposta

1
Sviluppatore 1
Valutazioni
(7)
Progetti
13
0%
Arbitraggio
5
20% / 60%
In ritardo
0
Gratuito
2
Sviluppatore 2
Valutazioni
(50)
Progetti
74
27%
Arbitraggio
12
58% / 17%
In ritardo
14
19%
Gratuito
Ordini simili
Modification of Trade_Panel_7 7.05 Objective . I have this utility “Trade_Panel_7 7.05” with which I open and close positions. Please refer to attached “Trade Panel Modification.jpg”. It shows an input parameter “Volume Step”. This parameter has the initial value of 0.02 as shown. This feature needs to be amended. Present Status . Value of lot size is increased by this “Volume Step”. I have built a whole series of
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I'm looking for an experienced developer to create an automated gold trading bot. The bot should be compatible with MetaTrader 4/5 and TradingView. Key Requirements: - Automated trading bot - Compatible with MetaTrader 4/5 and TradingView - Implement scalping and swing trading strategies Ideal Skills and Experience: - Proficiency in trading algorithms - Experience with gold trading - Familiarity with MetaTrader and
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hello, I need a custom NON-REPAINT MT5 indicator that gives sell/buy arrow signals 1–2 candlesticks before a spike on Crash and boom indices respectively occurs. Requirements: Works perfectly on MT5 Shows arrows before the spike (1–2 candles earlier). Non-repaint – once the arrow appears, it must stay. Should be accurate, not quantity — only quality signals. Must work on both demo and live accounts. I want the
Hello, I saw an indicator on TradingView and would like to know if you will be able to convert it for use on Thinkorswim platform? Thanks. if anyone can help me with it kindly do well to bid it urgent thanks looking forward too see you
calcVolume( void ) { //--- MqlRates rates[]; if ( CopyRates ( _Symbol , PERIOD_CURRENT , startTime, endTime, rates) > 0 ) { double rangeHigh = rates[ 0 ].high, rangeLow = rates[ 0 ].low; int count = MathAbs ( iBarShift ( _Symbol , PERIOD_CURRENT , startTime) - iBarShift ( _Symbol , PERIOD_CURRENT , endTime)) + 1 ; //---VERTICAL PRICE RANGE for ( int b = 0

Informazioni sul progetto

Budget
50 - 250 USD
Scadenze
da 1 a 3 giorno(i)