摘要: 定期筛选交易机会 波段交易者每天或每周都要例行筛选交易机会。 评估市场情况:顺势交易胜率更高 作为波段交易者,你应该关注以下数据: 上涨股票与下跌股票百分比。 创 52 周新高与创 52 周新低股票百分比。 高于 50 日 SMA 股票和低于 50 日 SMA 股票百分比。 高于 200 日 SMA 阅读全文
posted @ 2026-03-19 06:18 f0rsaken 阅读(3) 评论(0) 推荐(0)
摘要: # TradingView Stock Screener Filters - Brian_Pezim # Reference: ISBN 9787513950459 # https://www.tradingview.com/screener/ ######## # Strong_Uptrendin 阅读全文
posted @ 2026-03-19 03:20 f0rsaken 阅读(2) 评论(0) 推荐(0)
摘要: # TradingView Stock Screener Filters - William_O_Neil # Reference: ISBN 9787111597667 # https://www.tradingview.com/screener/ # Current Quarterly: <Ea 阅读全文
posted @ 2026-03-12 22:08 f0rsaken 阅读(7) 评论(0) 推荐(0)
摘要: C = 可观或者加速增长的当季每股收益和每股销售收入 你所选择的股票,其当季每股收益(最近季度报表数据)应该同比大幅上涨。 寻找当期收益大幅增长的股票: 通过研究 1952 ~ 2001 年表现最好的 600 只股票,我们发现,在其大涨之前,约有 75% 的股票最新季报的每股季度收益比之前平均上涨了 阅读全文
posted @ 2026-03-04 05:16 f0rsaken 阅读(21) 评论(0) 推荐(0)
摘要: ######## # 检查虚拟内存配置 swapon --show ######## # 添加虚拟内存 ######## # 创建虚拟内存交换文件 sudo fallocate -l 4G /swapfile # 设置虚拟内存交换文件访问权限 sudo chmod 600 /swapfile # 格 阅读全文
posted @ 2025-02-15 18:56 f0rsaken 阅读(266) 评论(0) 推荐(0)
摘要: sudo systemctl stop apparmor.service sudo systemctl disable apparmor.service sudo ufw disable # Uninstall all conflicting packages. sudo apt remove -y 阅读全文
posted @ 2024-08-13 17:13 f0rsaken 阅读(91) 评论(0) 推荐(0)
摘要: # 将 SELinux 设置为宽容模式 sudo setenforce Permissive sudo vi /etc/selinux/config SELINUX=permissive # 关闭系统防火墙服务 sudo systemctl stop firewalld.service sudo s 阅读全文
posted @ 2024-06-07 16:21 f0rsaken 阅读(311) 评论(0) 推荐(0)
摘要: 在基于 Intel 的 Mac 上,您可以在启动时使用 Command-R 来重新安装最新安装的 macOS 的当前版本。 <img src="data:image/png;base64,******" /> Command Line Tools (CLT) for Xcode xcode-sele 阅读全文
posted @ 2021-04-02 17:49 f0rsaken 阅读(304) 评论(0) 推荐(0)
摘要: Acunetix Web Vulnerability Scanner - Test websites http://www.vulnweb.com/ Altoro Mutual https://demo.testfire.net/ Backtesting.py https://kernc.githu 阅读全文
posted @ 2021-04-02 17:46 f0rsaken 阅读(1254) 评论(0) 推荐(0)
摘要: # 以root权限执行以下操作 # 添加用户 useradd vbird # 为用户设置密码 passwd vbird # Changing password for user vbird. # New password: ****** # Retype new password: ****** # 阅读全文
posted @ 2021-04-02 17:42 f0rsaken 阅读(277) 评论(0) 推荐(0)