PureBytes Links
Trading Reference Links
|
indices = BarIndex(); firstIndex = LastValue(ValueWhen(Status("firstbarinrange"), indices)); lastIndex = LastValue(ValueWhen(Status("lastbarinrange"), indices)); barsInRange = lastIndex - firstIndex + 1;
Mike
--- In amibroker@xxxxxxxxxxxxxxx, "jamesfarrow2003" <jamesfarrow2003@xxx> wrote: > > Hello, > > I have what I think should be a pretty basic question, but I cannot seem to figure it out. > > I am adding a custom back test metric to my system. I want to add a penalty function (as described by Howard Bandy in QTS) based on trade frequency. > > I hove found where to get the number of trades in the backtest ("AllQty" ), but I cannot figure out where to find the number of days covered in the backtest. > > I thought I would be able to use intial equity, ending equity, and CAR to calculate it, when I do, it does not come up with the right number. Does AmiBroker use something other than the standard CAR calculation? > > Any help would be appreciated, > > James >
__._,_.___
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
__,_._,___
|