PureBytes Links
Trading Reference Links
|
Thanks for all the help on this indicator. You all know more about it than I
do,
however the code that Bob gave me works fine! I was able to get a plot with
a simple one bar moving average style (point). but it didn't plot exactly
right.
the correct indicator is below!
Input: Price((H+L)/2);
value1 = Price;
Plot1(value1,"midpoint");
|