0%

Hi everyone, this is the first article for the 【How 2】 column.

Every time that I have questions that popped into my mind, I always go Google and try the luck. It would take quite some time to filter the outdated answers, situation not applied answers, …etc. so that I can start forming the answer that help solve my question.

So, here’s the corner for accumulating all these small notes that would help people who have the same questions of “How to …..”

Let’s get started.

Read more »

I’ve been thinking for weeks. As a beginner in automated trading and quant trading, what would be the best practical entry-level strategy that I can automate and practice what I’ve been learning? a.) I don’t need to make a huge fortune out of it. b.) I won’t be able to short stocks and no rights to bid on options. c.) I can bear lost as long as it’s not a huge one. d.) I would like to trade daily in order to have further feedback regarding how to further improve the strategy. After days of research, I believe the MACD strategy would be the one to start with.

MACD (Moving Average Convergence Divergence) is a basic indicator strategy for capturing the stock price momentum both upward and downward. The idea of the MACD trading strategy is to buy or sell when the signals were triggered. As easy as that. Even grandma and grandpa can follow simple instructions to profit from the stock market.

There are several explanations of why momentum strategy such as MACD strategy works:

Read more »

In recent days, the financial markets across countries are tumbling. I got complaints from people saying that they lost money on some trades that look promising in the beginning. Also, some friends claimed that they made a small fortune with their unique insight in the turbulent days. Annoyingly enough, that people who made money from these trades tended to brag about how unique vision they possessed, and you can’t ignore the return they have achieved and crave the know-how how they pulled it off.

If you had enough of these, reading this research paper would make you feel better mentally, (sorry but won’t help you make more money right away) because these guys are just lucky enough to be born in the right era.

Read more »

This is my first article after 2 months of digging, reading, researching, and backtesting. Here I would like to share the result with people who are interested in it and welcome any thoughts from anyone.

Introduction


Before diving into this article, you can start with reading the following thoughts and see whether these are the situations that you’re facing:

Read more »

In this article, I’m putting the thoughts to create a JavaScript bookmarklet to share content from other sites into your website, and you will implement AJAX features into your project using jQuery and Django, which is originally captured from the eBook about Django that I’m reading…

Read more »

timehut is a django website that display my kiddos’ images and videos and text. This is a blog that notes why I’m building this and what other things that I’m still looking into in order to add more features to this website.

Read more »

header_banner_img:

scrapy startproject tutorial

  • scrapy.cfg: 项目的配置文件
  • project/: 该项目的python模块。之后您将在此加入代码。
  • project/items.py: 项目中的item文件.
  • project/pipelines.py: 项目中的pipelines文件.
  • tutorial/settings.py: 项目的设置文件.
  • project/spiders/: 放置spider代码的目录.