Watch how to download trading robots for free
Find us on Telegram!
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

VR---FIGURA - indicator for MetaTrader 4

Views:
33243
Rating:
(19)
Published:
2013.06.03 07:15
Updated:
2016.06.15 09:19
VR---FIGURA.mq4 (2.25 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The indicator on the quadrangle patterns, designed to work on hourly timeframes.

Indicator displays quadrangle figure, angles of which are

  1. Daily Open
  2. Daily High
  3. Daily Close
  4. Daily Low

The essence of the system is visual determination of subsequent movement:

  • If the latter figure has a narrowing and the narrowing is less than the base of the figure, it forecasts continuation of a trend (at least the size of the base)
  • If the latter figure has an expansion and the expansion is greater than the base of the figure, it predict possible reversal (at least the size of the base)
  • If the base and the end of the figure are visually equal, a correction is expected

  • Narrowing 3 is less than base 1 == trend continuation is predicted
  • Narrowing 4 is approximately equal to the base 2 == flat is predicted
  • Narrowing 6 is greater than base 5 == change in the trend is predicted
  • Narrowing 9 is greater than base 7 == change in the trend is predicted
  • Narrowing 11 is greater than base 8 == change in the trend is predicted

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

SK-Days of Week SK-Days of Week

Writes days of week above candles.

Imp_MA Imp_MA

Moving average on the basis of individual price

Sliders Sliders

Uses up to 4 visual "sliders" in the chart window to quickly and easily adjust values of any technical indicator in a separate window. Based on MetaTrader 4 chart objects, not DLLs.

Export to Excel in Real Time Export to Excel in Real Time

Export text to Excel in real time using native DDE library provided by Windows