[Blotter-commits] r1146 - pkg/blotter/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Aug 29 12:15:21 CEST 2012
Author: opentrades
Date: 2012-08-29 12:15:20 +0200 (Wed, 29 Aug 2012)
New Revision: 1146
Modified:
pkg/blotter/R/chart.ME.R
Log:
added grey dashed loss diagonal to chart.ME()
Modified: pkg/blotter/R/chart.ME.R
===================================================================
--- pkg/blotter/R/chart.ME.R 2012-08-29 01:09:58 UTC (rev 1145)
+++ pkg/blotter/R/chart.ME.R 2012-08-29 10:15:20 UTC (rev 1146)
@@ -101,6 +101,8 @@
}
}
+ abline(a=0, b=1, lty='dashed', col='darkgrey')
+
grid()
legend(
More information about the Blotter-commits
mailing list