|
EMA requires bars (or days) as integers. You are using a formula that converts number of bars (as integers) into a fractional smoothing factor. This smoothing factor works with AMA and should be between 0 and 1.00. Change your two EMA() to AMA() and your Param statements must use integers if you're going to use smoothing. The param statement should be something like this:
FastLength = Param("FastLength",8,2,200,1); -- Terry -----Original Message-----
There is something wrong with this formula and I can't
figure it out.
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
- RE: [amibroker] Dinapoli MACD Terry
- Re: [amibroker] Dinapoli MACD Tony Lei
- RE: [amibroker] Dinapoli MACD Terry
- [amibroker] Re: Dinapoli MACD willem1940
- RE: [amibroker] Dinapoli MACD Paul Ho
