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

Re: [amibroker] Create a 50% line in RSI indicator



PureBytes Links

Trading Reference Links

Is this what you are looking for.
 

SetChartOptions(0,0,chartGrid30|chartGrid70|Chartgrid50);

OR

Plot(50,"", colorBlue, styleLine | styleThick);

Cheers

Prashanth

 

----- Original Message -----
Sent: Wednesday, July 18, 2007 8:03 PM
Subject: [amibroker] Create a 50% line in RSI indicator

I am using the standard RSI indicator AFL as below. What code do I
need to add to draw a horizontal line at the 50% RSI level?

Thanks.

_SECTION_BEGIN("RSI");
SetChartOptions(0,0,chartGrid30|chartGrid70);

periods = Param( "Periods", 2, 1, 200, 1 );

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

_SECTION_END();

__._,_.___

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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

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





SPONSORED LINKS
Investment management software Investment property software Investment software
Investment tracking software Return on investment software

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___