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. // ..." /> 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. // ..."> 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. // ..." />

ea looking at and sorting problem out

6.0 GBP

6.0 GBP peopleperhour 技术与编程 海外
518天前

详细信息

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 successfully2023.12.07 14:17:44.056 Experts initializing of Advisor (USTEC,M15) failed with code 12023.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 NUMBERdatetime expiry = D'10.05.2023' ; // ENTER YOUR EXPIRY DATE- (DD.MM.YYYY)
// External Parametersinput double StopLoss_Pips = 10; // StopLoss in Pipsinput double BreakEvenPips = 5; // Breakeven (Pips)input double TrailStep_Pips = 1; // Trail Step (Pips)input double TrailStopPips = 1; // Trail SL (Pips)
// Other Parametersint Slippage = 3;double TrailingPrice_Buy = 0;double TrailingPrice_Sell = 0;
// Initializationint 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);}
// Deinitializationvoid OnDeinit(const int reason){ // Deinitialization code (if needed)}
// Expert Tick Functionvoid 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.// ...

免责声明

该外包需求信息来源于站外平台,本站仅提供公开信息部分字段展示与订阅服务,更多请查看免责声明

关注公众号,不定期副业成功案例分享
关注公众号

不定期副业成功案例分享

领先一步获取最新的外包任务吗?

立即订阅

类似推荐

Technical Specification for a 3D Model Marketplace Website** 1. Project Goal** Develop a platform where 3D model designers can register, upload, and sell their work. Buyers will be able to browse, filter, and purchase models. 2. Technology Stack Frontend**: React.js or Next.js (use SSR/CSR depending on context) Backend**: Laravel (upgrade to the latest version, minimum Laravel 9) Database**: MySQL (if already in use) File Storage**: Local or via S3/Wasabi Authentication**: Laravel Sanctum or Passport * **Payments**: Stripe, PayPal (or local payment gateways if necessary) 3. Main Sections of the Website** 3.1. Home Page * Keyword search * Filters by category, file format, and price * Blocks: "Popular Models", "New", "Recommended" 3.2. Model Catalog** Model listing with pagination Filtering by: Category Format (.obj, .fbx, .stl, etc.) License * Price range Sorting options: by date, price, popularity 3.3. Model Detail Page * Title and description * Preview (image/video/viewer) * Technical specs (polygon count, textures, etc.) * Purchase button (for paid models) * Download button (for free models) #### **3.4. Designer Dashboard** * Registration / login * Add/edit models * Sales and downloads statistics * Balance and payout management * Profile and settings 3.5. Buyer Dashboard** * Purchase history * Download purchased models * Profile and settings --- 4. Admin Panel** * User management * Model moderation (approve/reject) * Category, format, and license management * Financial reports * Site settings 5. Update & Migration** * Upgrade Laravel 5 to the latest stable version (Laravel 11) * Migrate logic, migrations, models, and controllers with compatibility in mind * Convert existing HTML templates into React components (or Next.js Pages/App Router) 6. Additional Features** * Support for large file uploads (chunked upload) * 3D viewer integration (e.g., Three.js) * Multilingual support (i18n) * SEO optimization (especially important with Next.js)
10.0 USD 技术与编程 peopleperhour 海外
16小时前