Unisciti alla nostra fan page
- Visualizzazioni:
- 4157
- Valutazioni:
- Pubblicato:
- 2018.10.25 15:46
- Aggiornato:
- 2023.03.29 13:48
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
HullTrend with additional smoothing of the Hull moving average and rounding the values by the number of digits fixed in the input variables.
input uint Digit=2; //number of digits to round to
The indicator uses SmoothAlgorithms.mqh library classes (copy it to terminal_data_folder\MQL5\Include). The use of the classes was thoroughly described in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".
Fig. 1. XHullTrend_Digit
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/22014

The Expert Advisor based on iBullsPower (Bulls Power) and iBearsPower (Bears Power) indicators.

DeMarker_Histogram_Vol indicator with the timeframe selection option available in input parameters

The indicator of expanding time zone corridors

The trading system is based on a simple neural network.