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

Equity Curve



PureBytes Links

Trading Reference Links



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