View Full Version : CCI 100 line alert....help please
Joules Jones
06-03-2008, 04:11 AM
Guys:
I tried to write a Market Analyzer basic alert on the CCI and its not alerting me at the proper time. I am not sure what I did wrong. Here are my parameters:
CCI (14)
Range Chart of 12
1. ALert when CCI touches the 100 line (intrabar)
rearm after 30 seconds
I would also like the same alert for the -100 line as well.
I am trying to get a signal to come back to the computer when the CCI acutally breaks down thru the CCI at the 100 line and when the CCI breaks up through the -100 line.
Any help appreciated.
Thanks,
Joules
Joules Jones
06-03-2008, 03:22 PM
I even added a conditional alert and it still wont work.
1.Alert when CCI < 100
2.Alert when CCI > 95
Does this look to see first if the CCI is < 100 then goes to the CCI to see if its > 95?
Still no luck in alerting....
Joules
NinjaTrader_Vincent
06-03-2008, 04:01 PM
Hi,
Sorry for the delay.
We will have someone test this and then get to you in the morning.
Joules Jones
06-03-2008, 09:00 PM
Vince:
Thanks....Looking forward to seeing if the test works.
Joules
NinjaTrader_Jason
06-04-2008, 06:37 AM
Hi Joules,
Can you please ensure the "Calculate on bar close" option is set to False. The indicator value will now be calculated on each incoming tick instead of the close of each bar.
Joules Jones
06-04-2008, 08:27 AM
Yea....I have calculate on bar close set to false...
Am I setting this up correctly?
I want an alert when the CCI is above +100 and then crosses down through it. Since the CCI jumps around...i used these conditional statements in same alert.
2 conditions
CCI < 100
CCI > 95
and for the -100 same type alert crossing up through the -100
Thanks,
Joules
Hi Joules,
Can you please ensure the "Calculate on bar close" option is set to False. The indicator value will now be calculated on each incoming tick instead of the close of each bar.
NinjaTrader_Jason
06-04-2008, 08:52 AM
Hi Joules,
You can only set one condition per alert in the Market Analyzer. You should be able to create such an alert using NinjaScript. More information can be found in the link below.
http://www.ninjatrader-support.com/HelpGuideV6/Overview39.html
Instead of submitting an order when your conditions are met you would trigger an alert.
Joules Jones
06-04-2008, 10:17 AM
Jason:
Thanks anyway....I am not a programmer.....
Joules