Topics
Replies
.ics
09 May 2015, 12:27
This is true.
cAlgo/cTrader is a platform with a lot of potential. But it's succes will be determined by the expansion of it's userbase and the activeness of it's ecoclimate.
Therefor, providing qualitative support by answering threads of any kind on a daily basis is key in this succes.
@.ics
.ics
13 Mar 2015, 03:01
RE:
Spotware said:
You can use the following code snippet:
var shortPositionsCount = Positions.Count(p => p.TradeType == TradeType.Sell); var longPositionsCount = Positions.Count(p => p.TradeType == TradeType.Buy);
Hi spotware,
Could you please explain what this is below? Is this some kind of filter or query? It seems very interesting...
p => p.TradeType == TradeType.Sell
Thanks in advance.
@.ics
.ics
24 May 2015, 14:55
RE:
sitsky said:
These are some good enhancements! Please check if this proposal is already present on http://vote.spotware.com.
If not, add it so that this can get some votes for implementation. Good job!
@.ics