Hello,
I'm trying to put together a simple study. It's a histogram depicting the price fluctuations between a 5 EMA and a 35 EMA on any given chart. The result would appear as a histogram in a subchart window.
The formula is simple -
Data = Mov(Close, 5) – Mov(Close, 35)
for each bar.
Can it be done in the formula wizard?
I'm trying to put together a simple study. It's a histogram depicting the price fluctuations between a 5 EMA and a 35 EMA on any given chart. The result would appear as a histogram in a subchart window.
The formula is simple -
Data = Mov(Close, 5) – Mov(Close, 35)
for each bar.
Can it be done in the formula wizard?
Comment