Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Statistical characteristics - indicator for MetaTrader 5

Views:
5713
Rating:
(20)
Published:
2017.03.02 12:13
Need a robot or indicator based on this code? Order it on Freelance Go to 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.

 

Translated from Russian by MetaQuotes Ltd.
Original code: 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.