Welcome to NexusFi: the best trading community on the planet, with over 150,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- see if you qualify for a discount below.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
Can someone guide here, i downloaded this MyMarketAnalyzer template xml attached, but when i install, opened the load template inside Market Analyzer window -> i get Time Category Message
11/26/2023 4:47:51 PM Default Unhandled exception: Index was outside the bounds of the array.
Trace file:
2023-11-26 17:10:02:498 *************** unhandled exception trapped ***************
2023-11-26 17:10:02:498 Index was outside the bounds of the array.
2023-11-26 17:10:02:501 System.IndexOutOfRangeException: Index was outside the bounds of the array.
at NinjaTrader.Gui.MarketAnalyzer.MarketAnalyzerGrid.Restore(XElement element, Boolean asTemplate)
at NinjaTrader.Gui.MarketAnalyzer.MarketAnalyzerGrid.ApplyTemplate(String fileName)
at NinjaTrader.Gui.MarketAnalyzer.MarketAnalyzerGrid.OnTemplateLoad(Object sender, RoutedEventArgs e)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Have you had anyone else report the deadlock issues? I had no problems on 8.0.26 for these last few months but due to me being completely unhappy with Apex's Rithmic server data, I decided to upgrade back to 8.0.28 so I can get NT Continuum data back.
I started having the deadlock issues in the middle of my session. So I started downloading the latest version of the few non-native NT indicators I use. Still had the deadlock issues. It was deadlocking every 10 mins. With no squeezing of the charts. So I took the PAS indicator off and so far no deadlock issues.
This is the best swing/zz indicator and I'm heartbroken it's not working properly for me I use a NinzaRenko chart
Total newb question but I'd like to add this indicator to a Strategy and pull values from it. My objective is to be able to identify when a condition of HH, LL, HL, or LH occurs. In previous strategies I would simply add the indicator in a private statement:
public class MyCoolStrategy : Strategy
{
private myindicatorvar indicator;
}
I saw in the first few posts here that we should be adding a declaration at the beginning and that doesn't help. Maybe something has changed. Or maybe I'm going about this all wrong.
What is the 'indicator' value to add to the private statement above?
Once I have that, I think I can mouse over the indicator text to see all the variables I need to input in the State.DataLoaded which may then let me see the variable names for the HH, LL, etc.
Please feel free to smack me in the head if I'm supposed to be doing this another way, or I completely miss the point and the indicator cannot be accessed by code.
Is it possible to apply this indicator to another indicator instead of the price action data series? I've tried to apply it to MACD, for instance, to use it to identify ABC patterns there, but it doesn't work.
Does anyone know of a free ABC indicator I could use if not possible with PAS Pro?
Hi, Could you please tell me how to use it with different BarsArray? For example, on a 60-minute chart, use an indicators with data from a 5-minute Data series. There is problem with Arrays. Gives errors like:
method on bar 1: index was outside the bounds of the array.