Value Charts is a detrended price indicator created by David Stendhal, it shows the overbought and oversold states using the detrende...
Showing posts with label Value. Show all posts
Showing posts with label Value. Show all posts
MetaTrader 4 Indicator | Value Chart Deluxe Edition
0
Author: *** UPDATE *** see below Programming by William Kreider (madhatt30) but the original Value Chart was developed by David ...
MetaTrader 4 Indicator | Temporary Fair Value
0
Where is the herd of Bulls and Bears within the candle? A candle does not show where most of the activity has been during the candle...
MetaTrader 5 Indicator | HIGHEST HIGH VALUE
0
The indicator shows the maximum price for the period specified in the input parameters of the indicator: //+------------------------...
MetaTrader 5 Indicator | LOWEST LOW VALUE
0
The indicator shows the minimum price for the period fixed in the input parameters of the indicator: //+----------------------------...
MetaTrader 5 Indicator | HIGHEST HIGH VALUE HTF
0
The indicator shows the maximum price for the period specified in the input parameters of the indicator, taking into account the time...
MetaTrader 5 Indicator | LOWEST LOW VALUE HTF
0
The indicator shows the minimum price for the period specified in the input parameters of the indicator, taking into account the time...
MetaTrader 5 Indicator | Value Chart Single
0
Real author: The code is based on Original Value Chart written by FxGeek. The Math is Same the original Value Chart, but this indic...
MetaTrader 4 Indicator | Simple Pip Value Calculator
0
"How much is a 1 pip movement on EURUSD (or any pair) worth in my currency???" It's a question we see asked frequently...
MetaTrader 5 Script | 3 way Aroon value calculation
0
This script shows 3 ways of calculating the current Aroon Up and Aroon Down values: 1st way by using CopyHigh and CopyLow. 2nd wa...
MetaTrader 4 Indicator | KNJ ZigZag with Value
0
KNJ ZigZag with value at pivots (highs/lows). Zigzag line: Blue. Pivot value (Swing value): Black Inputs window: ...
MetaTrader 4 Indicator | ATR Value Indicator
0
Real author: Hossein Nouri hsn.nouri@gmail.com An indicator for displaying ATR (Average True Range) value in pips or points with ...
MetaTrader 5 Indicator | Channel at a percentage value of level breakout
0
The channel is based on one of seven price types that can be selected in input parameters. If the price has moved from the previous ...
MetaTrader 5 Indicator | Value Area Retracement Volume Indicator - Black Box Labs
0
The VAR (Value Area Retracement) Volume Indicator for MT5 is a technical tool that analyzes price action within the Value Ar...
MetaTrader 5 Indicator | ATR Value Indicator
0
An indicator for displaying ATR (Average True Range) value in pips or points with option for setting multiplier. 21175 Best M...
MetaTrader 5 Indicator | View the Value in OnCalculate Parameters
0
This is a utility for beginning indicator programmers, or others, that want to have a look at values provided by OnCalculate and a...
MetaTrader 4 Indicator | GSV - Greatest Swing Value MTF
0
"Each day you have a buy swing and a sell swing from the open price. The direction of the close ± the open tells us which side ...
MetaTrader 5 Indicator | Fair Value Gap
0
Fair Value gaps are used in ICT's smart money concept where there is an imbalanace of 1 point or more between 1st candle's h...
MetaTrader 5 Indicator | Linear Regression Value
0
In the "good old days" coders were trying to optimize all the code that could be optimized. One such example was the optimi...
MetaTrader 5 Indicator | Linear Regression Value (apply to)
0
Linear Regression Value indicator itself is suitable to be applied to another indicator(s). Hence here is the version that can do th...