RSC versus Sector Index |
Post Reply |
Author | |
Andrzej
Newbie Joined: 01 Feb 2006 Posts: 9 |
Post Options
Quote Reply
Topic: RSC versus Sector Index Posted: 10 Jun 2009 at 12:29am |
Hi All, Does anyone know how to create indicator RSC versus Index when using MetaStock data, still in Bullcharts ?
Below formula worked perfectly with BullCharts data provided, but it does not work with Metastock data.
I am struggle with Bull script and any help will be much appreciated.
Andrzej
symb := security.SectorIndex;
invert := input("0=normal, 1=invert", 0,0,1); [name=RSC_SI; color= Blue; linestyle=solid]RSC_SI := if (invert=1,LoadSymbol(symb,C)/C,C/LoadSymbol(symb,C));RSC_SI; |
|
maximo
BullCharts Guru Joined: 02 Sep 2006 Location: Australia Posts: 232 |
Post Options Quote Reply Posted: 11 Jun 2009 at 4:49pm |
Hi Andre! There's a recent discussion on this topic, let me know how you go.
|
|
Post Reply |
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |