Mira cómo descargar robots gratis
¡Búscanos en Facebook!
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
¿Le ha gustado el script?
Evalúe su trabajo en el terminal MetaTrader 5
Indicadores

NeuroProba - indicador para MetaTrader 4

Visualizaciones:
16493
Ranking:
(9)
Publicado:
2016.04.26 15:55
Actualizado:
2016.11.22 07:32
NeuroProba.mq4 (9.48 KB) ver
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

Author:

Rosh

This is an attempt to write a trend indicator based on the Kaufman's AMA. The Kaufman indicator available in the Code Base can be used as the "Kaufman2" custom indicator.

When started the init() block performs the learning of the network at the interval from 200 to 300 bars (the weight coefficients are selected), then starting from the 300th bar to the zero bar, this network passes the calculated values, which can be compared with the standard. Of course, if the networks has indeed learned, then at the interval of 300-201 it will make least mistakes, but if it starts desperately lying when leaving that range (200-0 bar) - then it has "relearned" and it is necessary to reduce the number of input neurons or change the model.


Traducción del ruso realizada por MetaQuotes Ltd
Artículo original: https://www.mql5.com/ru/code/7341

NDuet NDuet

The indicator contains another entry signalizer.

Michelangelo Michelangelo

One of the greatly smoothing trend indicators.

PCCI PCCI

Perfect Commodity Channel Index. It has a certain similarity in the calculation method with the Commodity Channel Index (CCI) by D. Lambert.

RBCI2 RBCI2

The modified version of the RBCI indicator.