I'd like to know, how to draw a parallel
moving average line to a moving average line.
How do I create such a parallel moving average ?
How do I write the formula into the eSignal chart program ?
The below formula is from MetaStock, what's the syntax for the formula, which works in the eSignal chart program ?
I mean:
for example:
I draw a 500 Mov.Avg. in a 5 minute chart, Close Prices
and weighted.
Now I want to draw a parallel Mov.Avg. to the 500 Mov.Avg.,
which has always the same distance of 0.1 percent to the
original 500 Mov.Avg.
Formula (MetaStock)
mov(500,C,W)+0.001*mov(500,C,W)
C....Close Prices
W....Weighted
Please look at the attached screenshot.
Thanks.
moving average line to a moving average line.
How do I create such a parallel moving average ?
How do I write the formula into the eSignal chart program ?
The below formula is from MetaStock, what's the syntax for the formula, which works in the eSignal chart program ?
I mean:
for example:
I draw a 500 Mov.Avg. in a 5 minute chart, Close Prices
and weighted.
Now I want to draw a parallel Mov.Avg. to the 500 Mov.Avg.,
which has always the same distance of 0.1 percent to the
original 500 Mov.Avg.
Formula (MetaStock)
mov(500,C,W)+0.001*mov(500,C,W)
C....Close Prices
W....Weighted
Please look at the attached screenshot.
Thanks.
Comment