The opinions expressed in these forums do not represent those of C2, and any discussion of profit/loss
is not indicative of future performance or success.
There is a substantial risk of loss in trading. You should therefore carefully consider
whether such trading is suitable for you in light of your financial condition. You should read,
understand, and consider the Risk Disclosure Statement that is provided by your broker
before you consider trading. Most people who trade lose money.
Here’s an interesting query:
H2=“Popular systems by monthly subscription take”;
TABLE = (from stat in C2STATS
where stat.StatName==“numSubsNow” && stat.StatValueVal > 5
join sys in C2SYSTEMS on stat.SystemId equals sys.SystemId
select new {
Name = sys.SystemName,
Age = (DateTime.Now - sys.Started).Days,
Subs = stat.StatValueVal,
MonthlyFee = sys.MonthlyFee,
SubValue = stat.StatValueVal * sys.MonthlyFee,
}).OrderByDescending(x=>x.SubValue).Take(20);
Where would 35 subscribers that want to part with $1000/m for that strategy come from ??
And with 35 subscribers and 24 trades made you might think there would be more than 54 auto trades placed huh? (24x35 = 840 possible)
Nice work Chris Bayley. In the not too distant past C2 used to provide sub #'s for its subscribers but then they removed them to avoid “herding instinct”. Pffffttttttt.