Built in trigger that signals a triggered condition when the signal series crosses under the base series.
Namespace:
RightEdge.TriggersAssembly: Triggers (in Triggers.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public class CrossUnder : TriggerBase |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class CrossUnder _ Inherits TriggerBase |
| Visual C++ |
|---|
[SerializableAttribute] public ref class CrossUnder : public TriggerBase |
Remarks
See the end user guide for more information about building and evaulating triggers from code and
from drag and drop.