Giter Club home page Giter Club logo

openquant.api's Introduction

OpenQuant.API加强版

此OpenQuant.API.dll是由ILSpy反编译后,经过部分修改,用Visual Studio重新编译而成。

仅支持到OpenQuant 3.10,x32/x64可通用。

Features

  • 增加Bar constructor:Bar(DateTime dateTime, double open, double high, double low, double close, long volume, long openInt, long size)

  • 增加BarSeries的Crosses系重载函数:

    • Cross Crosses(double level, Bar bar)
    • bool CrossesAbove(double level, Bar bar)
    • bool CrossesBelow(double level, Bar bar)
  • 为BarSeries和Indicator增加Implicit Conversion Operator,分别转换为BarSeries.Last.Close和Indicator.Last,支持如indicator + bars * 0.001等语句;

  • 增加TimeSeries的加减乘除运算符重载,支持timeseries + 4242 + timeseries运算,返回TimeSeries类型。

Developer's Guide

Easy Mode

git clone后,在前人修改的基础上继续修改。

Hard Mode

使用ILSpy重新反编译OpenQuant.API.dll,参见OpenQuant.API.dll反编译教程

openquant.api's People

Contributors

whenov avatar

Watchers

James Cloos avatar  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.