PDA

View Full Version : Alert on cross over/under


scjohn
05-23-2007, 10:43 PM
In setting up an alert, I do not see a way to setup up a cross over/under condition. Example if the value of the indicator crosses over/under zero; issue an alert.

Did I miss something?

Thanks

NinjaTrader_Dierk
05-24-2007, 03:34 AM
Please see here: http://www.ninjatrader-support.com/HelpGuideV6/CreatingAlertConditions.html

scjohn
05-24-2007, 08:06 AM
I take that to mean the answer is no. Since there are only 4 trigger conditions: equal, is greater than, is less than, and is not equal. I see no cross over or cross under trigger condition.

NinjaTrader_Ray
05-24-2007, 08:42 AM
Misunderstanding. Correct, there is no way to check for a cross condition although you can do something like
"> 0" which at least can tell you if its is above zero.

scjohn
05-25-2007, 08:02 AM
One really needs the cross statements. For a lot trend systems you are going to cross over/under some number. Let's say zero. Normally you are going to above or below this number for quite some time. Resetting the alarm for every 60 seconds (using >0) means you will get an alert every 60 seconds along as you are > 0. This results in information over load. The important information was signaled with the 1st cross. Any signal/alert after that is a waste.

NinjaTrader_Dierk
05-25-2007, 08:21 AM
Thanks for your suggestion. We'll add it to the list of future considerations.