I'm following this guy's system who manually overlays a 5min EMA(9) on a 1 min chart. Some of his entry setups trigger when the price reacts to the EMA(9). I don't know, but perhaps the "smooth" manually overlayed MA from the lower 5 min panel to the 1 min panel is not technically accurate. As I am trying to programmatically replicate the exact same effect that the guy does manually, I'm not really concerned about "MA accuracy". I need to replicate the smooth EMA(9) programmatically as if I had overlayed it manually.
Notice that the manually placed EMA(9) does not draw a straight line between vertices. I want to replicate the exact smooth EMA(9) as shown in the screenshot. I added two EMA(9) to the lower 5 min panel and moved one of them to the upper panel.
Accurate or not, the entry setups depend on whatever 5min EMA(9) value is shown on the I min chart.
I hope I'm clear.
Bob

Comment