Can Someone Explain to me what Exactly RestorePriceArray does and when I would
need to call it and What happens if I dont. In the Reference, There is
// Example 1: Plot the indicator using foreign security data
SetForeign("MSFT");
Plot( Ultimate(), "Ultimate from MSFT", colorRed );
RestorePriceArrays(); Why Do I need RestorePriceArrays() called? Thanks
