Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Telegram!
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
Expert Advisors

Renko Chart from ticks (Most precise method) - Experte für den MetaTrader 4

Ansichten:
33337
Rating:
(24)
Veröffentlicht:
2016.10.06 17:46
Aktualisiert:
2016.11.22 07:32
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance

This EA converts a chart to Renko Chart using the tick values. In fact, it does not perform any auto-trading, it just perform a conversion. Unlike the conventional approach, this EA generates the renko blocks from every tick, which could be the most precise method (IMO). In the conventional approach, only the high/low values are used for conversion. But the actual market condition has a significant amount of change in the total pips traveled. It doesn't update on a live chart. I'm trying to make it on my next revision. I've also developed a renko indicator (time-dependent), which can be used on a regular chart along with other indicators. Should any of you require it, please let me know so that I'll upload it.

How to use: Like any other EA, open it in the strategy tester, choose the 'symbolname' and a small timeframe (M1 or M5). If you would need to convert within a time-period (eg: 2010-01-01 ~ 2016-01-31), choose those dates and "start". An ".hst" file will be generated in your MetaTrader 4 folder under "\Tester\Files" subdirectory. Copy this file to your MetaTrader 4 history folder. You may open this file from the menu: "File -> Open offline". The name of the generated file will normally be of the format "symbolname2.hst" (for example, "USDJPY2.hst"). Please remember that, since it currently generates blocks only through the strategy tester, it uses the simulated ticks that are supplied by the MetaTrader 4 historical data. The values will become "real" only when we use it on MetaTrader 5 or the live data, which is not yet ready.

Renko Indicator AUDUSD

TimeInRange time checking function TimeInRange time checking function

Fast time range checking function. Doesn't use slow string parsing.

Modify All TP SL Modify All TP SL

The script modifies all orders (market and pending) on the symbol with specified Take Profit and Stop Loss.

Stop & Limit Bots Stop & Limit Bots

Two EA's. One places Stop orders the other places Limit orders.

Var Mov Avg 2016 (varmov) Var Mov Avg 2016 (varmov)

This indicator is based on the moving average, but it doesn't use any standard moving average indicators.