shillllihs 6,044 posts msg #143578 - Ignore shillllihs |
5/16/2018 2:17:33 AM
If you recall, I was all for DMA, until I noticed the indicator flipping.
If only trading with DMA was that ez, that would be sweet.
|
Mactheriverrat 3,153 posts msg #143579 - Ignore Mactheriverrat |
5/16/2018 3:19:01 AM
Roger that !!!!!
|
Mactheriverrat 3,153 posts msg #143581 - Ignore Mactheriverrat |
5/16/2018 2:04:40 PM
I see what your saying on the DMA signals . My bad !!!!!!!
|
BlackBars 54 posts msg #143584 - Ignore BlackBars |
5/16/2018 2:19:20 PM
I hope this makes sense to all that may have misunderstood the inquiry that I am attempting to raise regarding the DMA.
Exhibit A:
https://prnt.sc/jiqdk1
In this screenshot, you see a plotted 24 period moving average displaced 14 bars, AKA the DMA(24,-14) via a tradingview chart.
Exhibit B:
https://prnt.sc/jiqiwz
In this screenshot, you can see stockfetcher's DMA(24,-14). Stockfetcher, I aspire we can resolve this DMA confusion if you can explain what is referenced in the screenshot, I hope this makes absolute sense.
|
stockfetcher 980 posts msg #143587 |
5/16/2018 2:30:50 PM
Thank you for the details! In your example the final 14 bars on StockFetcher are calculated precisely as described in our prior response and email.
As with any negatively displaced moving average, the final "period" bars will not be the specified displaced average. Our solution chooses to fill the values as detailed; however, regardless of the solution the final "period" bars will either be invalid (i.e. blank) or calculated differently from the specified average. Of course if we had future data we could solve that! :-)
Hope that helps! Please let us know if you have any additional questions.
Thanks!
Tom
|
styliten 294 posts msg #161124 - Ignore styliten modified |
6/6/2024 6:20:15 PM
@ Tom,
Would it be possible to add a custom DMA indicator?
The syntax for custom DMA would be:
CDMA(indicator, # of days). For example,
CDMA(lri(15), -5) and CDMA(lri(15), 5) would shift LRI(15) 5 days to the left and right, respectively.
If anyone else could think of a way mimicking CDMA using a custom filter, please share your thoughts.
cf.
1. https://stockcharts.com/articles/mailbag/2015/01/how-can-i-shift-moving-averages-forwards-and-backwards-wvideo.html
StockCharts.com allows shifting the moving averages both forward and backward. But a custom DMA would enable users to shift ANY INDICATORS forward as well as backward.
2, https://www.multicharts.com/support/base/averages-gt-displaced-moving-average/
3. Tom‘s post on page 2 of this thread:
https://www.stockfetcher.com/forums/General-Discussion/Can-someone-please-clarify-to-me-why-the-DMA-is-so-significa/143532/-1/143564
|
nibor100 1,031 posts msg #161134 - Ignore nibor100 |
6/9/2024 1:25:22 AM
Shifting to the right, is probably possible using the method in the filter below, however shifting to the left is a much harder challenge.
Ed S.
|