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