2 Simple changes to a Daily H/L/O/C indicator - Job 1 of 6

MQL4 Indicateurs

Tâche terminée

Temps d'exécution 11 minutes
Commentaires du client
Everything was great, many thanks!

Spécifications

Hello;

     I have created a profitable trading system, however the indicators in their current state need to be changed. As such, I will be posting jobs for four indicators recoded, the creation of one custom indicator, and the creation of one EA. I will post these one at a time, when one is completed, I will post the next one. I will start with the easiest first, and also provide unabridged explanations, in order to not waste your time.(The last thing you want is to code an indicator and then have the buyer send it back because he/she wants more changes)

 

     If you bid, please keep in mind that all of these instruments will be used on a median renko brick chart, as such there is no “time” variable,(there is time on the feeder chart) which also means that, on events like news releases, numerous bricks can be printed in a fraction of a second.(In the past I have found this to cause some indicators to not work correctly) Also the final EA will make all decisions based upon data at the “close of a candle” not the real time data during the creation of the candle. In the past I have used indicators that have so many loops and try to update so fast that it literally lags out the charts.(I have a quad core processor and MT4 will not use more then one processor at a time) So please keep the code clean and CPU optimized.

 

     I do have a programming background, but not in MQL, so I feel it would be better/faster to have you do it, then for me to learn it.(No, I am not lazy, just don't need the additional headaches, lol) At the beginning of each indicator(in the code) please put your name and an email address(if you don't mind) in case I can get you more work in the future.

 

     If you feel the price listed is too little or too much, put what price you feel is fair, I am looking for the best quality, at the best price. Programmers that have won a previous job of mine, that have done quality work, will receive special consideration when the next job is posted, if they bid.

 

     Phase one:

 

     As I said, easiest first, the indicator attached shows daily H/L/O/C. Only two simple changes need to be made. The first is to have the Close line print ONLY at the close of the day, as it is now the closing line just bounces around all day, until the close of the day. The second is that the indicator displays the open and close of the day at 12 A.M. EST, when in fact(I live on the east coast U.S.) the open and close of the day should be at 5 P.M.(G.M.T.-4) I assume this means that an input variable will need to be requested in order for the indicator to know the proper open and close of the day.

 

     Job Description:

     Make the following changes to the supplied indicator:

     The Close of the day line should only print at the close of the day.

     Add an input variable to allow a user to pick which time of the day the indicator should use as the open and close. G.M.T. +/- 12

 

EDIT TO ADD:

  Very sorry, uploaded the mq4 when I created the job, and it did not work, upload it again(through edit and update) and it seems like it is available for all to see now.  In the future I will keep uploading the indicator until one actually uploads.  I will give everyone some time in case they are no longer interested after seeing the code, if you look at it, it is pretty short and simple. 

 

Répondu

1
Développeur 1
Évaluation
(12)
Projets
17
35%
Arbitrage
1
0% / 100%
En retard
3
18%
Gratuit
2
Développeur 2
Évaluation
(47)
Projets
140
49%
Arbitrage
9
56% / 0%
En retard
27
19%
Gratuit
3
Développeur 3
Évaluation
(564)
Projets
844
73%
Arbitrage
15
53% / 13%
En retard
193
23%
Gratuit
4
Développeur 4
Évaluation
(1235)
Projets
2820
80%
Arbitrage
156
22% / 43%
En retard
487
17%
Gratuit
5
Développeur 5
Évaluation
(187)
Projets
367
56%
Arbitrage
45
22% / 56%
En retard
188
51%
Gratuit
Publié : 1 article, 6 codes
Commandes similaires
Simplebot 30+ USD
#include <Trade/Trade.mqh> CTrade trade; input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; int fastHandle, slowHandle; // Initialize indicators int OnInit() { fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE); slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE); return(INIT_SUCCEEDED); } void OnTick() { double fastMA[2]; double
Indicator 250+ USD
Looking for an all in one buy sell indicator I'm looking for a strategy too as part of the project I'm willing to pay well but I will want to test it before proceeding with contract. I'm looking for a developer that is skilled motivated open for future projects... if you aren't one of those do us a favor and just don't respond
Im after a person to copy, exactly MACD in TRADINGVIEW to use on MT5. Ive tryed alot of the apps available...Tradingview works for me. Im also after a person to make a real time chart, overlayed on the delayed chart Thanks
need a dots marking of a simple rules pullback indicator. in the .tpl file look at 28 Jan 2026, TF M5 basically it is just overlaping lows or highs of the previous candle price. there are 2 scenario to accomodate: 1. simple pullbacks 2. pullbacks with inside bar and outside bar involved
buy condition when blue color appears sell condition when yellow color appears close all buys when there is a sell order close all sells when there is a buy order
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. Attività Il collaboratore si occuperà di: • eseguire backtest di strategie di trading su MT5 • effettuare ottimizzazioni parametri tramite Strategy Tester • analizzare risultati e robustezza delle strategie •
I am looking for an experienced MT5 developer to build a custom, aggressive XAUUSD scalping EA with structured basket management and momentum continuation logic. This is not a generic EA — it requires careful architecture and proper risk control. Key Requirements: Instrument & Timeframes: XAUUSD only M1 execution chart M5/M15 for directional bias and structure context Execution & Basket Logic: Aggressive basket-style
​1. Project Overview ​ Asset: XAUUSD (Gold) ​ Timeframe: M1 (1-Minute) for execution; M5/M15 for trend filtering. ​ Objective: Execute high-frequency scalps during peak liquidity (London/NY overlap) to capture 10–30 pip movements with high precision. ​ Core Logic: The "Poverty Bot" strategy relies on Mean Reversion combined with Momentum Burst (Price Action + RSI/EMA filters). ​2. Strategy Logic (The "Poverty"
Simple MA indicator with buy and sell arrow with a push notification. Conditions for buy or sell should be when price breaks above or below the MA and then retraced back to the MA creating a HH/HL or LH/LL then the buy/sell signal arrow should be at the reversal candle that forms the HL/HH. And on indicator window1 RSI cross over MA and the RSI line
Hi, I hope you doing Greate, Let me share details , so the original EA already working but you can check and verify everything fine.First you verify that all original EA features are working correctly then add a user dashboard showing the number of detected zones, buy sell both none status, and an on off button. also ensure mitigated zones disappear properly and that trades follow the zone rules, and integrate the

Informations sur le projet

Budget
10 USD
Délais
de 1 à 3 jour(s)