PDA

View Full Version : New highs/lows


qitrader
10-03-2007, 06:26 AM
Hi

How do i create a market analyzer indicator that will alert me every time when there are 3 or more new highs/lows within 2 minutes using a tick chart window?

Eg. 50 tick chart, alert Long if 4 new highs within 2 minutes.

thanks

Qi

NinjaTrader_Dierk
10-03-2007, 06:36 AM
I suggest starting with our educational resources and the indicators sources which are available for all indicators.

http://www.ninjatrader-support.com/vb/forumdisplay.php?f=30
http://www.ninjatrader-support.com/HelpGuideV6/Overview18.html

Worst case you could get into touch with a certified NinjaScript consultant:
http://www.ninjatrader.com/webnew/partners_onlinetrading_NinjaScript.htm

NinjaTrader_Ray
10-03-2007, 06:52 AM
You have to develop a custom indicator that returns a true value (1) when the condition is true. Then add this indicator to the MA and create an alert to trigger when the value is equal to 1.