無料でロボットをダウンロードする方法を見る
Twitter上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
インディケータ

NeuroProba - MetaTrader 4のためのインディケータ

ビュー:
16428
評価:
(9)
パブリッシュ済み:
2016.04.26 15:55
アップデート済み:
2016.11.22 07:32
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

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.


MetaQuotes Ltdによってロシア語から翻訳されました。
元のコード: 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.