Skip to content
#

fintech

Here are 904 public repositories matching this topic...

wuzhe1234
wuzhe1234 commented Mar 25, 2022

In order to achieve the expression like "Power($close, Rank($close, 14))" which is fairly common in fomulla alpha.

I guess we could use following code:

class Power(NpPairOperator): def __init__(self, feature_left, feature_right): super(PairPower, self).__init__(feature_left, feature_right, "power")

Finally, we could add a rpow magic method to Expression class

good first issue question

FISCO BCOS是由微众牵头的金链盟主导研发、对外开源、安全可控的企业级金融区块链底层技术平台。 单链配置下,性能TPS可达万级。提供群组架构、并行计算、分布式存储、可插拔的共识机制、隐私保护算法、支持全链路国密算法等诸多特性。 经过多个机构、多个应用,长时间在生产环境中的实践检验,具备金融级的高性能、高可用性及高安全性。FISCO BCOS is a secure and reliable financial-grade open-source blockchain platform. The platform provides rich features including group architecture, cross-chain communication protocols, pluggable consensus mechanisms, privacy protection algorithms, OSCCA-approved (Office of State Commercial Cryptography Administration) cryptography algorithms, and distributed storage. Its performance, usability, and security have been testified by many institutional users and successful business applications in a live production environment.

  • Updated Apr 21, 2022
  • C++
zhumingpassional
zhumingpassional commented Apr 10, 2022

We will provide tutorials with two versions, notebook and python. The python version will be more efficient to debug locally step by step. The notebook .ipynb can be obtained by directly copying from corresponding .py except the front install commands.

There may be several structures:

  1. Like the current architecture in FinRL-Meta, tutorials_notebook and tutorials_python
  2. tutorials -> 1-In
good first issue discussion
ach

Improve this page

Add a description, image, and links to the fintech topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fintech topic, visit your repo's landing page and select "manage topics."

Learn more