16 references to ExceptionPriceIndicatorsFormulaRequiresOneArray
System.Windows.Forms.DataVisualization (16)
Common\Formulas\GeneralFormulas.cs (2)
65
throw new ArgumentException(SR.
ExceptionPriceIndicatorsFormulaRequiresOneArray
);
106
throw new ArgumentException(SR.
ExceptionPriceIndicatorsFormulaRequiresOneArray
);
Common\Formulas\Oscillator.cs (2)
178
throw new ArgumentException(SR.
ExceptionPriceIndicatorsFormulaRequiresOneArray
);
348
throw new ArgumentException(SR.
ExceptionPriceIndicatorsFormulaRequiresOneArray
);
Common\Formulas\PriceIndicators.cs (6)
159
throw new ArgumentException(SR.
ExceptionPriceIndicatorsFormulaRequiresOneArray
);
337
throw new ArgumentException(SR.
ExceptionPriceIndicatorsFormulaRequiresOneArray
);
478
throw new ArgumentException(SR.
ExceptionPriceIndicatorsFormulaRequiresOneArray
);
561
throw new ArgumentException(SR.
ExceptionPriceIndicatorsFormulaRequiresOneArray
);
711
throw new ArgumentException(SR.
ExceptionPriceIndicatorsFormulaRequiresOneArray
);
984
throw new ArgumentException(SR.
ExceptionPriceIndicatorsFormulaRequiresOneArray
);
Common\Formulas\TechGeneralIndicators.cs (6)
99
throw new ArgumentException(SR.
ExceptionPriceIndicatorsFormulaRequiresOneArray
);
370
throw new ArgumentException(SR.
ExceptionPriceIndicatorsFormulaRequiresOneArray
);
419
throw new ArgumentException(SR.
ExceptionPriceIndicatorsFormulaRequiresOneArray
);
475
throw new ArgumentException(SR.
ExceptionPriceIndicatorsFormulaRequiresOneArray
);
559
throw new ArgumentException(SR.
ExceptionPriceIndicatorsFormulaRequiresOneArray
);
637
throw new ArgumentException(SR.
ExceptionPriceIndicatorsFormulaRequiresOneArray
);