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

Code for the Population-Based Bandits Algorithm, presented at NeurIPS 2020.

Population-Based Bandits (PB2) Code for the Population-Based Bandits (PB2) Algorithm, from the paper Provably Efficient Online Hyperparameter Optimiza

Jack Parker-Holder 22 Nov 16, 2022
这个开源项目主要是对经典的时间序列预测算法论文进行复现,模型主要参考自GluonTS,框架主要参考自Informer

Time Series Research with Torch 这个开源项目主要是对经典的时间序列预测算法论文进行复现,模型主要参考自GluonTS,框架主要参考自Informer。 建立原因 相较于mxnet和TF,Torch框架中的神经网络层需要提前指定输入维度: # 建立线性层 TensorF

Chi Zhang 85 Dec 29, 2022
A framework for joint super-resolution and image synthesis, without requiring real training data

SynthSR This repository contains code to train a Convolutional Neural Network (CNN) for Super-resolution (SR), or joint SR and data synthesis. The met

83 Jan 01, 2023
ICCV2021, Tokens-to-Token ViT: Training Vision Transformers from Scratch on ImageNet

Tokens-to-Token ViT: Training Vision Transformers from Scratch on ImageNet, ICCV 2021 Update: 2021/03/11: update our new results. Now our T2T-ViT-14 w

YITUTech 1k Dec 31, 2022
Acute ischemic stroke dataset

AISD Acute ischemic stroke dataset contains 397 Non-Contrast-enhanced CT (NCCT) scans of acute ischemic stroke with the interval from symptom onset to

Kongming Liang 21 Sep 06, 2022
Code for Understanding Pooling in Graph Neural Networks

Select, Reduce, Connect This repository contains the code used for the experiments of: "Understanding Pooling in Graph Neural Networks" Setup Install

Daniele Grattarola 37 Dec 13, 2022
Making self-supervised learning work on molecules by using their 3D geometry to pre-train GNNs. Implemented in DGL and Pytorch Geometric.

3D Infomax improves GNNs for Molecular Property Prediction Video | Paper We pre-train GNNs to understand the geometry of molecules given only their 2D

Hannes Stärk 95 Dec 30, 2022
Code for CVPR2021 paper "Robust Reflection Removal with Reflection-free Flash-only Cues"

Robust Reflection Removal with Reflection-free Flash-only Cues (RFC) Paper | To be released: Project Page | Video | Data Tensorflow implementation for

Chenyang LEI 162 Jan 05, 2023
Fully Convolutional Refined Auto Encoding Generative Adversarial Networks for 3D Multi Object Scenes

Fully Convolutional Refined Auto-Encoding Generative Adversarial Networks for 3D Multi Object Scenes This repository contains the source code for Full

Yu Nishimura 106 Nov 21, 2022
GLIP: Grounded Language-Image Pre-training

GLIP: Grounded Language-Image Pre-training Updates 12/06/2021: GLIP paper on arxiv https://arxiv.org/abs/2112.03857. Code and Model are under internal

Microsoft 862 Jan 01, 2023
Car Parking Tracker Using OpenCv

Car Parking Vacancy Tracker Using OpenCv I used basic image processing methods i

Adwait Kelkar 30 Dec 03, 2022
PyoMyo - Python Opensource Myo library

PyoMyo Python module for the Thalmic Labs Myo armband. Cross platform and multithreaded and works without the Myo SDK. pip install pyomyo Documentati

PerlinWarp 81 Jan 08, 2023
🌈 PyTorch Implementation for EMNLP'21 Findings "Reasoning Visual Dialog with Sparse Graph Learning and Knowledge Transfer"

SGLKT-VisDial Pytorch Implementation for the paper: Reasoning Visual Dialog with Sparse Graph Learning and Knowledge Transfer Gi-Cheon Kang, Junseok P

Gi-Cheon Kang 9 Jul 05, 2022
A CNN implementation using only numpy. Supports multidimensional images, stride, etc.

A CNN implementation using only numpy. Supports multidimensional images, stride, etc. Speed up due to heavy use of slicing and mathematical simplification..

2 Nov 30, 2021
Improving Non-autoregressive Generation with Mixup Training

MIST Training MIST TRAIN_FILE=/your/path/to/train.json VALID_FILE=/your/path/to/valid.json OUTPUT_DIR=/your/path/to/save_checkpoints CACHE_DIR=/your/p

7 Nov 22, 2022
neural image generation

pixray Pixray is an image generation system. It combines previous ideas including: Perception Engines which uses image augmentation and iteratively op

dribnet 398 Dec 17, 2022
NEO: Non Equilibrium Sampling on the orbit of a deterministic transform

NEO: Non Equilibrium Sampling on the orbit of a deterministic transform Description of the code This repo describes the NEO estimator described in the

0 Dec 01, 2021
MediaPipe is a an open-source framework from Google for building multimodal

MediaPipe is a an open-source framework from Google for building multimodal (eg. video, audio, any time series data), cross platform (i.e Android, iOS, web, edge devices) applied ML pipelines. It is

Bhavishya Pandit 3 Sep 30, 2022
A GOOD REPRESENTATION DETECTS NOISY LABELS

A GOOD REPRESENTATION DETECTS NOISY LABELS This code is a PyTorch implementation of the paper: Prerequisites Python 3.6.9 PyTorch 1.7.1 Torchvision 0.

<a href=[email protected]"> 64 Jan 04, 2023
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit

CNTK Chat Windows build status Linux build status The Microsoft Cognitive Toolkit (https://cntk.ai) is a unified deep learning toolkit that describes

Microsoft 17.3k Dec 29, 2022