Coder Social home page Coder Social logo

后期计划 about stock HOT 5 CLOSED

myhhub avatar myhhub commented on May 22, 2024
后期计划

from stock.

Comments (5)

myhhub avatar myhhub commented on May 22, 2024 1

建议添加葵花向阳形态

请确认【葵花向阳】的公式。

REF:行轴正向移动N个周期,REF(C,1)表示昨天的收盘价
LLV:最低值,LLV(X,N),求N周期内X最低值
BACKSET:向前赋值,BACKSET(X,N),若X非0,则将当前位置到N周期前的数值设为1。例如:BACKSET(CLOSE>OPEN,2)若收阳则将该周期及前一周期数值设为1,否则为0
C:收盘价
ZF:=C/REF(C,1)*100-100;
SX:=C/LLV(C,7)>=14/100;

葵花向阳:=REF(SX,1) AND BACKSET(REF(ZF,3)>0.5 AND REF(ZF,2)>3 AND REF(ZF,1) <-2 AND ZF>3 AND C>REF(C,2),4);

from stock.

myhhub avatar myhhub commented on May 22, 2024

开发选股模块,基本面、指标形态、消息公告、资金行情、关注度……

from stock.

cybest2010 avatar cybest2010 commented on May 22, 2024

建议添加葵花向阳形态

from stock.

cybest2010 avatar cybest2010 commented on May 22, 2024

您好,是的

from stock.

myhhub avatar myhhub commented on May 22, 2024

您好,是的
但这个公式是有问题的。
SX:=C/LLV(C,7)>=14/100;这永远成立,因为铁定C/LLV(C,7)>=1

from stock.

Related Issues (20)

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.