[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Re: automatic display in pane of chart formula in use



PureBytes Links

Trading Reference Links

There are a couple of ways. 

1. The way Ami does it in their formulas is to use the file name. This is an example and the formula name is added by the function _DEFAULT_NAME().

Plot( CCI( periods ), _DEFAULT_NAME(), ParamColor( "Color",  colorCycle ), ParamStyle("Style")  );

2. Another way is to add the name in the first plot statement. This is an example where the chart name is Adaptive EMA.

Plot(fEMA, StrFormat("Adaptive EMA 2(%g)", aViday), colorBlue);

3. This is the one I use in most of my systems. It puts the file name and date on the top line and puts the OHLCV on the second line.

filename = "My Indicator";
_N(Title = StrFormat(filename + " - {{DATE}} \nOpen %g, Hi %g, Lo %g, Close %g Vol %g " + " {{VALUES}}", O, H, L, C, V ));

Barry

--- In amibroker@xxxxxxxxxxxxxxx, "mgallau" <mg11@xxx> wrote:
>
> Can anyone please help in showing me how to display the name of the chart formula being used in (say)  the top left hand corner of the pane ( before the symbol, etc)
>




------------------------------------

**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to 
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/amibroker/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:amibroker-digest@xxxxxxxxxxxxxxx 
    mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx

<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/