Preguntas de los principiantes MQL5 MT5 MetaTrader 5 - página 276

 
aleks557:

hola principiante y avanzado ayuda a resolver un problema de matemáticas de 5º grado:)

...
En primer lugar, publica aquí el código que has escrito, hazlo con errores, te ayudaremos. ahora parece "hazme esto y lo otro".
 
aleks557:
¿Qué estoy haciendo mal? ¿Dónde está el código? Lo puse.
Hoy hay algo que falla en el foro. No todo aparece como debería. Espera a que lo arreglen.
 
paladin800:
Hay algo que falla en el foro hoy. No todo se muestra como debería. Esperar a que lo arreglen.

Comprobación de la inserción del código:

//+------------------------------------------------------------------+
//| Custom indicator initialization function                         |
//+------------------------------------------------------------------+
void OnInit(void)
  {
//--- drawing settings
   SetIndexStyle(0,DRAW_NONE);
   SetIndexStyle(1,DRAW_HISTOGRAM);
   SetIndexStyle(2,DRAW_HISTOGRAM);
   IndicatorDigits(Digits+1);
   SetIndexDrawBegin(0,DATA_LIMIT);
   SetIndexDrawBegin(1,DATA_LIMIT);
   SetIndexDrawBegin(2,DATA_LIMIT);
 
//+------------------------------------------------------------------+
//|mi primer indicador.mq5 |
//| Copyright 2014, MetaQuotes Software Corp. ||
//|http://www.mql5.com |
//+------------------------------------------------------------------+
#versión de la propiedad "1.00"
#property indicator_chart_window
input string Símbolo0 = "EURUSD";//1 símbolo
entrada bool Trade0 = true; // on/off
input string Symb1 = "USDCHF";//2-símbolos
input bool Trade1 = true; // on/off
cadena de entradaSymb2 = "USDJPY";//3 símbolo
entrada boolTrade2 = true; // on/off
cadena de entradaSymb3 = "USDCAD";/Símbolo 4
entrada boolTrade3 = true; // on/off
cadena de entrada Symb4 = "AUDUSD";//5-símbolos
input bool Trade4 = true; // encendido/apagado
entrada cadena Symb5 = "AUDNZD";//6símbolos
entrada bool Trade5 = true; // on/off
cadena de entradaSymb6 = "USDCAD";/Símbolo 4
entrada boolTrade6 = true; // on/off
cadena de entradaSymb7 = "AUDUSD";//5-símbolos
input boolTrade7 = true; // on/off
cadena de entrada Symb8 = "AUDNZD";/ /6-símbolos
input bool Trade8 = true; //on/off
//+------------------------------------------------------------------+
//| Función de inicialización de los indicadores personalizados |
//+------------------------------------------------------------------+
Símbolo0= a;



//--- mapeo de buffers de indicadores

//---

//+------------------------------------------------------------------+
//| Función de iteración de indicadores personalizada|
//+------------------------------------------------------------------+
int OnCalculate(const int rates_total,
const int prev_calculado,
const datetime &time[],
const double &open[],
const double &high[],
const double &low[],
const double &close[],
const long &tick_volume[],
const long &volume[],
const int &spread[])
{
//---

//--- devuelve el valor de prev_calculado para la siguiente llamada
return(rates_total);
}
//+------------------------------------------------------------------+
 
//+------------------------------------------------------------------+
//|                                         мой первый индикатор.mq5 |
//|                        Copyright 2014, MetaQuotes Software Corp. |
//|                                              http://www.mql5.com |
//+------------------------------------------------------------------+
#property version   "1.00"
#property indicator_chart_window
input string            Symbol0 = "EURUSD";//1символ
input  bool            Trade0 = true; // вкл/выкл
input string            Symb1 = "USDCHF";//2символ
input  bool            Trade1 = true; // вкл/выкл
input string            Symb2 = "USDJPY";//3символ
input  bool            Trade2 = true; // вкл/выкл
input string            Symb3 = "USDCAD";//4символ
input  bool            Trade3 = true; // вкл/выкл
input string            Symb4 = "AUDUSD";//5символ
input  bool            Trade4 = true; // вкл/выкл
input string            Symb5 = "AUDNZD";//6символ
input  bool            Trade5 = true; // вкл/выкл
input string            Symb6 = "USDCAD";//4символ
input  bool            Trade6 = true; // вкл/выкл
input string            Symb7 = "AUDUSD";//5символ
input  bool            Trade7 = true; // вкл/выкл
input string            Symb8 = "AUDNZD";//6символ
input  bool            Trade8 = true; // вкл/выкл
//+------------------------------------------------------------------+
//| Custom indicator initialization function                         |
//+------------------------------------------------------------------+
 Symbol0= a;
 
 
  
//--- indicator buffers mapping
   
//---
 
//+------------------------------------------------------------------+
//| Custom indicator iteration function                              |
//+------------------------------------------------------------------+
int OnCalculate(const int rates_total,
                const int prev_calculated,
                const datetime &time[],
                const double &open[],
                const double &high[],
                const double &low[],
                const double &close[],
                const long &tick_volume[],
                const long &volume[],
                const int &spread[])
  {
//---
   
//--- return value of prev_calculated for next call
   return(rates_total);
  }
//+------------------------------------------------------------------+
 
aleks557:
Bueno, déjame intentarlo de nuevo :.................................................... ¡no chicos no funciona! ¡lo intentaré mañana!

¿qué navegador?

¿Qué versión?

detalles a servicedesk

 
utiliza las funciones: ¡insertar texto, imágenes, tablas, código, vídeo!
 

pregunta

какой браузер?

versión del software?

la respuesta es

utiliza la función: ¡pegar texto, imágenes, tablas, código, vídeo!


no hay más preguntas.

Puedes seguir quejándote.

 
sergeev:

Pregunta

la respuesta es


No hay más preguntas.

Puedes seguir quejándote.

¡A saber qué versión es, ... la versión normal es la que se vendió, y el navegador con botones de colores ! Estoy haciendo una búsqueda en "Yandex" en vano.

Mantengo mi impresora estricta y mi teclado sagrado, y si el ratón se tienta, ¡corto mi ratón!

Voy a leer Control+Alt+Delit:)))

Entiendo que MQl5 lee línea por línea. ¡Gracias por la primera lección!

 
//+------------------------------------------------------------------+
//|                                         мой первый индикатор.mq5 |
//|                        Copyright 2014, MetaQuotes Software Corp. |
//|                                              http://www.mql5.com |
//+------------------------------------------------------------------+
#property version   "1.00"
#property indicator_chart_window
input string            Symb0 = "EURUSD";//1символ
input  bool            Trade0 = true; // вкл/выкл
input string            Symb1 = "USDCHF";//2символ
input  bool            Trade1 = true; // вкл/выкл
input string            Symb2 = "USDJPY";//3символ
input  bool            Trade2 = true; // вкл/выкл
input string            Symb3 = "USDCAD";//4символ
input  bool            Trade3 = true; // вкл/выкл
input string            Symb4 = "AUDUSD";//5символ
input  bool            Trade4 = true; // вкл/выкл
input string            Symb5 = "AUDNZD";//6символ
input  bool            Trade5 = true; // вкл/выкл
input string            Symb6 = "USDCAD";//4символ
input  bool            Trade6 = true; // вкл/выкл
input string            Symb7 = "AUDUSD";//5символ
input  bool            Trade7 = true; // вкл/выкл
input string            Symb8 = "AUDNZD";//6символ
input  bool            Trade8 = true; // вкл/выкл
//+------------------------------------------------------------------+
//| Custom indicator initialization function                         |
//+------------------------------------------------------------------+
 Symbol0= a;
 
 
  
//--- indicator buffers mapping
   
//---
 
//+------------------------------------------------------------------+
//| Custom indicator iteration function                              |
//+------------------------------------------------------------------+
int OnCalculate(const int rates_total,
                const int prev_calculated,
                const datetime &time[],
                const double &open[],
                const double &high[],
                const double &low[],
                const double &close[],
                const long &tick_volume[],
                const long &volume[],
                const int &spread[])
  {
//---
   
//--- return value of prev_calculated for next call
   return(rates_total);
  }
//+------------------------------------------------------------------+
задачку поставил для себя . найти среднее арифметическое валют и вывести в линии индикатора для начала . а сегодня идея пришла : Данный график выводится 
и расчет нового значения  выполняется каждый раз при получении информации о 
сделке по инструменту, входящему его состав, по следующей формуле:
V = Vпред. + Wист. * (EMAист. - EMAист.пред.), где:
 V – новое значение символа;
 Vпред. – предыдущее значение символа (начальное значение = 0);
 Wист. – вес источника (влияние изменений данного инструмента на символ, может 
принимать отрицательные значения);
 EMAист. – текущее значение экспоненциальной средней цены инструмента;
 EMAист.пред. - предыдущее значение экспоненциальной средней цены инструмента.
Значение EMAист. рассчитывается по следующей формуле:
EMAист. = Wн.з. * Pист. / step + (1 - Wн.з.) * EMAпред., где:
 Wн.з. – вес нового значения при усреднении (когда Wн.з. = 1 усреднения не происходит);
 Pист. – цена в сделке по данному инструменту;
 step – шаг цены инструмент в 
общем формула заимствована  от торгового привода Qscalp поводырь
а пока не знаю как описать среднее арифметическое валют и вывести в линии индикатора  растолкуйте пожалуйста чайнику