Difference between revisions of "Price value"

From NakedMarkets
Jump to navigation Jump to search
Line 33: Line 33:


=== Close ===
=== Close ===
This Rule return the Close of the candle.
This Rule returns the Close of the candle.
<br>
<br>
Parameters :
Parameters :

Revision as of 07:05, 23 August 2021

CategoryRule_PriceValue
Summary

This Price Value category contains all Default Rules related to the Price Action on the Charts.
You can access the price values of the candles (open, high, low, close, ...) and the markets properties (spread, pips, ...). Thus, every rule in this category is a Value Rule. This means that it returns a number value and not a condition (True or False).

High

This Rule return the High of the candle.
Parameters :

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


Low

This Rule return the Low of the candle.
Parameters :

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


Open

This Rule return the Open of the candle.
Parameters :

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


Close

This Rule returns the Close of the candle.
Parameters :

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


Volume


Percent Top


Percent Bottom


Lowest


Highest


Size of bar


Size of body bar


Last swing high


Last swing low


Pips


Spread


Input