仕事が完了した
実行時間6 時間
依頼者からのフィードバック
Excelente, profissional, rápido.
開発者からのフィードバック
Again very good customer. Perfect contact, clear description, good understanding. I really enjoyed working with you. Thank you again !!!
指定
Gostaria de atualizar EA:
Proteção de limite de tempo
A proteção de limite de tempo é útil quando a licença é concedida em caráter temporário, por exemplo, utilizando a versão de teste do software ou quando a licença é concedida em caráter mensal ou anual. Uma vez que seja óbvio que isso possa ser aplicado para Expert Advisors.
A primeira ideia é verificar o tempo de servidor e com base em que permitem que o usuário use o indicador ou Expert Advisor dentro de determinado período de tempo. Depois de expirar, o concessor de licença é capaz de desativar parcialmente ou totalmente a sua funcionalidade ao licenciado.
Exemplo abaixo:
//+------------------------------------------------------------------+ //| TimeLimitProtectedEA.mq5 | //| Copyright 2012, Investeo.pl | //| http://www.investeo.pl | //+------------------------------------------------------------------+ #property copyright "Copyright 2012, Investeo.pl" #property link "http://www.investeo.pl" #property version "1.00" datetime allowed_until = D'2012.02.11 00:00'; int password_status = -1; //+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ int OnInit() { //--- printf("This EA is valid until %s", TimeToString(allowed_until, TIME_DATE|TIME_MINUTES)); datetime now = TimeCurrent(); if (now < allowed_until) Print("EA time limit verified, EA init time : " + TimeToString(now, TIME_DATE|TIME_MINUTES)); //--- return(0); } //+------------------------------------------------------------------+ //| Expert deinitialization function | //+------------------------------------------------------------------+ void OnDeinit(const int reason) { //--- } //+------------------------------------------------------------------+ //| Expert tick function | //+------------------------------------------------------------------+ void OnTick() { //--- if (TimeCurrent() < allowed_until) { } else Print("EA expired.");
}
応答済み
1
評価
プロジェクト
2925
63%
仲裁
123
45%
/
25%
期限切れ
429
15%
暇
2
評価
プロジェクト
1
0%
仲裁
0
期限切れ
0
暇
類似した注文
Olá, pessoal. Estou procurando um sócio/parceiro para desenvolvimento de estratégias em MQL5. Já possuo um código-fonte pronto, funcional e bem estruturado, com recursos como grid, martingale, trailing stop e diversos filtros operacionais. Ou seja, a base do robô já está desenvolvida. O foco agora seria criar e testar novos sinais de entrada, para acelerar a pesquisa e validação de estratégias. Meu perfil: Sou
Project Description: I am looking for a Senior MQL5 Developer to build a high-precision Expert Advisor (EA) for the US30 (Dow Jones) index, based on Smart Money Concepts (SMC) and ICT methodologies. The EA must handle multi-timeframe analysis and execute trades with mechanical precision. 1. Multi-Timeframe Analysis & Structural Logic • D1 (Confluence): Automatic plotting of Daily Fair Value Gaps (FVG) and Order
プロジェクト情報
予算
10 - 20 USD