Trabajo finalizado
Plazo de ejecución 21 horas
Comentario del Cliente
Really quick service. Understood my requirements first time. I would really recommend the developer.
Comentario del Ejecutor
An Exelent customer. Good and quick contact. Definitely reccomend.
Tarea técnica
I have started this code to draw 2 horizontal line across the chart for the highest and lowest candle for 20 candles this works fine but I want to only find the highest and lowest candle between the times of 10am to 11am. At the start of a new day these lines need to reset ready for the new 10am - 11am lines.
I will add the buy signal and functions later.
void OnTick() { // MqlDateTime TimeInformation[]; // ArraySetAsSeries(TimeInformation,true); // double TimeData = CopyBuffer(Symbol(),Period(),0,20,TimeInformation); MqlRates PriceInformation[]; //create an array for the price data ArraySetAsSeries(PriceInformation,true); //sort the array current candle downwards int Data = CopyRates(Symbol(),Period(),0,40,PriceInformation); //fill the array with price data int HighestCandle; //create variable for highest price double High[]; //create array for price data ArraySetAsSeries(High,true); //sort array from current candle downwards CopyHigh(Symbol(),Period(),0,20,High); //fill the array with the high prices HighestCandle = ArrayMaximum(High,0,20); //get the highest candle price if (TimeLocal() == ElevenAM) ObjectCreate(0,"High",OBJ_HLINE,0,0,PriceInformation[HighestCandle].high); //set object properties ObjectSetInteger(0,"High",OBJPROP_WIDTH,2); //set object width ObjectSetInteger(0,"High",OBJPROP_COLOR,clrIndigo); //set object colour // ObjectMove (0,"High",0,0,PriceInformation[HighestCandle].high); //move the line int LowestCandle; //create variable for highest price double Low[]; //create array for price data ArraySetAsSeries(Low,true); //sort array from current candle downwards CopyLow(Symbol(),Period(),0,20,Low); //fill the array with the high prices LowestCandle = ArrayMinimum(Low,0,20); //get the lowest candle price ObjectCreate(0,"Low",OBJ_HLINE,0,0,PriceInformation[LowestCandle].low); //set object properties ObjectSetInteger(0,"Low",OBJPROP_WIDTH,2); //set object width ObjectSetInteger(0,"Low",OBJPROP_COLOR,clrIndigo); //set object colour ObjectMove (0,"Low",0,0,PriceInformation[LowestCandle].low); //move the line Comment ("Highest candle: ",HighestCandle, "Highest Price ",PriceInformation[HighestCandle].high,"\n", "Lowest candle: ",LowestCandle, "Lowest Price ",PriceInformation[LowestCandle].low);
Han respondido
1
Evaluación
Proyectos
21
38%
Arbitraje
3
33%
/
33%
Caducado
4
19%
Libre
2
Evaluación
Proyectos
86
57%
Arbitraje
25
0%
/
84%
Caducado
19
22%
Libre
3
Evaluación
Proyectos
1462
63%
Arbitraje
21
57%
/
10%
Caducado
43
3%
Libre
Solicitudes similares
Tradingview Script to EA
30+ USD
✅ MT4 EA Developer Checklist (For Your Ladder EA) 1️⃣ Indicator Integration EA reads signals from provided custom indicator (.ex4 or .mq4) Detects “Buy Next” / “Sell Next” signals on current candle Works with arrow-based or buffer-based signals 2️⃣ Next Candle Execution EA does not trade on the candle where the signal appears Orders placed only at first tick of the next candle Timeframes supported: M1, M5, M15
Modification of grid EA
30 - 80 USD
Hi to all, I need a modification of an existing grid EA with the following instructions: Add the following optional external inputs to the attached Expert Advisor: input bool TradeModeAgainstTrend ( TMAT ) = true ; input int CounterTrendLotsToStartTMAT = 0.15 ; input double CoefficientForTrendLots = 0.30 ; input double MaxTrendLot = 0.08 ; input bool OneSideTMATOnly = true ; input double CombinedClosureAmount = 10.0
Simple EA
100+ USD
I need write EA which load csv file which content prices where is expected support/resistance level. When market price overstep price from csv file, EA open trade some pips above/under csv file price. Example: at symbol EURUSD market price overstep 1.16500 where is expected resistance. EA open trade pending order sellstop 1.1647 (3 pips will be external input). Trade will be closed based on smart trailling stoploss
PROFITABLE AI BOTS FOR MT5 AND CTRADER
100 - 200 USD
Hello, i need expert developer that have been develop so many profitable AI bots that work for mt5 and ctrader autonomously if you know you can easily execute this requirement bid for it. NOTE:- YOU MUST COME WITH SAMPLE FOR THE 2 TRADING PLATFORM. While i take a look at your profile and reach out to you thanks
Hi, GOLD EA is an automated trading robot designed for MetaTrader 5, focused mainly on GOLD/XAUUSD trading. The EA uses a combination of multi-timeframe trend confirmation, EMA pullback logic, ADX strength filtering, support/resistance rejection, momentum breakout, and reversal capture modules to identify potential Buy and Sell opportunities. Strategy and Trading Logic: The EA is designed to detect market direction
Gold robot
3000+ USD
I really liked this training platform. I want to start a good business with this funding amount."I like crypto trading. Does it provide a demo account that is good for learning?"
I CAN PAY UP TO $200 FOR THOSE ROBOTS
70 - 200 USD
I am looking for an MQL5 or MQL4 developer to build an Expert Advisor What I need: The Expert Advisor should be able to open up to 10 trades per day (24-hour market) Trades should not open all at once — only based on proper signals/conditions Each trade must include: Stop Loss Take Profit The Expert Advisor must use 1:2 risk to reward The strategy should aim for around 50% win rate (about 5 wins out of 10 trades)
Create trading robot EA for MT4
200 - 2000 USD
Dear developers I want to create an expert advisor for my strategy. The entry signals quite simple using OHLC, Bollinger, SuperTrend. (Possibly: ICT/FVG) The money and risk management is more difficult using martingale and trailing stops. I also need help to design this before any development
Looking to buy ready profitable EA
100 - 2000 USD
I need a ready made profitable system with live account trade or demo that can be back-tested for 2 years with good profits. Pls consider drawdown to be low , source code will be provided at the end. Very important sending 10 days demo before negociation , thank you
Gold robot
3000+ USD
Información sobre el proyecto
Presupuesto
30+ USD