AND Node

The AND logic node applies a Boolean AND operation. Specific to BloodHound, it identifies the minimum input value, and that minimum value becomes the output value.
Example
Imagine you have 5 criteria for a trading signal, and you want BloodHound to identify them. Your rules state that all 5 criteria must be true (or favorable if using fuzzy logic) in a given direction (long or short) before creating a trade signal in that direction. After creating each criteria, as separate solvers, you now have all 5 solver nodes added to the logic board.
To complete your logic, you would simply connect each of the 5 solvers to the inputs of the AND node. Lastly, you would connect the AND node’s output to the Result node.
Connecting all 5 solvers to the AND node ensures that all 5 conditions are occurring at the same time for a particular direction before the AND node produced a signal. BloodHound will plot on the chart all the bars where all 5 criteria are true.
BloodHound v2
Properties tab
Properties tab
Options tab
Options tab
Options tab
Description
Description
This text area provides a place to write a full description of what the node is doing, used for, or what ever you want.
Note: The Description is global to all instances of the node. It is not applied individually to each instance as the Weight controls are.
Help tab
Help tab
This tab displays the documentation page (from this web site) of the selected node.
Please note: NinjaTrader v8.0.26.0 or newer is required for the built in web viewer to work, and thus the documentation to be displayed.