Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Statistical characteristics - indicateur pour MetaTrader 5

Vues:
5725
Note:
(20)
Publié:
2017.03.02 12:13
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The indicator shows the statistical characteristics of bars: the mean value, variance, skewness and kurtosis.

In this example four instances of the indicator with different statistical methods selected in settings are attached to a chart:

Statistical characteristics

The indicator only works on a new bar, no calculations are made inside the bar.

 

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/17501

Backbone Backbone

The Expert Advisor idea is based on the constant change of trade direction depending on the TakeProfit, StopLoss and TrailingStop levels.

MQL5 Wizard MA RSI MQL5 Wizard MA RSI

The "MQL5 Wizard MA RSI" Expert Advisor has been generated using the MQL5 Wizard based on the signals of the trend MA (Moving Average) indicator and of the RSI (Relative Strength Index) oscillator.

Fuzzy logic Fuzzy logic

An assessment is made based on the values of five indicators (Gator, WPR, AC, DeMarker and RSI). Uses trapezoidal membership functions. Before sending a trade request, it checks if funds on the account are enough.

ADX & MA ADX & MA

The strategy is based on two indicators: ADX and MA, and the close of the first bar. Also, different TakeProfit, StopLoss and Trailing levels are used for Buy and Sell.