PureBytes Links
Trading Reference Links
|
Hello Prosper,
var:txt(0),go(" last - - - - - - - - - - - - - - - - -");
value8=c;
if currentbar=1 then begin txt= text_new
(d,1,0,"--"+go+go+go+go+go+go+go+go+go+go+go+go+go+go);
text_setcolor(txt,8);
text_setstyle(txt,0,2);end;
{1=black,2=blue,3=cyan,4=green,5=magenta,6=red,7=yellow,8=white}
if c >= 0 then begin text_setlocation(txt,d,1,value8);end;
if d>d[1] then PLOT1(c,"c");
P> Thanks for the help, I was hoping for an indicator that would plot a
P> horizontal trend line at a specified price via the TL_new function.
P> Prosper
P> ----- Original Message -----
P> From: "Dennis Holverstott" <dennis@xxxxxxxxxx>
P> To: "Omega List" <omega-list@xxxxxxxxxx>
P> Sent: Wednesday, March 01, 2000 11:01 AM
P> Subject: Re: Need a Horizontal Line .ela
>> Try the "Custom 1 line" indicator. Type in the price as the input.
>>
>> --
>> Dennis
>>
--
Best regards,
Mark Brown mailto:markbrown@xxxxxxxxxxxxx
|