Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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
Vues:
13540
Note:
(34)
Publié:
2015.12.10 16:24
Mise à jour:
2016.11.22 07:32
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

When working real-time the indicator collects price data: the tick arrival time, the Bid price and the Ask price. The Bid and Ask prices are displayed as lines in the indicator subwindow, and all the gathered information can be saved to a special tick file (tks file type).

Along with the information collection, the indicator can plot and keep the non-standard charts active:

  1. Isochronous charts with period from 1 second. 
  2. Range bar charts
  3. Equivolume charts.
For each of the listed chart types a specific price type can be set:

  1. By Bid prices - the way it is used in МТ4.
  2. By Ask prices - instead of Bid the real Ask prices are displayed, but not the addition of the spread value to the Bid price.
  3. Close - min Bid, open - max Ask - the first combined price representation. Such chart shows the maximum distance the market went in the direction of the profit of the perfect deal - opening in the right direction by one of the candlestick prices.
  4. Close - max Ask, open - min Bid - the second combined price representation. The chart displays the maximum amplitude of the prices on a candlestick.


The detailed description - Ticks collector.

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

Volatile action Volatile action

The idea behind the Expert Advisor is based on the volatility explosion in the pulse waves.

Simple Williams Simple Williams

The Expert Advisor based on the "New Trading Dimensions" book by Bill Williams.

Ticks Volume Indicator 1.1 Ticks Volume Indicator 1.1

A small improvement of the little known TVI indicator (https://www.mql5.com/ru/code/7804).

ZigZag Signal ZigZag Signal

Signal based on the ZigZag indicator.