This Price Value category contains all [[Default Rules]] related to the Price Action on the Charts.
This Price Pattern category contains all [[Default Rules]] related to the Price Patterns, displayed on the Charts.
<br>You can access the price values of the Bars(open, high, low, close, ...) and the markets properties (spread, pips, ...). Thus, every rule in this category is a [[Core Rules#Value Core Rules|Value Rule]]. This means that it returns a number value and not a condition (True or False).
<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.
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>
<br>
<br>
Revision as of 16:23, 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 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.