I am trying to create an indicator that will mimic the Relative Strength Line from the IBD newspaper charts. Using the default RS in AmiBroker does not give same graph. I also use Worden's Tel-Chart, and I am able to get the indicator in TC to work correctly with the folowing formula: ((((C - C63) / C63) * .4) + (((C - C126) / C126) * .2) + (((C - C189) / C189) * .2) + (((C - C252) / C252) * .2))*100
Now I am not a programmer, so I am not sure if the C above stands for Close or not. But I get the graph I want when I apply this formula, so that is good enough for me. Now my question is, can anyone adapt this indicator code for use in AmiBroker, so I can have an IBD Relative Strength Line in my AB charts as well? Any help would be appreciated. ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/WktRrD/lOaOAA/yQLSAA/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/ <*> 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:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
