
Ea looking at and sorting problem out
- or -
Post a project like this£6(approx. $8)
- Posted:
- Proposals: 9
- Remote
- #4122853
- Expired
WordPress Expert | Web & App Developer | SEO Specialist | Content Writer | Blockchain | Python | OpenAI | Machine Learning

⭐ TOP CERT Graphic Designer ⭐| Expert 2D/3D Render | Video Animator | Web Developer |Logo Designer |Graphic Animations | Video Editor ||Illustration.

Web and App Development | Database Expert | Database Analysis| Python Developer

️ Python Developer | Web & App Development | Creative Content Writer | Graphic Designer Expert

Experienced Web and App Developer | Project Manager | Shopify Customization and Design

Developer(web, python, c#) | Cybersecurity | IT Support & Management | Sales | Marketing
3151005354499297604639487324102179691018971410713660102525112433857





Description
Experience Level: Entry
have a mt5 ea its simple stop loss trail break even not a complex robot can any one fix it everytime i place it on the chart it disapears from it with this error
2023.12.07 14:17:20.779 Experts expert Advisor (USTEC,M15) loaded successfully
2023.12.07 14:17:44.056 Experts initializing of Advisor (USTEC,M15) failed with code 1
2023.12.07 14:17:44.113 Experts expert Advisor (USTEC,M15) removed
thats the code below that i was given for it
//+------------------------------------------------------------------+
//| ACCOUNT NUMBER LOCKER |
//| & |
//| ACCOUNT EXPIRY DATE |
//+------------------------------------------------------------------+
const long account_number = 5307342 ; // ENTER YOUR ACCOUNT NUMBER
datetime expiry = D'10.05.2023' ; // ENTER YOUR EXPIRY DATE- (DD.MM.YYYY)
// External Parameters
input double StopLoss_Pips = 10; // StopLoss in Pips
input double BreakEvenPips = 5; // Breakeven (Pips)
input double TrailStep_Pips = 1; // Trail Step (Pips)
input double TrailStopPips = 1; // Trail SL (Pips)
// Other Parameters
int Slippage = 3;
double TrailingPrice_Buy = 0;
double TrailingPrice_Sell = 0;
// Initialization
int OnInit()
{
// Licensing Check
if(account_number == 0);
else if(account_number != AccountInfoInteger(ACCOUNT_LOGIN))
{
Print("YOUR ACCOUNT ISN'T ALLOWED.
ExpertRemove();
return(INIT_FAILED);
}
// Expiry Check
if(TimeCurrent() > expiry)
{
Print("YOUR ROBOT IS EXPIRED. ;
ExpertRemove();
return(INIT_FAILED);
}
return(INIT_SUCCEEDED);
}
// Deinitialization
void OnDeinit(const int reason)
{
// Deinitialization code (if needed)
}
// Expert Tick Function
void OnTick()
{
// Your OnTick logic here
// ...
}
// Additional Functions (if any)
// ...
//+------------------------------------------------------------------+
//| Helper Functions |
//+------------------------------------------------------------------+
// The rest of your helper functions can be placed here, including
// IsNewBar, IsNewBar_Buy, IsNewBar_Sell, TotalOrdersOnSymbol, etc.
// ...
2023.12.07 14:17:20.779 Experts expert Advisor (USTEC,M15) loaded successfully
2023.12.07 14:17:44.056 Experts initializing of Advisor (USTEC,M15) failed with code 1
2023.12.07 14:17:44.113 Experts expert Advisor (USTEC,M15) removed
thats the code below that i was given for it
//+------------------------------------------------------------------+
//| ACCOUNT NUMBER LOCKER |
//| & |
//| ACCOUNT EXPIRY DATE |
//+------------------------------------------------------------------+
const long account_number = 5307342 ; // ENTER YOUR ACCOUNT NUMBER
datetime expiry = D'10.05.2023' ; // ENTER YOUR EXPIRY DATE- (DD.MM.YYYY)
// External Parameters
input double StopLoss_Pips = 10; // StopLoss in Pips
input double BreakEvenPips = 5; // Breakeven (Pips)
input double TrailStep_Pips = 1; // Trail Step (Pips)
input double TrailStopPips = 1; // Trail SL (Pips)
// Other Parameters
int Slippage = 3;
double TrailingPrice_Buy = 0;
double TrailingPrice_Sell = 0;
// Initialization
int OnInit()
{
// Licensing Check
if(account_number == 0);
else if(account_number != AccountInfoInteger(ACCOUNT_LOGIN))
{
Print("YOUR ACCOUNT ISN'T ALLOWED.
ExpertRemove();
return(INIT_FAILED);
}
// Expiry Check
if(TimeCurrent() > expiry)
{
Print("YOUR ROBOT IS EXPIRED. ;
ExpertRemove();
return(INIT_FAILED);
}
return(INIT_SUCCEEDED);
}
// Deinitialization
void OnDeinit(const int reason)
{
// Deinitialization code (if needed)
}
// Expert Tick Function
void OnTick()
{
// Your OnTick logic here
// ...
}
// Additional Functions (if any)
// ...
//+------------------------------------------------------------------+
//| Helper Functions |
//+------------------------------------------------------------------+
// The rest of your helper functions can be placed here, including
// IsNewBar, IsNewBar_Buy, IsNewBar_Sell, TotalOrdersOnSymbol, etc.
// ...

David L.
100% (4)Projects Completed
7
Freelancers worked with
7
Projects awarded
33%
Last project
12 Apr 2025
United Kingdom
New Proposal
Login to your account and send a proposal now to get this project.
Log inClarification Board Ask a Question
-
There are no clarification messages.
We collect cookies to enable the proper functioning and security of our website, and to enhance your experience. By clicking on 'Accept All Cookies', you consent to the use of these cookies. You can change your 'Cookies Settings' at any time. For more information, please read ourCookie Policy
Cookie Settings
Accept All Cookies