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

[amibroker] Re: Help please - problem with v4.70 RC1



PureBytes Links

Trading Reference Links



Follow-up - that worked beautifully for getting rid of the BBands info from the pop-up, but what do I edit to get rid of the MAs (all three of them) and the SAR, and to add the Open, High, and Low?

The PLOT lines of code appear to be different for those sections, and I don't want to fiddle with something that will break the whole formula.

Thanks again :)

Regards,  NightStalker



--- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxxx> wrote:
> If you do not want the BBands values to show
> 
> _SECTION_BEGIN("BBands");
> P = ParamField("Price field",-1);
> Periods = Param("Periods", 15, 2, 100, 1 );
> Width = Param("Width", 2, 0, 10, 0.05 );
> Color = ParamColor("Color", colorLightGrey );
> Style = ParamStyle("Style");
> 
> //CHANGE THESE 2 LINES
> Plot( BBandTop( P, Periods, Width ), "" + _PARAM_VALUES(), Color, Style );
> Plot( BBandBot( P, Periods, Width ), "" + _PARAM_VALUES(), Color, Style );
> 
> _SECTION_END();






------------------------ Yahoo! Groups Sponsor --------------------~--> 
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~-> 

Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html

 
Yahoo! Groups Links

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

<*> 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/