Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 11077
- Valutazioni:
- Pubblicato:
- 2010.09.24 17:50
- Aggiornato:
- 2016.11.22 07:32
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Using Perceptron Model: 5 NN working with 5 indicators, each NN user a diferent combination os indicators.
- NN1 = IND2, IND3, IND4, IND5;
- NN2 = IND1, IND3, IND4, IND5;
- NN3 = IND1, IND2, IND4, IND5;
- NN4 = IND1, IND2, IND3, IND5;
- NN5 = IND1, IND2, IND3, IND4.
1 NN working with the 5 NN´s. Each NN and each IND has a Height, where this indicate if the signal of this IND/NN is good or not.
EX:order buy
- NN1 indicated buy;
- NN2 indicated buy;
- NN3 indicated Sell;
- NN4 indicated buy;
- NN5 indicated Sell.
In a back test there is a period of learning, which soon after begins to generate profit.
not use for live trading!! just for learning,

The indicator shows the position of the current price in a channel.

The indicator plots a price channel using the Hodrick-Prescott Filter.

The oscillator, based on Ichimoku indicator.

This simple Expert Advisor uses Simple Moving Average and ADX indicators.