P123
The installation of the Technical Analysis Package is required in order to access this indicator.
Description
The goal of the P123 indicator is to automatically detect a 1-2-3 pattern.
The following features make it stand out:
Innovative recognition of 4 different trend sizes
It recognizes points 1, 2, and 3 at the bar
Recognition of a trend continuation in the same direction as a trend break
Completely automatic adjustment of the search algorithm for all possible market conditions (no additional settings/inputs required)
Adaptive workflow, adjusting to any volatility fluctuations
Clear overview while simultaneously displaying the various trend sizes
Can be implemented within the Condition Escort and AgenaScript
The trend sizes are defined as follows:
T0 = large trend
T1 = medium-sized trend
T2 = small trend
T3 = smallest trend size
The smallest trend size (T3) cannot be detected on all trading instruments. Point 2 is often situated at the high of a bar, and point 3 at the low of the same bar. Depending on the timeframe and fluctuation range, T0 and T1 can be fused into one.
The indicator determines the selected timeframe of the chart, and then labels all trends and trend sizes accordingly. When there is low volatility, trend recognition is more sensitive, and the vice versa for higher volatility. The P123’s adaptive methods make for a balanced recognition of trend sizes.
Important tip:
In some cases, the large trend (T0) cannot be seen with the naked eye, which may be due to the fact that not enough candles are visible within the chart. A minimum of 500 candles should be loaded to ensure this is not the case.
Interpretation
Trading signals often form at points 2 & 3: at point 3 as entry signals into a correction phase within a confirmed trend, and at point 2 as a sub-trend in the trend direction of the superior trade. The definition of a trend at points 1 to 3 can be read in "Das große Buch der Markttechnik" by Michael Voigt (German only).
Visualization in the chart
The parameter input settings define which trend sizes are shown in the chart and whether or not they are connected by a line.
For the default settings, the trend T2 is enabled by default.
The depiction in the chart may change with the changing market movements. If the market moves below the last point 3 and breaks the uptrend, the point is marked with a “3?”. The newly created low becomes the new point 2 and the last point 2 becomes point 1.
The parameter settings are not relevant for the display in the chart and are primarily used for the Condition Escort.
The depiction in the chart is primarily influenced by the settings “Display 123” and “Display Lines”.
The settings highlighted in yellow have no influence on the chart. No changes need to be made.
Usage in AgenaScript
When using P123 in AgenaScript, multiple public variables are available.
A notation such as [barsAgo] is not available for this. Parameter occurrences are used in the following manner:
P123(int trendSize). ... <<a public variable, see below>>
P123(int trendSize, int occurrence). ...
Parameters
trendsize: trend size from 0 .. 3
occurrence the occurrences of the youngest to the oldest point
Example
Utilization within the Condition Escort
All public variables are available to you inside the Condition Escort as data series; they can be found under „Series & Output Values“. The name has an underscore ("_") suffix in order to differentiate it.
The parameters “trendSize” and “occurrence” can be found within the Condition Escort.
Last updated