Пример #1
0
        static void Main(string[] args)
        {
            //DateTime date = DateTime.Now;
            //DownloadEngine download = new DownloadEngine();
            //Formatting formatting = new Formatting();
            //MACD macd = new MACD();
            //Stochastic stochastic = new Stochastic();
            //TechnicalIndicators indicators = new TechnicalIndicators();
            //Transactions transactions = new Transactions();
            //WebClient web = new WebClient(); // provides the ability to download from the internet
            //WebURIs uRIs = new WebURIs(); // refers to an instance of the Wall Street Journal URL
            PeregrineOperation peregrine = new PeregrineOperation();

            //string stockData = web.DownloadString(uRIs.WSJHistorical("A", "02/09/2019", "06/12/2019")); // method call to retrieve the data

            //Console.WriteLine(stockData);
            peregrine.Run("09:22:00");
        }
Пример #2
0
        static void Main(string[] args)
        {
            PeregrineOperation peregrine = new PeregrineOperation();

            peregrine.Run();
        }