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

[amibroker] RE: Help with RSI Style Cloud



PureBytes Links

Trading Reference Links

Hi

 

Can anyone assist me with this AFL formula?  

 

I am trying to have a style cloud appear above 70 and below 30 on an RSI. 

 

I am obviously doing something wrong.

 

Many thanks

 

Ken

 

 

_SECTION_BEGIN("RSI");

SetChartOptions(0,0,chartGrid30|chartGrid70);

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

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

 

Plot( 70,"",colorBlue,1);

Plot( 30,"",colorBlue,1);

 

styleCloud | styleClipMinMax,  30, 70); // no colors between

30  AND 70;

 

_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




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

__,_._,___