無料でロボットをダウンロードする方法を見る
Facebook上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
インディケータ

PPF - Past Present Future - MetaTrader 4のためのインディケータ

Yousufkhodja Sultonov
発行者:
Evgeniy Chumakov
ビュー:
6082
評価:
(2)
パブリッシュ済み:
2024.11.15 15:59
アップデート済み:
2024.12.07 11:25
MQL5フリーランス このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

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.