Hello, e = Equity(); netprofit = ROC( e, 1 );
Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: "dralexchambers" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, February 08, 2007 1:24 PM Subject: [amibroker] Determine "NetProfit" for each bar > How do I determine the NetProfit at each bar in the backtester using > this loop? > > for (i=1; i<BarCount; i++) > { > np = NETPROFIT[i] ???????? > } > > > > 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 > > Yahoo! Groups Links > > > > >
