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
Scripts

history data analysis - script pour MetaTrader 4

Vues:
8086
Note:
(15)
Publié:
2008.06.30 08:29
Mise à jour:
2014.04.21 14:52
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance


The represented code identifies the bars that absent in the history ("holes" hereafter) and disruptions ("big holes"), defines their size, length and gap, works with all symbols. It is intended for intraday charts, so the timeframe is limited with the H4 period. Only the weekend days are considered (Saturday and Sunday - 48 hours) during the analysis, the other moments are counted as the holes or the disruptions. For your convenience while working with a chart the filter is implemented, there you can specify (these options can be found in the script properties):

  • 1. the number of absent bars, that will be ignored as the holes by the code, on the timeframes (M1,5,15,30);
  • 2. the number of absent bars (minimum value), that will be counted as a disruption by the code (20 bars by default). If these values are equal to 1 or 2, all the holes found will be counted as the disruptions by the code;
  • 3. the number of absent pips that will be ignored as a gap by the code.

The represented code is launched as a script. For simplifying the code, the comments are given where it is possible, the results are outputted in the *.txt file.


The code was created with the MT4 build 182.


!!! If the history data was "agglutinated" or it was delivered by several brokers, then the result of the report can contain some inaccuracies in the part that is marked with the note (*** including weekend).

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

Waddah Attar Hidden Level Waddah Attar Hidden Level

A new High and Low Levels every day .. it is perfect levels

DailyPivotPoints DailyPivotPoints

The DailyPivot Points indicator helps to compose a picture of market future movements, in distinct from the other tools that hang behind the market.

up3x1 up3x1

An EA that demostrates the excellent properties on the H1 with EUR/USD. The MA indicators were used.

Base64 Base64

Simple coding/decoding of entries in Base64.