Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Twitter!
und werden Sie Mitglied unserer Fangruppe
Interessantes Skript?
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Hat Ihnen das Skript gefallen?
Bewerten Sie es im Terminal MetaTrader 5
Indikatoren

Tipu Renko Live - Indikator für den MetaTrader 4

Ansichten:
60583
Rating:
(50)
Veröffentlicht:
2016.05.25 12:27
Aktualisiert:
2017.04.18 20:41
Tipu_Renko.mq4 (19.59 KB) ansehen
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance

Renko charts were invented in Japan and were introduced to the Western world by Steve Nison, widely known as father of modern candlestick charting.1 Renko charts ignore time and focus solely on price changes. Renko charts plot fixed price brick up or down in 45 degrees with one brick per vertical line. As vertical/horizontal axis cannot be fixed in MQL, Renko charts are recreated on an offline chart via MQL4 program (script/indicator/expert). You may find many of these Renko converters programs by searching on internet.

Tipu Renko Live is modified version of Renko Charts that can be plotted on a normal live time frame without the use of the converter. The following additional features are added to this indicator.

  • Brick on the top and at the bottom are modified, these maybe helpful in ranging markets.
  • Choose plotting method, Close or High/Low.
  • Choose type of plotting, Bricks, Arrows, or None.
  • Introduced Signal Buffer, and Trend Buffer. These can be used for EA development.
  • Enable Alerts (Mobile, On Screen, and Email).
  • Its recommended to use smaller (e.g. M5) or a larger brick (e.g 100 pips) to see all the bricks.

Reference

1 Nison, S. (1994). Beyond Candlesticks: New Japanese Charting Techniques Revealed. New York: Wiley.


3DaysHiLo 3DaysHiLo

Simple indicator which displays High and Low 3 days ago.

StochPosition StochPosition

StochPosition is an indicator for MetaTrader 4 based on Stochastic Indicator, which shows the position and direction of Stochastic in M5 timeframe up to W1 timeframe.

Adding password protection to your Indicator / Expert Advisor Adding password protection to your Indicator / Expert Advisor

Here I propose a simple password verification scheme which uses MT4's built-in security engine providing DES/ECB encryption and does not require code re-compilation for each new customer.

Swing Point Highs and Lows Swing Point Highs and Lows

This indicator helps to determine swing point highs and swing point lows.