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
Views:
10709
Rating:
(27)
Published:
2017.01.18 10:07
Tick_Chart.mq5 (8.99 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The indicator displays the Ask and Bid, which are taken from the real tick history. Also, it is possible to evaluate the spread changes by visually comparing the Ask and Bid.

The 2016.10.07 02:06:03 date is set in the indicator by default. This allows to see the events of GBP decline on the GBPUSD symbol:

GBPUSDM5

As the indicator shows the Ask and Bid values, it is also possible to see what spread was.

Input parameters:

  • amount requested by ticks — the number of requested ticks.
  • with a date query tics the date to request ticks from.
  • timer timer (milliseconds) for updating the indicator, essentially the rate of showing the tick history.
  • see how many bars the number of visible ticks.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/16553

TriggerLine with Arrow TriggerLine with Arrow

The Trigger Line indicator with arrows.

Ticks indicator Ticks indicator

It shows the tick price history (Bid/Ask) within all visible bars.

Exp_WPR_Slowdown Exp_WPR_Slowdown

Trading system based on the signals of the WPR_Slowdown indicator.

Exp_MFI_Slowdown Exp_MFI_Slowdown

Trading system based on the signals of the MFI_Slowdown indicator.