[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MADiff



PureBytes Links

Trading Reference Links

Create a new study and re-write your code to display only the "MADiff" and 
display it as a Histogram --

Input: FastMA(12),SlowMA(26),MacdMA(9);

Value1 = MACD(Close,FastMA,SlowMA);
Value2 = XAverage( MACD(Close,FastMA,SlowMA), MacdMA);
Value3 = Value1-Value2;

Plot1(Value3,"MADiff");
_____________________________________
At 03:21 PM 09/10/2001 -0400, you wrote:
>Hello,
>
>Looking for a little assistance with an Easylanguage question.
>
>I'm trying to display as an Indicator Analysis Technique only the "MADiff"
>of the canned MACD indicator in 2000i. I don't want to see what is called in
>Power Editor, the "MACD" or the "MACDavg". I certainly need them to input
>values, but the only "plot" I want to see underneath my chart is the
>"MADiff".
>
>I'd appreciate any suggestions as to how to alter the canned MACD indicator
>to show only the one plot of the MADiff. and not the other two.
>
>Thanks,
>
>Peter Laird






  • References: