Posted 9/5/2010 21:22:33
|
|
|
|
| Using Build 21, historical daily data downloaded via Yahoo provider. I right-clicked on MSFT, added "Quick Chart" and drag-droped SMA Indicator. Other symbols (INTC for example) worked fine, so it's likely something wrong with the data. Check Bar Data for problems function didn't find any issues with the bars for MSFT. The Indicator plugin RightEdge.Indicators.SMA threw an exception of type System.ArgumentException Server stack trace: at RightEdge.Shared.SeriesCalculatorWrapper.HandleException(Exception e) at RightEdge.Shared.SeriesCalculatorWrapper.NewSeries(Int32 count) at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at RightEdge.Common.ISeriesCalculator.NewSeries(Int32 count) at RightEdge.ChartFormIndicatorManager.AddSeries(IndicatorInfo info, ISeries series) at RightEdge.x12ca728e0d6c36e0.AddIndicator(IIndicatorPlugin plugin, IndicatorInfo info, Boolean promptReplace) at RightEdge.x12ca728e0d6c36e0.AddIndicatorPlugin(IIndicatorPlugin plugin) at RightEdge.x12ca728e0d6c36e0.x24d5bc0f5050fbe7(Object xe0292b9ed559da7d, DragEventArgs xfbf34718e704c6bc) Inner Exception: An exception of type System.ArgumentException was thrown. count should have been 1036, but was 5000 at RightEdge.Common.SeriesCalculatorBaseWithValues.NewSeries(Int32 count) at RightEdge.Shared.SeriesCalculatorWrapper.NewSeries(Int32 count)
|
|
Posted 9/7/2010 11:08:28
|
|
|
|
| What are you using as the bar element in this series to draw the chart with?
|
|
Posted 9/7/2010 18:34:33
|
|
|
|
| It was a daily chart. I just tried and I can no longer reproduce the crash/exception, even though it happened twice in a row before.
|
|
|
|