Need a programmer that can fix my EA

MQL5 Indikatoren Experten

Auftrag beendet

Ausführungszeit 1 Tag
Bewertung des Entwicklers
It was my first job in freelance. Very patient and polite person! I suggest all developer working with him.
Bewertung des Kunden
Great person and an amazing programmer too! Made a great EA for me. Would definitely work with him again :)

Spezifikation

hi


I am looking for someone to fix this EA I have currently.


I have copied a source code for the "Dark point" EA, which was converted from the DARK POINT INDICATOR.


however the problem is, the ea does not take any live trades. ON strategy tester the EA seems to work fine, put when I put it on a chart and have algo trading enabled, the EA does not take trades


source code is below:


#include <Trade/Trade.mqh>




int handleDarkPoint;


int barsTotal;




CTrade trade;




int OnInit(){


   handleDarkPoint = iCustom(_Symbol,PERIOD_CURRENT,"Market/Dark Point MT5.ex5","","DP_",40,3,1.0,"",14,"",true,0.8,true,1.6,true,3.2,true,1.6,true,3.2,true,5.0,"",true);


   barsTotal = iBars(_Symbol,PERIOD_CURRENT);


   


   return(INIT_SUCCEEDED);


}




void OnDeinit(const int reason){




}




void OnTick(){


   int bars = iBars(_Symbol,PERIOD_CURRENT);


   if(barsTotal != bars){


      barsTotal = bars;


   


      double dpBuy[], dpSell[], dpBuyStar[], dpSellStar[];


      CopyBuffer(handleDarkPoint,0,1,1,dpBuy);


      CopyBuffer(handleDarkPoint,1,1,1,dpSell);


      CopyBuffer(handleDarkPoint,2,1,1,dpBuyStar);


      CopyBuffer(handleDarkPoint,3,1,1,dpSellStar);


      


      if(dpBuy[0] > 0 || dpBuyStar[0] > 0){


         Print(__FUNCTION__," > New buy signal...");


         


         double ask = SymbolInfoDouble(_Symbol,SYMBOL_ASK);


         ask = NormalizeDouble(ask,_Digits);


         


         double tp = ObjectGetDouble(0,"DP_TP_Line_1"+IntegerToString(iTime(_Symbol,PERIOD_CURRENT,1)),OBJPROP_PRICE);


         tp = NormalizeDouble(tp,_Digits);


                  


         double sl = ObjectGetDouble(0,"DP_SL_Line_1"+IntegerToString(iTime(_Symbol,PERIOD_CURRENT,1)),OBJPROP_PRICE);


         sl = NormalizeDouble(sl,_Digits);


                 


         if(ask > 0 && tp > 0 && sl > 0){ 


            trade.Buy(0.1,_Symbol,ask,sl,tp);


         }


      }else if(dpSell[0] > 0 || dpSellStar[0] > 0){      


         Print(__FUNCTION__," > New sell signal...");




         double bid = SymbolInfoDouble(_Symbol,SYMBOL_BID);


         bid = NormalizeDouble(bid,_Digits);


         


         double tp = ObjectGetDouble(0,"DP_TP_Line_1"+IntegerToString(iTime(_Symbol,PERIOD_CURRENT,1)),OBJPROP_PRICE);


         tp = NormalizeDouble(tp,_Digits);


                  


         double sl = ObjectGetDouble(0,"DP_SL_Line_1"+IntegerToString(iTime(_Symbol,PERIOD_CURRENT,1)),OBJPROP_PRICE);


         sl = NormalizeDouble(sl,_Digits);


                 


         if(bid > 0 && tp > 0 && sl > 0){ 


            trade.Sell(0.1,_Symbol,bid,sl,tp);


         }


      }


   }


}

Bewerbungen

1
Entwickler 1
Bewertung
(139)
Projekte
181
24%
Schlichtung
23
22% / 39%
Frist nicht eingehalten
13
7%
Frei
2
Entwickler 2
Bewertung
(1)
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
3
Entwickler 3
Bewertung
(1)
Projekte
1
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
4
Entwickler 4
Bewertung
(15)
Projekte
20
35%
Schlichtung
3
0% / 100%
Frist nicht eingehalten
0
Frei
Veröffentlicht: 1 Beispiel
5
Entwickler 5
Bewertung
(19)
Projekte
27
26%
Schlichtung
2
0% / 100%
Frist nicht eingehalten
2
7%
Frei
6
Entwickler 6
Bewertung
(15)
Projekte
17
29%
Schlichtung
0
Frist nicht eingehalten
1
6%
Frei
Ähnliche Aufträge
Project Overview I have an existing MT5 Expert Advisor (EA) written in MQL5. The source code ( .mq5 ) will be provided. The underlying strategy is a trend-following system that performs well during trending market conditions, but requires professional quantitative research to improve its ability to identify and avoid highly sideways/range-bound market conditions. The objective of this project is not to build a new EA
I am looking for an experienced MQL5 Expert Advisor (EA) developer to analyze an existing trading setup and develop a similar automated trading robot. Project Overview I have access to a demo trading account where trades are being executed automatically. The trading results look very promising, but I do not know exactly what strategy, logic, indicators, or trade-management rules are being used. I will provide access
Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
Modification of existing ea …. Add ema filter, add risk percentage per trade, and modify the pips per day filter. I already have the ea code I just need these things added and modifified
Expert Advisors 300+ USD
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
i share my strategy i need a bot trending bot fo mt5 . i attached the photo with this it help to make bot. it basicly 1 hours time frame base. i try but failed to make it
Title: Simple background trading bot for my Oanda account (v20 REST API) Overview Hi, I need a simple, lightweight event based standalone trading bot that connects directly to my Oanda account using broker’s standard REST API (V20 account) via VPS The bot just needs to look at group of 5 currency pairs (manually selectable and adjustable) in different 4 baskets, do some basic percentage math every period, and place
MQL5 Developer 30+ USD
📄 وثيقة المواصفات الفنية لروبوت التداول (MQL5 EA Specification) 📌 1. ملخص المشروع والهدف * اسم المشروع: Gold Cent Grid-Hedge EA * المنصة: MetaTrader 5 (MQL5) * أداة التداول: الذهب (XAUUSD) * نوع الحساب: حساب سنت (Cent Account) * فكرة الاستراتيجية: تداول شبكة هيدج متوازنة (Grid-Hedging) تفتح صفقات تعزيز كل مسافة محددة، وتغلق الطرف الأكثر ربحاً عند تحقيق هدف مالّي مجمع بالدولار/السنت لإعادة هيكلة التوازن. ⚙️ 2
I need a developer who also understands trading. I have a Telegram copy-trading bot that reads signals from a Telegram channel via a Python script and converts them into trading orders. I want to create a program that analyzes Gold (XAUUSD) charts specifically and sends signals in this exact format: #XAUUSD BUY 4324-4321 TP 4327 TP 4330 TP 4334 TP 4339 TP 4344 TP 4354 TP 4364 SL 4311 If the # symbol is missing at the
Hi developer I want to convert my mt4 EA to mt5 EA . I have a mt4 ea with source code. i want developer to copy same mt4 code and create mt5 EA

Projektdetails

Budget
30+ USD