Price pattern

From NakedMarkets
Revision as of 09:23, 23 August 2021 by NMWikiWeb (talk | contribs)
Jump to navigation Jump to search

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 Pattern 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.