Giter VIP home page Giter VIP logo

algorithmic-trading-server's Introduction

동학개미운동 supports OS OS OS OS.

· How to initailize in Platform IDE

using (var api = new OpenDart("YOUR_OPEN_DART_API_KEY"))
{
    var response = await api.GetCorpCodeAsync();

    ...
}

NuGet makes API convenient for OS OS.

public partial class Test : Window
{
    public Test()
    {
        nint handle = new WindowInteropHelper(Application.Current.MainWindow).EnsureHandle();

        InitializeComponent();

        axAPI = new ShareInvest.AxKHCoreAPI(handle);
    }
    readonly ShareInvest.AxKHCoreAPI axAPI;
}

NuGet make KHOpenAPI available to AnyCPU.

· STOCK 동학개미운동 using Platform and Language

· ASSET 동학개미운동 using Platform and Language

· SERVER 동학개미운동 using Platform Language Language DB alongside Language Language

· WEB 동학개미운동 using Platform Language Language Language alongside Language Language

Build using Build

· Web application server is .NET SERVER optimized for Language.

· Mobile application is ant.

· NuGet packages is OPENAPI CORE.

· Desktop application is .NET WINDOWS.

· Desktop launcher is .NET LAUNCHER.

· Desktop package is .NET PACKAGE.

· IDE using IDE and IDE

algorithmic-trading-server's People

Contributors

cyberprophet avatar

Stargazers

 avatar

Watchers

 avatar

algorithmic-trading-server's Issues

It works when you run it yourself, but can't you read bash in the code?

        using (var process = new Process
        {
            StartInfo = new ProcessStartInfo
            {
                Verb = "runas",
                FileName = "powershell",
                UseShellExecute = false,
                WorkingDirectory = @"C:\Users\T2\source\repos\Algorithmic-Trading-Server",
                RedirectStandardOutput = true,
                RedirectStandardError = true,
                RedirectStandardInput = true
            }
        })
        {
            process.ErrorDataReceived += (sender, e) =>
            {
                Debug.WriteLine(e.Data);
            };
            process.OutputDataReceived += (sender, e) =>
            {
                Debug.WriteLine(e.Data);
            };
            if (process.Start())
            {
                process.StandardInput.WriteLine("PowerShell.exe -ExecutionPolicy Bypass -File port.ps1");
                process.BeginOutputReadLine();
                process.BeginErrorReadLine();
                process.StandardInput.Close();
                process.WaitForExit();
            }
        }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.