Giter VIP home page Giter VIP logo

quiksharp's Introduction

Gitter

QUIK#

QUIK# (QUIK Sharp) is the QUIK Lua interface ported to .NET.

QUIK# exposes all functions and events available in QLUA as C# async functions and events.

A simple Ping/Pong benchmark shows c.60 microseconds roundtrip time for QUIK (MacBook Air 2012). This is almost negligible compared to QUIK's native latency (from the terminal to a remote server).

Russian version

Install & Usage

The best way to use QUIK# is to install the NuGet package:

PM> Install-Package QUIKSharp

Version 1.0 is stable and should cover most use cases. If you need some functionality that is already implemented but is not included in the stable NuGet release then you could build the project from the master branch. That will give you the latest features and bug fixes.

If some functionality from QLUA is missing or you find a bug please submit a pull request.

A folder lua with all required scritps will be added to your project. Start QuikSharp.lua script from QUIK and never stop it manually (it will be started automatically when QUIK starts). See demo applications and unit tests for usage examples in C#.

Why use .NET for QUIK

(and not Lua or DDE or other libs)

  • Because implementing trading systems with 3rd party closed source code with unclear licensing and support is risky and leads to vendor lock-in (even tested and popular like StockSharp).

  • Because QUIK's Lua interface is dumb, slow and painful - while .NET is smart, fast and pleasure to work with.

  • Because QUIK is a niche legacy soft that has its market share for historical reasons. One should not invest more than a minimum into such software, but should abstract away its idiosyncrasies as much as possible. Most platforms have .NET API and it is the choice for new development.

Who owns QUIK#?

QUIK# is owned by all its authors and contributors. This is an open source project licensed under the Apache 2.0 license. There are open issues in the issues tab that still need to be taken care of, feel free to pick one up and submit a patch to the project.

QUIK workstation and trademark are owned by ARQA Technologies. This project is not affiliated with the company in any way and our use of the name is fair use - we just make the live of the terminal users simpler and happier!

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

This software is distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

quiksharp's People

Contributors

alexmgerasimov avatar avently avatar buybackoff avatar developman avatar euvgub avatar igor-san avatar nubick avatar oldschoolman avatar pr0phet1c avatar skyn avatar sm00vik avatar stanislav-111 avatar

Watchers

 avatar

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.