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

Ticks collector - indicator for MetaTrader 4

Views:
13481
Rating:
(33)
Published:
2015.12.10 16:24
Updated:
2016.11.22 07:32
\MQL4\Include\
Need a robot or indicator based on this code? Order it on Freelance Go to 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.

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