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
Indikatoren

PPF - Past Present Future - Indikator für den MetaTrader 4

Yousufkhodja Sultonov
Veröffentlicht:
Evgeniy Chumakov
Ansichten:
5533
Rating:
(2)
Veröffentlicht:
2024.11.15 15:59
Aktualisiert:
2024.12.07 11:25
MQL5 Freelance Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance

The same PNB from Yousufkhodja Sultonov.

I took the calculations in order from his file for excel (the file itself is not saved) and transferred the code to mql4.

In the code, I signed the lines that correspond to the cells in excel.

I will not write much about the indicator, since I am not the author. If anything, you can read about it in the topics:

https://www.mql5.com/ru/forum/359299/page71#comment_20193436

https://www.mql5.com/ru/forum/361109

In short, there are three indicator lines P1, P2, P3.

According to which trajectory P3 sticks there and the price forecast.

At the moments of a clear upward or downward movement, all lines merge into one.

Version updated!

Added 'Remove Indicator Drawing' function which allows you to enable and disable indicator drawing on history.



Range Forecast H1 Range Forecast H1

The indicator displays the actual range of the hourly candle in percent and the calculated range based on average statistics.

Candle Size Candle Size

The indicator searches for candles on the price chart that are larger than the size specified in the settings and marks them on the chart.

MT4 to MT5 Convertor (MT5Compat.mqh) MT4 to MT5 Convertor (MT5Compat.mqh)

A new interface library has been developed to simplify converting MT4 indicators and Expert Advisors (EAs) to MT5. This library supports most of the MetaTrader 4 functions, offering developers a unified solution for cross-platform compatibility.

Range Levels Range Levels

The indicator draws the nearest levels of the specified price range.