Giter Club home page Giter Club logo

plank's Introduction

plank

简介

  • 自动交易:集成了东方财富的自动交易接口 这部分代码搬运来自于:https://github.com/bosspen1/stock
  • 自动打板:开启参数plank.automaticPlankTrading=true,默认策略:1.创业板首板 2.手动指定盯板标的,上板则下单排队
  • 自动卖出:严格执行止损,止盈策略
  • 抓取数据:A股每支股票每日的成交数据,涨跌幅度,最高最低价等等
  • 监控数据:监控自己的持仓,重点关注的股票,主力实时流入
  • 选股策略:找出爆量回踩的票,找出最近走上升趋势的股票等
  • 晋级胜率:找出最近的连板股梯队,分析出连板股的晋级胜率,为打板提供依据

入门

快速上手参考:src/main/resources/deployment.docx

  • 自动打板从 AutomaticPlankTrading.AutoPlankTask 入手
  • 持仓数据监控从 Barbarossa.monitor() 方法入手
  • 分析历史连板数据从 Barbarossa.analyzeData() 方法入手

第一原则

短线的话卖比买更重要:复盘就会发现,大的亏损都是不遵守卖出原则导致的,对分时图的下跌趋势存在幻想,幻想它会扭转下跌趋势。当然,不排除会在你卖出之后走强,但是首要原则是防止亏损,因为由赚到亏是非常伤害心态的 有4条硬性卖出原则必须执行,足以让账户回避主跌浪

  • 从盈利到跌破成本 核
  • 跌破止损位 核
  • 跌破MA10 核
  • 当日亏损达到总仓位-2.5% 核

tips

请求雪球的接口报错时,去雪球首页拿一个最新的cookie换一下

有炒大A的朋友可以加V(GODR3060W)交流

想实现自己的选股策略就自由发挥,调用下单接口就行了,参考AutomaticTrading.buy()方法

连板晋级率:

avatar

连板越高,晋级概率越大。三板定龙头是有道理的。当然,有可能很多都是一字板,排单都排不进去。

console->监控数据:

avatar

web页面->持仓及委托

avatar avatar

plank's People

Contributors

mistrar 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.