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

Re: [amibroker] Re: need help am relative new here



PureBytes Links

Trading Reference Links

Append this to your existing code and place it just above _section_end() or use it in a separate file;

if(Status("action") == actionExplore)
{
   fc =
C;

   
if( ! IsNull( fc[ 0 ] ) )
   {
      relPerf =
100 * ( fc - fc[ fvb ] )/ fc[ fvb ];

   }

Filter = Status("lastvisiblebar");
AddColumn(relperf,"Performance % " );
}




rijnaars wrote:
it want the results of the formula i showed below not only to be 
plotted in the screen but also to show up in a exploration.
when i push the explore button.
now for instance the formula tells me that ^hui is performing 7% 
better than ^dji those figures i would like to show up in a list of 
results for all the shares i have in my list.
--- In amibroker@xxxxxxxxxxxxxxx, "pftrader" <apfx@xxx> wrote:
  

__._,_.___

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

__,_._,___