PureBytes Links
Trading Reference Links
|
John,
Be sure to format the indicator scaling to same as symbol. Easy to
forget.
Best regards,
Jimmy Snowden
mailto:jhsnowden@xxxxxxx
Friday, August 15, 2003, 5:12:31 PM, you wrote:
jD> Thanks for all the help on this indicator. You all know more about it than I
jD> do,
jD> however the code that Bob gave me works fine! I was able to get a plot with
jD> a simple one bar moving average style (point). but it didn't plot exactly
jD> right.
jD> the correct indicator is below!
jD> Input: Price((H+L)/2);
jD> value1 = Price;
jD> Plot1(value1,"midpoint");
|