The Price Value Category contains all [[Default Rules]] related to the Price Action on the Charts.
<br>You can access the price values of the candles (open, high, low, close, ...) and the markets properties (spread, pips, ...)
<br>
<br>The Operators are used to link the Rules together, depending on the user assumption.<br>It can leads to a [[Core Rules#Conditional Core Rules|Conditional Rule]] if a Conditional Operator is used or to a [[Core Rules#Value Core Rules|Value Rule]] if an Arithmetic Operator is used.<br><br>All the Operators can be referenced in the [[Core Rules]], [[Setup Rules]] and [[Exit Rules]].
=== High ===
<br>
=== Operator Add ===<br>This is an arithmetic Operator. It will add the [[Core Rules#Value Core Rules|Value Rule]] on the left with the [[Core Rules#Value Core Rules|Value Rule]] on the right.<br><br><br>Literal operator : +<br><br>
=== Low ===
<br>
=== Operator Substract ===<br>This is an arithmetic Operator. It will substract the [[Core Rules#Value Core Rules|Value Rule]] on the left with the [[Core Rules#Value Core Rules|Value Rule]] on the right.<br><br><br>Literal operator : -<br><br>
=== Open ===
<br>
=== Operator Multiply ===<br>This is an arithmetic Operator. It will multiply the [[Core Rules#Value Core Rules|Value Rule]] on the left with the [[Core Rules#Value Core Rules|Value Rule]] on the right.<br><br><br>Literal operator : x<br><br>
=== Close ===
<br>
=== Operator Divide ===<br>This is an arithmetic Operator. It will divide the [[Core Rules#Value Core Rules|Value Rule]] on the left with the [[Core Rules#Value Core Rules|Value Rule]] on the right.<br><br><br>Literal operator : ÷<br><br>
=== Volume ===
<br>
=== Operator Greater ===<br>This is a conditional Operator. It will check if the [[Core Rules#Value Core Rules|Value Rule]] on the left is greater than the [[Core Rules#Value Core Rules|Value Rule]] on the right.<br><br><br>Literal operator : ><br><br>
=== Percent Top ===
<br>
=== Operator Less ===<br>This is a conditional Operator. It will check if the [[Core Rules#Value Core Rules|Value Rule]] on the left is lesser than the [[Core Rules#Value Core Rules|Value Rule]] on the right.<br><br><br>Literal operator : <<br><br>
=== Percent Bottom ===
<br>
=== Operator Greater or equal ===<br>This is a conditional Operator. It will check if the [[Core Rules#Value Core Rules|Value Rule]] on the left is greater or equal than the [[Core Rules#Value Core Rules|Value Rule]] on the right.<br><br><br>Literal operator : ≥<br><br>
=== Lowest ===
<br>
=== Operator Less or equal ===<br>This is a conditional Operator. It will check if the [[Core Rules#Value Core Rules|Value Rule]] on the left is lesser or equal than the [[Core Rules#Value Core Rules|Value Rule]] on the right.<br><br><br>Literal operator : ≤<br><br>
=== Highest ===
<br>
=== Operator Equal ===<br>This is a conditional Operator. It will check if the [[Core Rules#Value Core Rules|Value Rule]] on the left is equal to the [[Core Rules#Value Core Rules|Value Rule]] on the right.<br><br><br>Literal operator : =<br><br>
=== Size of bar ===
<br>
=== Operator Different ===<br>This is a conditional Operator. It will check if the [[Core Rules#Value Core Rules|Value Rule]] on the left is different than the [[Core Rules#Value Core Rules|Value Rule]] on the right.<br><br><br>Literal operator : ≠<br><br>
=== Size of body bar ===
<br>
=== Operator AND ===<br>This is a conditional Operator. It will return True if the [[Core Rules#Conditional Core Rules|Conditional Rule]] on the left is True AND the [[Core Rules#Conditional Core Rules|Conditional Rule]] on the right is True, as well. If one of the two conditions is False, this Operator will return False.<br><br><br>Literal operator : && (boolean AND)<br><br>
=== Last swing high ===
<br>
=== Operator OR ===<br>This is a conditional Operator. It will return True if the [[Core Rules#Conditional Core Rules|Conditional Rule]] on the left is True OR if the [[Core Rules#Conditional Core Rules|Conditional Rule]] on the right is True. If both conditions are True, it will return True. It returns False only when both conditions are False.<br><br><br>Literal operator : || (boolean OR)<br><br><br>
The 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, ...)