
Alexis C. Montenegro

Registered: Oct 2002
Location:
Posts: 18063
Status: OFFLINE
|
|

BelgianJ
You can very easily do that with the Formula Wizard using the Oscillator Study and setting the fast and slow lengths to 5 and 35 respectively and the "Exponential" option to true
Alex
| quote: | Originally posted by BelgianJ
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? |
|