Difference between revisions of "Price pattern"

From NakedMarkets
Jump to navigation Jump to search
Line 1: Line 1:
=== [[File:CategoryRule PricePattern.png|left|alt=CategoryRule PricePattern|CategoryRule PricePattern]]  Summary ===
=== [[File:CategoryRule PricePattern.png|left|alt=CategoryRule PricePattern|CategoryRule PricePattern]]  Summary ===
This Price Pattern category contains all [[Default Rules]] related to the Price Patterns, displayed on the Charts.
This Price Pattern category contains all [[Default Rules]] related to the Price Patterns, displayed on the Charts.
<br>The Price Patterns are composed by a structure of one or several Bars structures. It helps to identify interesting common Pattern on the Charts during the Backtest.
<br>The Price Patterns are composed by a structure of one or several Bars structures. It helps to identify interesting common Patterns on the Charts during the Backtest.
Thus, every rule in this category is a [[Core Rules#Conditional Core Rules|Conditional Rule]]. This means that it returns only True or False, not a number value.
Thus, every rule in this category is a [[Core Rules#Conditional Core Rules|Conditional Rule]]. This means that it returns only True or False, not a number value.
<br>
<br>

Revision as of 09:24, 23 August 2021

CategoryRule PricePattern
Summary

This Price Pattern category contains all Default Rules related to the Price Patterns, displayed on the Charts.
The Price Patterns are composed by a structure of one or several Bars structures. It helps to identify interesting common Patterns on the Charts during the Backtest. Thus, every rule in this category is a Conditional Rule. This means that it returns only True or False, not a number value.

High

This Rule returns the High of the Bar.
Parameters :

  • Bar Position : Position of the Bar on the current chart. 0 is the last printed Bar on the chart. 1, is the previous Bar from the last Bar . 2, is the second previous Bar from the last Bar .
  • Timeframe : Timeframe of the Bar. It's advised to let the value "Current" to get the value of the Bar on the current chart.
  • Symbol : Symbol of the Bar. It's advised to let the value "Current" to get the value of the Bar on the current chart.