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

Re: Equity Curve



PureBytes Links

Trading Reference Links

Check the help for "ELDateToString"

----- Original Message ----- 
From: "BD" <debkow@xxxxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Sunday, July 06, 2003 10:56 AM
Subject: Equity Curve


>
>
>
> Hello,
>
> I need some help with this very short code.
> I'd like to send my equity curve to a file to use it as a data in another
> chart.
> The code is:
>
> Print(File("C:\Equity\Exam.txt"),Date:0:0,",",NetProfit +
OpenPositionProfit
> ",",NetProfit + OpenPositionProfit,",",NetProfit + OpenPositionProfit,","
> NetProfit + OpenPositionProfit,",",NetProfit + OpenPositionProfit,","
> NetProfit + OpenPositionProfit);
>
> I add it below my systems' codes.
> My problem is date format. It is - 1030702.
> How should I change the code to get - 07/02/03 or 07/02/2003
>
> Thanks and best regards,
> Krzysztof
>
>