- Katılım
- 23 Eki 2020
- Mesajlar
- 1,828
---FFCorps@xxxxxxx wrote: Hi Folks: I'm new at this and wondering if anyone has ever done an exploration or built an indicator using weekly MACD-Histogram data. I'd like to identify stocks with MACD-Histogram lines which are rising toward zero for buys. Conversely I'd like to identify stocks with MACD-Histogram lines which are falling toward zero as possible sells. Has anyone had any experience working with this? Thanks for your time. Mark Titus ---Chip Anderson wrote: Hi Mark, Here's how I created the MACD histogram. Here's a simple example: 1. Bring up the Explorer and press "New" 2. Choose a name : | |
MACD Difference MACD() - Mov(MACD(), 9, EXPONENTIAL) | |
MACD Difference Exploration Column A LinRegSlope(Fml("MACD Difference"), 3) Column B Fml("MACD Difference") Filter (colA > 0 AND (colB > 0 AND colB < 0.01)) OR (colA < 0 AND (colB < 0 AND colB > -0.01)) | |
3. Save it a go! Note: Substitute whatever treshhold value you want for the 0.01 I chose. Good luck, Chip [2803] | |
| |
Source / From: |