PureBytes Links
Trading Reference Links
|
I wrote the following indicator to plot bid
prices:
Variables: BidValue(0);
If DataCompression = 0 Then Begin
BidValue = q_Bid;
Plot1(BidValue, "Bid");
End;
It verifies fine, it is definitely written as an
indicator, not something else, but when I try to
add it to a chart it does not show up as a
choice.
What is up with that?
TIA
Max
=====
"The race may not always go to the swift nor the battle to the strong, but it is the way to bet"
|