Difference between revisions of "Operators"

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


=== Operator Less or equal ===
=== Operator Less or equal ===
 
This is an 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>


=== Operator Equal ===
=== Operator Equal ===

Revision as of 06:32, 23 August 2021

OperatorMini
Summary

The Operators are used to link the Rules together, depending on the user assumption. It can leads to a Conditional Rule if a Conditional Operator is used or to a Value Rule if an Arithmetic Operator is used.
All the Operators can be referenced in the Core Rules, Setup Rules and Exit Rules.

Operator Add

This is an arithmetic Operator. It will add the Value Rule on the left with the Value Rule on the right.

Operator Substract

This is an arithmetic Operator. It will substract the Value Rule on the left with the Value Rule on the right.

Operator Multiply

This is an arithmetic Operator. It will multiply the Value Rule on the left with the Value Rule on the right.

Operator Divide

This is an arithmetic Operator. It will divide the Value Rule on the left with the Value Rule on the right.

Operator Greater

This is an conditional Operator. It will check if the Value Rule on the left is greater than the Value Rule on the right.

Operator Less

This is an conditional Operator. It will check if the Value Rule on the left is lesser than the Value Rule on the right.

Operator Greater or equal

This is an conditional Operator. It will check if the Value Rule on the left is greater or equal than the Value Rule on the right.

Operator Less or equal

This is an conditional Operator. It will check if the Value Rule on the left is lesser or equal than the Value Rule on the right.

Operator Equal

<br>

Operator Different

<br>

Operator AND

<br>

Operator OR

<br>