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

Auto Scale ZigZag - Indikator für den MetaTrader 4

Ansichten:
6893
Rating:
(3)
Veröffentlicht:
2024.12.17 13:13
MQL5 Freelance Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance

ZigZag with automatic step size determination for changing the wave direction.

In this version of the zigzag, there is only one configurable parameter - Scale.

By default, the Scale parameter is set to 1.0, if you set its value to 0.5, the zigzag will be less sensitive, and if you set, say, Scale = 2.0, the sensitivity will increase and there will be more zigzag wave reversals.

The point is that the price itself forms the step size for changing the wave direction. The user only sets the scale in which he wants to catch the zigzag extremes.

Example Scale = 1.0:


Example Scale = 0.5:


Example Scale = 2.0:


Example Scale = 1.0 / 0.5 / 2.0 together on one chart:

ZigZag Step Points ZigZag Step Points

Another version of ZigZag, where the step size for changing the direction of the segment is set in price points.

BuySellZigZag BuySellZigZag

Double ZigZag draws virtual Buy and Sell levels on the price chart.

Surfing - 2 EMA strategy Surfing - 2 EMA strategy

This is a pretty simple startegy that follows trend. Recommended time frams is D1. when close price brakes up the EMA build based on high prices given that RSI is above 55 and RSI is above its Moving average - we buy. when close price brakes down the EMA build based on low prices given that RSI is below 45 and RSI is below its moving average - we sell. system closes previose trade if there is opposite signal system uses take profit and stop loss as well as trailing stop

Moving Average MTF Moving Average MTF

Moving average with calculated period based on timeframe