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.
Commandes similaires
#property indicator_chart_window #property indicator_buffers 2 #property indicator_plots 2 #property indicator_type1 DRAW_ARROW #property indicator_color1 Blue #property indicator_label1 "Buy Signal" #property indicator_type2 DRAW_ARROW #property indicator_color2 Red #property indicator_label2 "Sell Signal" double BuyBuffer[]; double SellBuffer[]; input int MA_Period = 50; input int RSI_Period = 14; int maHandle;
Need Python developer to use MetaApi.cloud Python API (ready SDK) to build a real-time equity curve chart. Project is simple and details will be shared privately. Only apply if you have strong Python experience
Code pour créer un robot //+------------------------------------------------------------------+ #include <Trade/Trade.mqh> CTrade trade; // SYMBOLS string symbols[3] = {"Volatility 10 Index","Volatility 25 Index","Volatility 75 Index"}; string bestSymbol = ""; // VARIABLES double startBalance; int tradeCount = 0; int lossStreak = 0; bool tradingStopped = false; bool profitMode = false; datetime lastDay; // PARAMÈTRES
I need someone to recreate this indicator for mt5 for $60 it has to be non repaint ,I've been trying to code this indicator so if someone can do it my contact is , sebokomorobi6@gmail.com ,or 073 923 0151 you can contact the number on Whatsapp no calls allowed
Hi Im working with a Crypto trading company and we want to branch out with our indicator, i'm researching the bot automation and need some hands on board. i i want to hear your opinion about the indicator that i would like you to build. in the PDF i explain the whole indicator and how it need to look like. happy to hear form you
I want someone to hold a session for me and explain in details on how to implement them in. I would really appreciate your guidance on how to properly set up GoCharting and get access to CME futures data
When the super trend changes from buy to sell and crosses the fast moving average and the 200 moving average is above the price, send email notification and/or sms (text) to sell . When the super trend change from sell to buy and crosses the fast moving average and the 200 moving average is below the price, send email notification and /or sms (text) to buy. Please note that there are two moving averages(fast and
Hola comunidad, Estoy buscando un desarrollador que tenga el archivo de instalación de MetaTrader 4 build 1443 o que pueda ayudarme a volver a esa versión. Tengo un robot (EA) que funcionaba perfectamente en build 1443, pero mi plataforma se actualizó automáticamente a build 1470 y ahora el robot ya no funciona correctamente. Necesito alguien que: • Tenga el instalador de MT4 build 1443, o • Sepa cómo reinstalar esa
have the Beatrix Inventor Expert Advisor (EA) that was profitable in the past but has been losing money recently. I need an experienced EA developer/optimizer to study the trade history (especially Stop Loss hits, drawdown periods, SL/TP behavior, win/loss ratio, etc.) and recommend + implement specific tweaks so it becomes consistently profitable again. Your job: 1. Deep analysis of why the EA is no longer
want to develop a trading robot (EA) for MetaTrader 5 based on 10 specific rules. The robot should include a professional interface to control all settings, including: Fixed lot size (0.50), Stop Loss (10 USD), RSI indicators for entry/exit, News filter, Trailing stop, and daily profit targets. I have the full logic ready to discuss with the developer. Please ensure high-quality code and testing