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
Ansichten:
49684
Rating:
(15)
Veröffentlicht:
2008.06.16 08:18
Aktualisiert:
2016.03.08 11:25
PVT.mq4 (3.33 KB) ansehen
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance

Indicator Price and Volume Trend (PVT), like On Balance Volume (OBV), represents the cumulative sum of trade volumes calculated considering close price changes.



The calculation algorithm is close to that of the indicator OBV. But in OBV we add the whole daily volume to the current indicator value when close prices are higher, and detract the whole volume when close prices are lower, while in PVT we add or detract just a part of daily volume. The exact part of the volume to be added to PVT is determined by the value of price change relatively to the close price of the previous day.


In OBV, the cumulative total volumes for each period are summed. However, in PVT, the volume is multiplied by the coefficient that depends on the difference between the current close price and the previous one. The picture below shows that the behaviors of both indicators are quite correlated:





Übersetzt aus dem Russischen von MetaQuotes Ltd.
Originalpublikation: https://www.mql5.com/ru/code/7061

MacdPatternTraderv01. +300 points monthly MacdPatternTraderv01. +300 points monthly

A 4-hour MACD FOREX strategy

Kloss_ Kloss_

Previously uploaded Expert Advisor Kloss specially revised for optimization

MVV_LinearRegression MVV_LinearRegression

The standard linear regression channel and support/resistance levels.

gpfTCPivotStop gpfTCPivotStop

TS on the break through of daily resistance/support levels of the Pivot indicator.