Price pattern

From NakedMarkets
Revision as of 09:32, 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 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.

Is Bullish

This Rule returns True if the Bar is a Bullish 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.


Is Bearish

This Rule returns True if the Bar is a Bearish 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.


Is Neutral

This Rule returns True if the Bar is a neutral Bar (neither Bullish or Bearish).
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.


Taller than Bars

This Rule returns True if the Bar is taller than the "Count" previous Bars.
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.
  • Count : Number of previous Bars to check if they are smaller than the reference Bar.


Smaller than Bars

This Rule returns True if the Bar is smaller than the "Count" previous Bars.
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.
  • Count : Number of previous Bars to check if they are taller than the reference Bar.


Engulfing Bar

This Rule returns True if the Bar is engulfing the "Count" previous Bars.
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.
  • Count : Number of previous Bars engulfed by the reference Bar.


Engulfing Body Bar

This Rule returns True if the Body Bar is engulfing the "Count" previous Bars. The body is composed by the distance between the open and the close 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.
  • Count : Number of previous Bars engulfed by the reference Bar.