Robot inteligente

MQL5 Asesores Expertos C++

Tarea técnica

drán índices de grupos de parámetros.

//+------------------------------------------------------------------+
//| Expert initialization function                                   |
//+------------------------------------------------------------------+
int OnInit() {
   // Load strategy parameter sets
   int totalParams = LoadParams(fileName_, params);

   // If nothing is loaded, report an error 
   if(totalParams == 0) {
      PrintFormat(__FUNCTION__" | ERROR: Can't load data from file %s.\n"
                  "Check that it exists in data folder or in common data folder.",
                  fileName_);
      return(INIT_PARAMETERS_INCORRECT);
   }

   // Selected set groups
   string strGroups[] = {"55,12,3,35,48,54,16,40",
                         "11,54,33,30,62,6,10,23",
                         "50,15,8,34,2,36,4,9",
                         "26,42,25,22,36,51,53,0"
                        };

   // Scaling factors for selected set groups
   double scales[] = {4.16,
                      3.40,
                      3.33,
                      2.76
                     };
                     
   // Set parameters in the money management class
   CMoney::DepoPart(expectedDrawdown_ / 10.0);
   CMoney::FixedBalance(fixedBalance_);

   // Create an EA handling virtual positions
   expert = new CVirtualAdvisor(magic_, "SimpleVolumes_OptGroupForwardCluster");

   CVirtualStrategyGroup *groups[ArraySize(strGroups)];

   FOREACH(strGroups, {
      // Form the string from the parameter set indices separated by commas
      string strIndexes = strGroups[i];

      // Turn the string into the array
      string indexes[];
      StringSplit(strIndexes, ',', indexes);

      // Create and fill the array of all strategy instances
      CVirtualStrategy *strategies[];

      FOREACH(indexes, {
         // Remove the cluster number from the parameter set string
         string param = CSVStringGet(params[StringToInteger(indexes[i])], 0, 11);
         // Add a strategy with a set of parameters with a given index
         APPEND(strategies, new CSimpleVolumesStrategy(param))
      });

      // Add the strategy to the next group of strategies
      groups[i] = new CVirtualStrategyGroup(strategies, scales[i]);
   });

   // Form and add the group of strategy groups to the EA
   expert.Add(CVirtualStrategyGroup(groups, scale_));

   return(INIT_SUCCEEDED);
}

Han respondido

1
Desarrollador 1
Evaluación
(28)
Proyectos
39
23%
Arbitraje
15
0% / 87%
Caducado
4
10%
Trabaja
2
Desarrollador 2
Evaluación
(184)
Proyectos
317
24%
Arbitraje
23
35% / 13%
Caducado
24
8%
Libre
Ha publicado: 3 ejemplos
3
Desarrollador 3
Evaluación
(144)
Proyectos
186
41%
Arbitraje
24
58% / 21%
Caducado
13
7%
Libre
4
Desarrollador 4
Evaluación
(296)
Proyectos
475
40%
Arbitraje
105
40% / 24%
Caducado
80
17%
Ocupado
Ha publicado: 2 ejemplos
5
Desarrollador 5
Evaluación
(3)
Proyectos
6
17%
Arbitraje
0
Caducado
3
50%
Libre
Solicitudes similares
Ojos lo primero es lo primero: No aceptó chapuza ni nada parecidos. el sistema debe funcionar tal cuál lo describo sin errores, sin promedios, ni dada por el estilo y demostrable antes de aceptar el trabajo. Diseño de un Sistema Automatizado de Trading con Gestión de Órdenes Bull Límite para el XAUUSD Implementación técnica de un sistema de trading basado en objetivos de beneficio y recolocación automática
ORDER FLOW / FOOTPRINT 50 - 150 USD
Estoy buscando un desarrollador que me pueda dar un indicador de order flow. Que quiero ver bid y ask de cada nivel de precio, el clasico order flow, donde va lo novedoso: Quiero que lo mismo que aparece en el footprint de cada vela, timframe, rango etc esa informacion se pueda guardar en CSV tal cual, deseo realizar analisis de datos con estas informacion. Que debe ir volumen bid, ask, delta, delta porcentual
Ofrezco un sistema de trading automatizado que conecta señales de MetaTrader 4 con ejecución automática de operaciones en Polymarket. El sistema ya está desarrollado y funcionando correctamente. Este bot permite copiar señales generadas por un indicador personalizado en MT4 y ejecutar operaciones automáticamente en mercados de predicción de criptomonedas. Cómo funciona el sistema Un indicador personalizado en MT4
busco programador para gestionar una modificación de un EA y la integración de una IA a través de Python, y poder agregarles API al mismo, de la mejor manera posible, también estoy abierto opiniones del desarrollador. I’m looking for a programmer to manage a modification of an Expert Advisor (EA) and the integration of an AI through Python, as well as to add APIs to it in the most optimal way possible. I’m also open

Información sobre el proyecto

Presupuesto
50+ USD