Code Monkey home page Code Monkey logo

strategy_find's Introduction

strategy_find

technical analysis and evaluate strategy with historical prices

Index grading

MA

弱轉強 / 強轉弱
MA - 昨MA > / < 0
昨MA - 前MA < / > 0

強/弱
MA - 昨MA > / < 0
昨MA - 前MA >= / <= 0


MA - 昨MA = 0

RSI (14)

超買: RSI值>75 代表市場快速上漲,要評估是否趨勢可能反轉向下、賣出訊號。


強: 55<RSI<75

中性: 45<RSI<55

弱: 25<RSI<45


超賣: RSI值<25,代表市場快速下跌,要評估是否趨勢可能反轉向上,買進訊號。

鈍化: 連續 >75 或 <25 超過7天,表上漲/下跌趨勢強烈,反轉為買進/賣出訊號

RSI下跌背離(Bearish RSI Divergence):股價創新高,但同期RSI指數向下走 (意味著上漲力道較之前減弱),認為未來會往下,通常只在空頭市場回檔時有效。

RSI上漲背離(Bullish RSI Divergence):股價創新低,但同期RSI指數向上走 (意味著下跌力道較之前減弱),認為未來會往上,通常只在多頭市場回檔時有效。

MACD (9,12,26)

黃金/死亡交叉: 柱狀圖正負翻轉,由負向正翻轉為買進訊號,反之為賣出

背離: 背離通常是因為股價在短期內快速上漲或是下跌,讓指標來不及反應價格的趨勢。 如果股價創新低,但快線卻上升,稱為「多頭背離」,一般認為是買進訊號。 如果股價創新高,但快線卻下降,稱為「空頭背離」,一般認為是賣出訊號。

強/中/弱: OSC(柱狀圖,oscillator) (>/=/<) 0

ADX DMI (14,14)

ADX 表趨勢強弱,上升突破25時: +DI > -DI: 上升趨勢成形,買進訊號 -DI < +DI: 下降趨勢成形,賣出訊號

KD (9)

超買: K > 80
超賣: K < 20
強: 20<K<80 & K>D & 昨K>昨D
弱: 20<K<80 & K<D & 昨K<昨D
黃金交叉: 20<K<80 & K>D & 昨K<昨D
死亡交叉: 20<K<80 & K<D & 昨K>昨D

蔡金擺動指標 (CHO)

背離 中線交叉

inv 與 inv3 (三竹) 中判讀不同
inv: 超買賣 -+.5 | 金死叉 +-1衰減    
inv3:超買賣 -+.5 | 金死叉 +-1 | 強弱 +-.5

OBOS (未採用)

市場(大盤)指標

威廉 (未採用)

實質上與KD線中RSV相同

Reference

https://rich01.com/rsi-index-review/
https://rich01.com/what-is-macd-indicator/ http://fxcodebase.com/wiki/index.php/%E8%94%A1%E9%87%91%E6%93%BA%E5%8B%95%E6%8C%87%E6%A8%99_(CHO)

strategy_find's People

Contributors

liberty0 avatar l28071512 avatar

Watchers

 avatar

strategy_find's Issues

invester

  • MACD grading
  • ADX grading
  • invest controls (invest rate, gauges...) move to main

Clean up scrap_test

TW stock scrapping already import to main
consider if this file is no more needed

UI design

  • UI design software
    PyQt

安裝pyqt
pip install pyqt5 at Anaconda prompt

ERROR: spyder 3.3.6 has requirement pyqt5<5.13; python_version >= "3", but you'll have pyqt5 5.13.0 which is incompatible.
Spyder require lower version PyQt
pip install pyqt5==5.11.3
pip install pyqtwebengine

無法啟動spyder

在安裝Anaconda時,已經連Qt一起安裝了
路徑C:\Users\User\anaconda3\Library\bin\designer.exe

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.