- ago
Unfortunately, there might be a bug in indicator profiler.

In the Indicator Evaluator window the graphics do not work and there are various error messages.

I have installed buildt 37.
0
326
Solved
11 Replies

Reply

Bookmark

Sort
- ago
#1
0
- ago
#2
Can you recall what you did to make WL throw this handled exception? Like changing the indicator or DataSet during the run etc.?
0
- ago
#3
I started all over again

Start WL
Start Extension Indicator Profiler
Deselect all indicators
Selection of all oscillators
Double click on RSI (example)
Evaluator Graphic Indicator Value: empty
Click in Evaluator Tab on "Bottom Axis" to change a parameter (any parameter) = BUG
0
- ago
#4
Thanks but I couldn't reproduce using your steps.
0
- ago
#5
maybe a problem with my local settings? i'll try the whole thing later today on another computer.
0
Cone8
 ( 23.78% )
- ago
#6
You can make it happen if you start clicking around while the evaluator is still running. We'll have to prevent that by disabling some buttons probably.

For now, just let the evaluator finish before you start digging in deeper.
0
- ago
#7
Ok. Thanks. But I did not click while the profiler is running...
0
Cone8
 ( 23.78% )
- ago
#8
"Double click on RSI (example)" ... starts an evaluation on RSI.
0
- ago
#9
one more example using SZO





error massage to clipboard below

System.NullReferenceException: Object reference not set to an instance of an object.
at WealthLab.IndicatorProfiler.WPF.cwIndicatorProfiler.†††
††ˆŠ†‰()
at WealthLab.IndicatorProfiler.WPF.cwIndicatorProfiler.†††
††ˆŠ†ˆ(Object , SelectionChangedEventArgs )
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.Controls.ComboBox.OnSelectionChanged(SelectionChangedEventArgs e)
at System.Windows.Controls.Primitives.Selector.SelectionChanger.SelectJustThisItem(ItemInfo info, Boolean assumeInItemsCollection)
at System.Windows.Controls.ComboBox.NotifyComboBoxItemMouseUp(ComboBoxItem comboBoxItem)
at System.Windows.Controls.ComboBoxItem.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
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)
0
Glitch8
 ( 10.92% )
- ago
#10
Eugene this could be due to the recent method signature change, did you test in production or in your dev environment?

We possibly just need to release a new build of Indicator Profiler.
0
Glitch8
 ( 10.92% )
- ago
#11
Released a new Indicator Profiler Build 3 to rectify this.
0
Best Answer

Reply

Bookmark

Sort