Am I to assume that when I add in Initialize() the statement
Add(Instrument.FullName, PeriodType.Minute, 30, MarketDataType.Ask);
the Ask data are seamlessly downloaded along with the Last (i.e., Bid prices) and applied as intented in the scripts? (i.e., execute a buy signal at the ask, and a sell at the bid).
Thanks,

Comment