基于Python的开源量化交易平台开发框架
-
Updated
Jun 29, 2020 - C++
基于Python的开源量化交易平台开发框架
Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.
A consortium blockchain platform (联盟区块链底层技术平台)
a modular quant framework
a lightweight modular quant framework
Clearly describe the data problem
The documentation says this is the result to expect
{
"symbol": "AAPL",
"exDate": "2017-08-10",
"paymentDate": "2017-08-17",
"recordDate": "2017-08-14",
"declaredDate": "2017-08-01",
"amount": 0.63,
"flag": "Dividend income",
"currency": "USD",
"description": "Apple decl
This codepen shows the issue: https://codepen.io/dylanvann/pen/OYaedz
The onHover handler forces a re-render.
Whenever the Plot is re-rendered some state is lost. In particular the selection is lost.
How it behaves when re-rendering (selection box is not maintained):
H
Common financial technical indicators implemented in Pandas.
简单易用的量化金融数据包(easy utility for getting financial market data of China)
Python-based framework for backtesting trading strategies & analyzing financial markets [GUI
]
Similar to #821 , the Dash for R docs also require a sidebar component for searching and filtering chapters/pages of the docs. This may require also building a R specific index since some of the chapters and indices in the Python docs do not yet exist for the R documentation.
Public key hash is what used for identification everywhere (well, except grant queries).
List of awesome resources for machine learning-based algorithmic trading
As a PISP I want to be able to retrieve additional information from a DFSP so that I have the information required to perform the account linking process.
Part of account linking process.
Return (as part of Get Parties), return list of accounts
Not
There should be documentation on how to interface with you software : what is the format out of the command line, if a JSON format is used, please describe it, this will ease the integration with other software, for example : Kresus (kresus.org), a libre self hosted account manager.
In addition, a command to list all the accounts (with IBAN + account label + balance) would also help into going th
iyzipay api php client
A composable, real time, market data and trade execution toolkit. Built with Elixir, runs on the Erlang virtual machine
Tidy up Blockchain ecosystem and tutorial
Similar to #798 (Activities) or #545 (Tags) we need to build generic feature Notes & Comments.
For each type of record (e.g. Contacts, Organizations, Employees, Invoices, etc), we should be able to add some notes which will be displayed in like timeline style (i.e. it's a list of notes, most recent notes at the top, oldest at bottom of the list). Note: it is possible that some entities already
It would be a pretty handy demo to have a javascript version of our ACH library. It could parse a file client-side for the user and allow introspection / editing of fields.
You could think of it as a modern version of https://help.treasurysoftware.com/hc/en-us/articles/360011046974-ACH-File-Setup
Tutorials
A working example algorithm for scalping strategy trading multiple stocks concurrently using python asyncio
A middleware framework and persistence layer to aggregate and normalize crypto-currency data.
Dash Demo App - Stock Tickers
Add a description, image, and links to the fintech topic page so that developers can more easily learn about it.
To associate your repository with the fintech topic, visit your repo's landing page and select "manage topics."
I think we should keep dependencies in
requirements.txt, and we should read dependencies fromrequirements.txtinstead of keep another copy insetup.py.