#17817 - Sun Dec 05 201011:37 AMRe: Использование TSLab API в SharpDevelop.
[Re: Stanley]
ViL
TSLab
Carpal Tunnel
Registered: Sun Oct 17 2010
Записи: 8139
Code:
public IList<double> Execute(ISecurity source)
{
var closes = source.ClosePrices;
var high = source.HighPrices;
var low = source.LowPrices;
var vol = source.Volumes;