LSSY量化交易系统

Related tags

Deep LearningLSSY
Overview

LSSY量化交易系统

该项目是本人3年来研究量化慢慢积累开发的一套系统,属于早期作品慢慢修改而来,仅供学习研究,回测分析,实盘交易部分未公开。购买课程的朋友可以找我获取实盘部分和去邀请码。

支持A股和可转债市场并且可以实盘全自动交易的量化交易系统。

开源的目的是希望能有更多的人来参与社区维护,共同打造最完美的量化交易系统。

目前市场上集量化回测、实盘交易的系统并不多,适用A股的更是寥寥无几,要么收费高昂,LSSY量化交易系统为了让研究量化交易的朋友人人都能用,所以在此开源,并且完全免费,希望更多的人来参与完善系统,贡献自己的一份力量,避免大家重复劳动。

LSSY量化交易系统致力于量化交易,不再主观交易,通过数据,做大概率,让量化交易变得更容易,大家都可以参与完善,为了更好的利于社区发展,目前采用邀请制,使用邀请码才能完整的使用LSSY量化交易系统,提交代码或者邀请朋友都可以免费获得邀请码(在社区讨论QQ群发放)。

使用LSSY量化交易系统编写海龟交易法则

https://edu.csdn.net/course/detail/31900

LSSY量化交易系统的全面详细分析视频教程

https://edu.csdn.net/course/detail/31906

安装

  • Windows

    1.安装Linux子系统,选择ubuntu子系统。

    2.给子系统安装pip3

    sudo apt install python3-pip
    

    3.安装数据库

    sudo apt install redis
    

    4.启动数据库,子系统不能自动启动,所以每次都需要手动启动数据库服务,所以不建议在Windows上运行。

    redis-server
    
  • Linux

    1.安装 redis 数据库

    sudo apt install redis
    

    2.需要 python3.8

    下载源码编译安装:https://www.python.org/ftp/python/3.8.7/Python-3.8.7.tar.xz

执行安装脚本

./install.sh

启动LSSY量化交易系统

进入实盘交易

./runWork.py

进入回测

./runWork.py b

访问前端

推荐分辨率>=2k

http://127.0.0.1:8000/

redis 快照报错

修改配置文件

/etc/redis/redis.conf

找到

################################ SNAPSHOTTING  ################################
...
...
stop-writes-on-bgsave-error yes

改为

stop-writes-on-bgsave-error no

初次启动注意事项

首次部署LSSY量化交易系统,会下载大量财务历史等数据,根据网络情况可能会很慢,建议晚上睡觉前启动系统,一般到第二天就全部下载完成了,仅首次运行,后续每天只需要更新k线即可,速度会快很多。

QQ群讨论社区:174647513

An self sufficient AI that crawls the web to learn how to generate art from keywords

Roxx-IO - The Smart Artist AI! TO DO / IDEAS Implement Web-Scraping Functionality Figure out a less annoying (and an off button for it) text to speech

Tatz 5 Mar 21, 2022
Real-time multi-object tracker using YOLO v5 and deep sort

This repository contains a two-stage-tracker. The detections generated by YOLOv5, a family of object detection architectures and models pretrained on the COCO dataset, are passed to a Deep Sort algor

Mike 3.6k Jan 05, 2023
Code for EmBERT, a transformer model for embodied, language-guided visual task completion.

Code for EmBERT, a transformer model for embodied, language-guided visual task completion.

41 Jan 03, 2023
[CVPR 2021] Anycost GANs for Interactive Image Synthesis and Editing

Anycost GAN video | paper | website Anycost GANs for Interactive Image Synthesis and Editing Ji Lin, Richard Zhang, Frieder Ganz, Song Han, Jun-Yan Zh

MIT HAN Lab 726 Dec 28, 2022
Nonnegative spatial factorization for multivariate count data

Nonnegative spatial factorization for multivariate count data This repository contains supporting code to facilitate reproducible analysis. For detail

Will Townes 24 Dec 19, 2022
(CVPR 2022) A minimalistic mapless end-to-end stack for joint perception, prediction, planning and control for self driving.

LAV Learning from All Vehicles Dian Chen, Philipp Krähenbühl CVPR 2022 (also arXiV 2203.11934) This repo contains code for paper Learning from all veh

Dian Chen 300 Dec 15, 2022
A simple tutoral for error correction task, based on Pytorch

gramcorrector A simple tutoral for error correction task, based on Pytorch Grammatical Error Detection (sentence-level) a binary sequence-based classi

peiyuan_gong 8 Dec 03, 2022
A certifiable defense against adversarial examples by training neural networks to be provably robust

DiffAI v3 DiffAI is a system for training neural networks to be provably robust and for proving that they are robust. The system was developed for the

SRI Lab, ETH Zurich 202 Dec 13, 2022
A pytorch implementation of the ACL2019 paper "Simple and Effective Text Matching with Richer Alignment Features".

RE2 This is a pytorch implementation of the ACL 2019 paper "Simple and Effective Text Matching with Richer Alignment Features". The original Tensorflo

287 Dec 21, 2022
DeOldify - A Deep Learning based project for colorizing and restoring old images (and video!)

DeOldify - A Deep Learning based project for colorizing and restoring old images (and video!)

Jason Antic 15.8k Jan 04, 2023
A PyTorch implementation of "DGC-Net: Dense Geometric Correspondence Network"

DGC-Net: Dense Geometric Correspondence Network This is a PyTorch implementation of our work "DGC-Net: Dense Geometric Correspondence Network" TL;DR A

191 Dec 16, 2022
A collection of resources and papers on Diffusion Models, a darkhorse in the field of Generative Models

This repository contains a collection of resources and papers on Diffusion Models and Score-based Models. If there are any missing valuable resources

5.1k Jan 08, 2023
[ICML 2021] DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning | 斗地主AI

[ICML 2021] DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning DouZero is a reinforcement learning framework for DouDizhu (斗地主), t

Kwai Inc. 3.1k Jan 04, 2023
Designing a Practical Degradation Model for Deep Blind Image Super-Resolution (ICCV, 2021) (PyTorch) - We released the training code!

Designing a Practical Degradation Model for Deep Blind Image Super-Resolution Kai Zhang, Jingyun Liang, Luc Van Gool, Radu Timofte Computer Vision Lab

Kai Zhang 804 Jan 08, 2023
MATLAB codes of the book "Digital Image Processing Fourth Edition" converted to Python

Digital Image Processing Python MATLAB codes of the book "Digital Image Processing Fourth Edition" converted to Python TO-DO: Refactor scripts, curren

Merve Noyan 24 Oct 16, 2022
Mouse Brain in the Model Zoo

Deep Neural Mouse Brain Modeling This is the repository for the ongoing deep neural mouse modeling project, an attempt to characterize the representat

Colin Conwell 15 Aug 22, 2022
Easy-to-use micro-wrappers for Gym and PettingZoo based RL Environments

SuperSuit introduces a collection of small functions which can wrap reinforcement learning environments to do preprocessing ('microwrappers'). We supp

Farama Foundation 357 Jan 06, 2023
[ECCV 2020] XingGAN for Person Image Generation

Contents XingGAN or CrossingGAN Installation Dataset Preparation Generating Images Using Pretrained Model Train and Test New Models Evaluation Acknowl

Hao Tang 218 Oct 29, 2022
Task Transformer Network for Joint MRI Reconstruction and Super-Resolution (MICCAI 2021)

T2Net Task Transformer Network for Joint MRI Reconstruction and Super-Resolution (MICCAI 2021) [Paper][Code] Dependencies numpy==1.18.5 scikit_image==

64 Nov 23, 2022
E2EC: An End-to-End Contour-based Method for High-Quality High-Speed Instance Segmentation

E2EC: An End-to-End Contour-based Method for High-Quality High-Speed Instance Segmentation E2EC: An End-to-End Contour-based Method for High-Quality H

zhangtao 146 Dec 29, 2022