Monthly Archives: September, 2009
Just found i was wrong on MACD
It is common to see financial site providing MACD in (12,26,9). I was so confused on what those number mean and finally I resolved it today.
12 – is the 12 day moving average of the stock
26 – is the 26 day moving average of the stock
9 – is the 9 day moving average of the [...]
Using custom event on jQuery
When doing Javascript, it is common to handle different DOM event like click, mouseover, keydown… This is cool that with the DOM triggering those events, we can create custom handling / behaviors on it. Say, when user click on the button, a edit panel fade in. But this is not good enough when we have [...]