Is this a Cshap C# program ?
applying System; applying Broker.StrategyLanguage.Operate; namespace Service.StrategyLanguage.Strategy court class StochasticSlow:BaseStrategyAdvisor personal int m_length = 14; personal double m_oversold = THIRTY; personal double m_overbought = EIGHTY; personal Stochastic m_stochastic1; personal double m_value1; personal SeriesVar m_ofastk; personal SeriesVar m_ofastd; personal SeriesVar m_oslowk; personal SeriesVar m_oslowd; personal IMarketOrder m_Order0; personal IMarketOrder m_Order1; court StochasticSlow(object …