PureBytes Links
Trading Reference Links
|
Hi Keith
A "simple" way of doing this is as follows.
Plot( EMA(RSI(15),3),"My EMA'd RSI",4);
You insert your 'Name' between the inverted commas.
Regds
Gerard
--- In amibroker@xxxxxxxxxxxxxxx, Keith Osborne <kosborn3@xxx> wrote:
>
> Hi, is there anyway to include the name of my indicator into the
chart
> title?
>
> TIA.....Keith
>
|