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

Re: Trackind Monthly Performance



PureBytes Links

Trading Reference Links

At 4:13 AM -0500 3/27/98, Micheal Rebuck wrote:
>Dear All
>
>When analysing a long term system, I want to produce a report that shows the
>monthly running profit/loss on the position. Could someone please let me
>know how to do this (apart from manually!!!).
>

I would think adding something like the following to your system should do it:


Value1 = ProfitPosition;
if Month <> Month[1] then Print(Date:6:0, Value1[1]:5:2);


Bob Fulks