SmartQuant Discussion
http://www.smartquant.com/forums/

Stochastic fucntion with TimeSeries
http://www.smartquant.com/forums/viewtopic.php?f=46&t=9744
Page 1 of 1

Author:  dvnkng [ Wed Oct 19, 2011 5:53 am ]
Post subject:  Stochastic fucntion with TimeSeries

Is there a way to put TimeSeries in Stochastic functions ?

public class MyStrategy : Strategy
{
D_Fast dfast;
D_Slow dslow;
K_Fast kfast;
K_Slow kslow;

TimeSeries spread_series;

public override void OnStrategyStart()
{
spread_series = new TimeSeries("msft-appl", Color.White);
dfast = new D_Fast(spread_series,9,1);
dslow = new D_Slow(spread_series,9,1);

}

}

Page 1 of 1 All times are UTC + 3 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/