13 references to ExceptionPriceIndicatorsFormulaRequiresTwoArrays
System.Web.DataVisualization (13)
Common\Formulas\Oscillator.cs (1)
257
throw new ArgumentException( SR.
ExceptionPriceIndicatorsFormulaRequiresTwoArrays
);
Common\Formulas\PriceIndicators.cs (1)
858
throw new ArgumentException( SR.
ExceptionPriceIndicatorsFormulaRequiresTwoArrays
);
Common\Formulas\StatisticalAnalysis.cs (6)
349
throw new ArgumentException( SR.
ExceptionPriceIndicatorsFormulaRequiresTwoArrays
);
397
throw new ArgumentException( SR.
ExceptionPriceIndicatorsFormulaRequiresTwoArrays
);
441
throw new ArgumentException( SR.
ExceptionPriceIndicatorsFormulaRequiresTwoArrays
);
576
throw new ArgumentException( SR.
ExceptionPriceIndicatorsFormulaRequiresTwoArrays
);
734
throw new ArgumentException( SR.
ExceptionPriceIndicatorsFormulaRequiresTwoArrays
);
907
throw new ArgumentException( SR.
ExceptionPriceIndicatorsFormulaRequiresTwoArrays
);
Common\Formulas\TechGeneralIndicators.cs (1)
280
throw new ArgumentException( SR.
ExceptionPriceIndicatorsFormulaRequiresTwoArrays
);
Common\Formulas\VolumeIndicator.cs (4)
246
throw new ArgumentException(SR.
ExceptionPriceIndicatorsFormulaRequiresTwoArrays
);
303
throw new ArgumentException( SR.
ExceptionPriceIndicatorsFormulaRequiresTwoArrays
);
355
throw new ArgumentException( SR.
ExceptionPriceIndicatorsFormulaRequiresTwoArrays
);
425
throw new ArgumentException( SR.
ExceptionPriceIndicatorsFormulaRequiresTwoArrays
);