twsereport

command
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2017 License: MIT Imports: 11 Imported by: 0

README

gogrs - twsereport

GoDoc Build Status

每日收盤後產生符合選股條件的報告

Install:

go install github.com/toomore/gogrs/cmd/twsereport

Usage:

twsereport [flags]

The flags are:

-twse
	上市股票代碼,可使用 ',' 分隔多組代碼,例:2618,2329
-twsecate
	上市股票類別,可使用 ',' 分隔多組代碼,例:11,15
-otc
	上櫃股票代碼,可使用 ',' 分隔多組代碼,例:4406,8446
-otccate
	上櫃股票類別,可使用 ',' 分隔多組代碼,例:02,14
-ncpu
	指定 CPU 數量,預設為實際 CPU 數量
-color
	色彩化

可以重新調整自己的條件組合,目前預設的為:

1. MA 3 > 6 > 18
2. 量大於前三天 K 線收紅
3. 量或價走平 45 天
4. (MA3 < MA6) > MA18 and MA3UP(1)
5. 三日內最大量 K 線收紅 收在 MA18 之上
6. 漲幅 7% 以上
7. 多方力道 > 0.75

Documentation

Overview

每日收盤後產生符合選股條件的報告.

Install:

go install github.com/toomore/gogrs/cmd/twsereport

Usage:

twsereport [flags]

The flags are:

-twse
	上市股票代碼,可使用 ',' 分隔多組代碼,例:2618,2329
-twsecate
	上市股票類別,可使用 ',' 分隔多組代碼,例:11,15
-otc
	上櫃股票代碼,可使用 ',' 分隔多組代碼,例:4406,8446
-otccate
	上櫃股票類別,可使用 ',' 分隔多組代碼,例:02,14
-showcatelist
	顯示上市/上櫃分類表(default: false)
-ncpu
	指定 CPU 數量,預設為實際 CPU 數量
-color
	色彩化(default: true)

可以重新調整自己的條件組合,目前預設的為:

  1. MA 3 > 6 > 18
  2. 量大於前三天 K 線收紅
  3. 量或價走平 45 天
  4. (MA3 < MA6) > MA18 and MA3UP(1)
  5. 三日內最大量 K 線收紅 收在 MA18 之上
  6. 漲幅 7% 以上
  7. 多方力道 > 0.75

Directories

Path Synopsis
Package filter - all check list.
Package filter - all check list.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL