거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

Perceptron With 5 indicators - MetaTrader 5용 expert

조회수:
10154
평가:
(37)
게시됨:
2010.09.24 17:50
업데이트됨:
2016.11.22 07:32
perceptron.mq5 (49.59 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.
So is the result of each NN, in the end, after many operations, the system will hitting the best combination of indicators and NN.


In a back test there is a period of learning, which soon after begins to generate profit.


Perceptron With 5 indicators


not use for live trading!! just for learning,

Position in channel Position in channel

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

Hodrick-Prescott Channel Hodrick-Prescott Channel

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

Ichimoku Oscillator Ichimoku Oscillator

The oscillator, based on Ichimoku indicator.

Simple Expert Advisor based on the Simple Moving Average and ADX Simple Expert Advisor based on the Simple Moving Average and ADX

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