PureBytes Links
Trading Reference Links
|
You can draw text on the chart by using drawing
objects. Something like:
if condition1 then Begin
Plot1(high,"ShMe");
value1 = Text_New(date, time, high, "New High");
end;
Where condition1 would be whatever the showme is
looking for. And this will write "New High" on the
screen.
H
--- Bert Antonik <mbcsne@xxxxxxx> wrote:
> In TS4 and SC4,
> Is there a way to have a "Show Me"
> Print something like SHORT or BUY
> instead of just a dot or + etc.
>
> Likewise in an indicator,
> Is there a way to get a value
> printed on the chart???
> For example when a new Highest High
> or Lowest Low is plotted it would be
> nice to see the value on the chart.
>
> Thanks,
> Bert.
>
>
|