![]() |
|
|||||||
| General Programming General NinjaScript programming questions. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: May 2007
Posts: 5
Thanks: 0
Thanked 0 times in 0 posts
|
I used 6.5 for a while and the multicolor indicator worked fine.
I downloaded 6.5009 and now when I try to bring up that indicator and a few others i set up they just show blank on the chart panel? any suggestions, I removed reinstalled , re wrote indicator nothing works, but note the indicators that are built in to 6.5009 work thanks Carlos |
|
|
|
|
|
#2 |
|
Member
Join Date: May 2007
Posts: 71
Thanks: 0
Thanked 0 times in 0 posts
|
Check the control center, log (tab) and see if there are any errors (yellow lines). Is the new beta is picking up some array bound errors from the older indicators?
Last edited by thrunner; 02-17-2008 at 09:06 PM.
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: May 2007
Posts: 5
Thanks: 0
Thanked 0 times in 0 posts
|
checked the log it has a yellow line that says : Error on calling the 'OnBarUpdate' method for indicator 'EMA34Slope' on bar0: Slope() method 'startBarsAgo' parameter can not be less than EndBarsAgo Parameter.
this is how I have it that worked on the previous beta 6.5 : Plot0.Set (Sloper(EMA(34),CurrentBar -1, CurrentBar)); it worked last time on 6.6.04 Thanks in advance C |
|
|
|
|
|
#4 | |
|
Member
Join Date: May 2007
Posts: 71
Thanks: 0
Thanked 0 times in 0 posts
|
http://www.ninjatrader-support.com/v...slope+function
Quote:
Plot0.Set (Slope(EMA(34),CurrentBar -1, CurrentBar)); ----> Plot0.Set (Slope(EMA(34), 1, 0)); |
|
|
|
|
|
|
#5 |
|
Junior Member
Join Date: May 2007
Posts: 5
Thanks: 0
Thanked 0 times in 0 posts
|
Thank You thrunner, it worked like a charm.
C |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Indicator: Removing and Custom Formatting an Indicator’s Chart Label | NinjaTrader_Josh | Reference Samples | 0 | 12-30-2007 06:49 PM |