[Quantproject-developers] QuantProject/b7_Scripts/TechnicalAnalysisTesting/TrendFollowing/BestAndWo
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-01-14 23:43:51
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/TrendFollowing/BestAndWorst In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23521/b7_Scripts/TechnicalAnalysisTesting/TrendFollowing/BestAndWorst Modified Files: RunBestAndWorstFollower.cs Log Message: Minor changes Index: RunBestAndWorstFollower.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TechnicalAnalysisTesting/TrendFollowing/BestAndWorst/RunBestAndWorstFollower.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RunBestAndWorstFollower.cs 29 Aug 2007 09:32:57 -0000 1.1 --- RunBestAndWorstFollower.cs 14 Jan 2008 23:43:47 -0000 1.2 *************** *** 37,42 **** /// Script that implements the Best and Worst Follower strategy: /// every n closes, l long positions and s short positions will be open, ! /// buying and shorting, accordingly, the l worst tickers ! /// and the s best tickers. /// For chosing the best and worst tickers just the /// previous close to close ratio is considered. --- 37,42 ---- /// Script that implements the Best and Worst Follower strategy: /// every n closes, l long positions and s short positions will be open, ! /// buying and shorting, accordingly, the l best tickers ! /// and the s worst tickers. /// For chosing the best and worst tickers just the /// previous close to close ratio is considered. |